1. a63d816 Windows: add WIN32_LEAN_AND_MEAN everywhere by Laszlo Csomor · 6 years ago
  2. 9c775b8 Windows: fix path joining in AsAbsoluteWindowsPath by Laszlo Csomor · 6 years ago
  3. 810c11d Fix nocompress_extensions list for AAPT2. by Googler · 6 years ago
  4. 3b85bcb Ignore resource conflicts which involve pseudo locales. These conflicts occur when an app has custom pseudo locales configured (presumably while on AAPT), then gets migrated to AAPT2 which generates these pseudo locales for free. Pseudo locale content is all gibberish, so we don't care about conflicts. by Googler · 6 years ago
  5. 7e29573 Fix STORED / DEFLATED for Android resources in ResourceProcessorBusyBox. by Googler · 6 years ago
  6. c89c11c [Rollforward] Automated rollback of commit 52af3ccaaa75d0ee95c83206abeb5fa925903bf0. by Googler · 6 years ago
  7. cad310f Tolerate dangling references to attributes during resource compilation, by Googler · 6 years ago
  8. 52af3cc Automated rollback of commit 5e34534fe6108277843632e5fd206052ca296ce3. by pcloudy · 6 years ago
  9. 5e34534 Fix Method Parameter Attribute in Desugar Library by Googler · 6 years ago
  10. 32246b2 Delete unused tools related to Apple tooling that has been migrated to https://github.com/bazelbuild/rules_apple by kaipi · 6 years ago
  11. 597e289 remote: made CombinedCache a composition of Disk and Http Cache by ishikhman · 6 years ago
  12. d08a279 Bring back ContentComparingChecker, which should auto-resolve resource conflicts that involve identical file resources such as PNG or drawable XML. by Googler · 6 years ago
  13. 3c9089b Progressively retrying uploads to bytestream by George Gensure · 6 years ago
  14. 717ccff Windows: open files with at least read-sharing by Laszlo Csomor · 6 years ago
  15. 0e53ba4 Desugar Long.unsignedDivide and unsignedRemainder by kmb · 6 years ago
  16. 3226880 remote: --tls_enabled flag is deprecated, TLS usage is identified based on a URL provided by ishikhman · 6 years ago
  17. 1e64b7e Remove updated API by Googler · 6 years ago
  18. a6d23aa Accept weak-weak merge, if one side has no format specified, as auto-resolvable. by Googler · 6 years ago
  19. 7ac265d (Rollforward) Convert MethodLibrary's SkylarkSignature methods to SkylarkCallable by cparsons · 6 years ago
  20. 20cac9d Automated rollback of commit 088c07d1f61a6483d348728f184121a1af21701a. by Googler · 6 years ago
  21. 593c530 Update RBE platform by Jakob Buchgraber · 6 years ago
  22. 8fe5479 fix zip64_test to work with absolute $(JAVABASE) by Jakob Buchgraber · 6 years ago
  23. 088c07d Automated rollback of commit f7c1e85bc8b60f301c07642afb3410fa8201a844. by Googler · 6 years ago
  24. f7c1e85 Augment ResourceProcessorBusybox with capability to auto-resolve unambiguous attr resource conflicts. by Googler · 6 years ago
  25. a56d63d Minor changes to reduce diffs between this and a copy we're about to branch. by cpovirk · 6 years ago
  26. ec2b080 Remove CoverageOutputGenerator from the bazel binary. by iirina · 6 years ago
  27. ebdbdcd Remove singlejar from bazel binary by iirina · 6 years ago
  28. 4c6fb96 Windows, python: add inc. flag to fix escaping by Laszlo Csomor · 6 years ago
  29. c0e6952 Windows, java launcher: clean up after flag flip by Laszlo Csomor · 6 years ago
  30. 3f7f255 Windows: fix native test wrapper's arg. escaping by Laszlo Csomor · 6 years ago
  31. e4ac616 Add singlejar to the java tools zip. by iirina · 6 years ago
  32. b6bf694 Fix "Invalid descriptor" during type inference on class in the default package. by cpovirk · 6 years ago
  33. baa33c8 Exempt android.arch.* from core package checks, as those packages, like android.support.*, can (only) appear in APKs and are therefore desugared. by kmb · 6 years ago
  34. d2a9206 Add conversion for hidden UsageStatsManager.registerAppUsageLimitObserver by Googler · 6 years ago
  35. 015f809 BEGIN_PUBLIC Internal change END_PUBLIC by Googler · 6 years ago
  36. 186929e Unbundle Android tools from Bazel's binary by Jingwen Chen · 6 years ago
  37. d52ec85 remote: moved SimpleBlobStore creation logic into the Factory by ishikhman · 6 years ago
  38. 8bccd59 Report jar paths in singlejar one version enforcement by cushon · 6 years ago
  39. 7e3cfd8 Windows, native launcher: Rlocation knows external by Laszlo Csomor · 6 years ago
  40. acc72bb Update with v28.0.0 build id #5388695 to Android experimental channel by Googler · 6 years ago
  41. 75b7ed4 remote: move options to its own package by Jakob Buchgraber · 6 years ago
  42. fa161fa Bubble aapt2 compile and link errors to Bazel by Jingwen Chen · 6 years ago
  43. dac096c Fix "the the". by Benjamin Peterson · 6 years ago
  44. 64cc8e1 Fix signedness warnings in singlejar tests. by Benjamin Peterson · 6 years ago
  45. 5cc1f65 Move deleteTree and deleteTreesBelow into FileSystem and Path. by jmmv · 6 years ago
  46. 9813c58 Suppress DEADLINE_EXCEEDED on download progress by George Gensure · 6 years ago
  47. 139d314 Correctly create output artifact paths for the Databinding Resource Processor action. by ahumesky · 6 years ago
  48. 6641ad9 Add option to desugar default methods with the help of synthetic base classes where possible. by kmb · 6 years ago
  49. 8ac46c1 Windows: add --incompatible_windows_escape_jvm_flags by Laszlo Csomor · 6 years ago
  50. 535f58d Rename Skylark to Starlark by laurentlb · 6 years ago
  51. ae1e2be Properly throw exceptions in ResourceProcessorBusyBox, and log exceptions in CompileLibraryResourcesAction. by jingwen · 6 years ago
  52. 75df1bc Automatic code cleanup. by Googler · 6 years ago
  53. 569e2cb Windows, launcher: separate jvm_flags by TAB by Laszlo Csomor · 6 years ago
  54. b7bd7a1 Windows, launcher: implement correct escaping by Laszlo Csomor · 6 years ago
  55. 6a7b0fb Windows, launcher: add unit test for flag escaping by Laszlo Csomor · 6 years ago
  56. 68ea97d Windows, launcher: rename GetEscapedArgument by Laszlo Csomor · 6 years ago
  57. f02a20c Fix extension for uncompressed APKs. by Googler · 6 years ago
  58. 16db9b6 [bazel] Added support for Android Architecture Components navigation resources to Blaze and related tools. by Googler · 6 years ago
  59. 59373d1 Remove stardoc dependency on protoc by cparsons · 6 years ago
  60. 3e0e589 add desugar conversion method for AmbientBrightnessDayStats.getLocalDate by kmb · 6 years ago
  61. a282309 Automatic code cleanup. by Googler · 6 years ago
  62. 8604c6a rename directories and META-INF/services files along with core library desugaring by kmb · 6 years ago
  63. 973c4e7 Automated rollback of commit d3dd9d1b3cd238467143becb8665ea252fda8e0d. by arostovtsev · 6 years ago
  64. d3dd9d1 Convert MethodLibrary's SkylarkSignature methods to SkylarkCallable by cparsons · 6 years ago
  65. f21ca8a Windows: native launcher can run from a long path by Yun Peng · 6 years ago
  66. 12ab12e Revert "Enabling Bazel to generate input symlinks as defined by RE AP? by Jakob Buchgraber · 6 years ago
  67. 3afb7b0 Add new flag --remote_default_platform_properties. by John Cater · 6 years ago
  68. 019f13b Also ignore module-info.class in multi-version Jars by Googler · 6 years ago
  69. 94669e8 Automatic code cleanup. by Googler · 6 years ago
  70. 0a5ea61 [singlejar] Fix Windows long path issue by Loo Rong Jie · 6 years ago
  71. bdddfc0 Add support for 'HOST_RAM' and 'HOST_CPUS', and [keyword][-|*]<float> to remoteWorker --jobs option. by steinman · 6 years ago
  72. cde6ba2 Desugar conversion library for Functions by kmb · 6 years ago
  73. ce4e6f0 Don't swallow manifest merging errors from the tool in ManifestMergerAction. by jingwen · 6 years ago
  74. 34b7dd3 Simple build-time check for uses of desugared core library methods. by kmb · 6 years ago
  75. 0a8fc07 Use toStringUtf8 on a ByteString to get the actual string for use in an by ahumesky · 6 years ago
  76. c01cf1b Fix mobile-install v1 on Pie devices by jingwen · 6 years ago
  77. e88d825 Avoid prebuilt desugar runtime Jar by kmb · 6 years ago
  78. 7705a5a Make use of parseResourceTxtFile() in ProtoResourceUsageAnalyzer so that unobfuscated resources get marked as reachable. by Googler · 6 years ago
  79. 776a85a handle null values when converting java.time primitives for Android APIs. by kmb · 6 years ago
  80. b7ef314 Beginnings of supporting Android APIs that use desugared core libraries. by kmb · 6 years ago
  81. 966acbb singlejar, Windows: MappedFile allows empty files by Laszlo Csomor · 6 years ago
  82. d588e7e Synthesize bridge methods from core library interfaces in user-written classes by kmb · 6 years ago
  83. 0f2d26d Automatic code cleanup. by Googler · 6 years ago
  84. 6594f9f Fix incorrect dependency in WorkspaceLogParserTest. by Googler · 6 years ago
  85. 887a4cd Update a TODO by cushon · 6 years ago
  86. 68c57f0 Correct misspelled English words in comments and printed messages in Bazel's src/... directory (and run fix) by jingwen · 6 years ago
  87. 367e20c Automated rollback of commit 7133f969af019ec126c22da3fbcebb2837633654. by Googler · 6 years ago
  88. f08b44c Print out simple xml values and attribute formats in merge conflicts. by corysmith · 6 years ago
  89. ab7e56d Clean up AndroidManifestProcessor. by jingwen · 6 years ago
  90. 7133f96 Automated rollback of commit 64a111e23e036140b9d6cbec0092db26184b3101. by plf · 6 years ago
  91. baa1786 Enabling Bazel to generate input symlinks as defined by RE API V2. by olaola · 6 years ago
  92. 2661fa7 Ensure that attributes metadata is always placed in the package directory. by corysmith · 6 years ago
  93. 64a111e Specify non-final fields for R-class generation if resource shrinking is on. by Googler · 6 years ago
  94. 14c0f40 Starlark AST: use a list of bindings instead of a map in load statements by laurentlb · 6 years ago
  95. fbfb3cb Enabling Bazel to parse output symlinks as defined by RE API V2. by olaola · 6 years ago
  96. 2b98ef7 Support user-defined function documentation in Stardoc. by cparsons · 6 years ago
  97. 7b3f62e Fix BazelPackagePrinter. It missed an earlier refactoring. by nharmata · 6 years ago
  98. c557399 [singlejar] Enable native singlejar on Windows by Loo Rong Jie · 6 years ago
  99. 612b1ed Fix #6589: Prevent warning due to redefinition of __STDC_FORMAT_MACROS. by philwo · 6 years ago
  100. 7c3367e Remove old optimize_for option. by John Cater · 6 years ago