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