1. dac096c Fix "the the". by Benjamin Peterson · 6 years ago
  2. 64cc8e1 Fix signedness warnings in singlejar tests. by Benjamin Peterson · 6 years ago
  3. 5cc1f65 Move deleteTree and deleteTreesBelow into FileSystem and Path. by jmmv · 6 years ago
  4. 9813c58 Suppress DEADLINE_EXCEEDED on download progress by George Gensure · 6 years ago
  5. 139d314 Correctly create output artifact paths for the Databinding Resource Processor action. by ahumesky · 6 years ago
  6. 6641ad9 Add option to desugar default methods with the help of synthetic base classes where possible. by kmb · 6 years ago
  7. 8ac46c1 Windows: add --incompatible_windows_escape_jvm_flags by Laszlo Csomor · 6 years ago
  8. 535f58d Rename Skylark to Starlark by laurentlb · 6 years ago
  9. ae1e2be Properly throw exceptions in ResourceProcessorBusyBox, and log exceptions in CompileLibraryResourcesAction. by jingwen · 6 years ago
  10. 75df1bc Automatic code cleanup. by Googler · 6 years ago
  11. 569e2cb Windows, launcher: separate jvm_flags by TAB by Laszlo Csomor · 6 years ago
  12. b7bd7a1 Windows, launcher: implement correct escaping by Laszlo Csomor · 6 years ago
  13. 6a7b0fb Windows, launcher: add unit test for flag escaping by Laszlo Csomor · 6 years ago
  14. 68ea97d Windows, launcher: rename GetEscapedArgument by Laszlo Csomor · 6 years ago
  15. f02a20c Fix extension for uncompressed APKs. by Googler · 6 years ago
  16. 16db9b6 [bazel] Added support for Android Architecture Components navigation resources to Blaze and related tools. by Googler · 6 years ago
  17. 59373d1 Remove stardoc dependency on protoc by cparsons · 6 years ago
  18. 3e0e589 add desugar conversion method for AmbientBrightnessDayStats.getLocalDate by kmb · 6 years ago
  19. a282309 Automatic code cleanup. by Googler · 6 years ago
  20. 8604c6a rename directories and META-INF/services files along with core library desugaring by kmb · 6 years ago
  21. 973c4e7 Automated rollback of commit d3dd9d1b3cd238467143becb8665ea252fda8e0d. by arostovtsev · 6 years ago
  22. d3dd9d1 Convert MethodLibrary's SkylarkSignature methods to SkylarkCallable by cparsons · 6 years ago
  23. f21ca8a Windows: native launcher can run from a long path by Yun Peng · 6 years ago
  24. 12ab12e Revert "Enabling Bazel to generate input symlinks as defined by RE AP? by Jakob Buchgraber · 6 years ago
  25. 3afb7b0 Add new flag --remote_default_platform_properties. by John Cater · 6 years ago
  26. 019f13b Also ignore module-info.class in multi-version Jars by Googler · 6 years ago
  27. 94669e8 Automatic code cleanup. by Googler · 6 years ago
  28. 0a5ea61 [singlejar] Fix Windows long path issue by Loo Rong Jie · 6 years ago
  29. bdddfc0 Add support for 'HOST_RAM' and 'HOST_CPUS', and [keyword][-|*]<float> to remoteWorker --jobs option. by steinman · 6 years ago
  30. cde6ba2 Desugar conversion library for Functions by kmb · 6 years ago
  31. ce4e6f0 Don't swallow manifest merging errors from the tool in ManifestMergerAction. by jingwen · 6 years ago
  32. 34b7dd3 Simple build-time check for uses of desugared core library methods. by kmb · 6 years ago
  33. 0a8fc07 Use toStringUtf8 on a ByteString to get the actual string for use in an by ahumesky · 6 years ago
  34. c01cf1b Fix mobile-install v1 on Pie devices by jingwen · 6 years ago
  35. e88d825 Avoid prebuilt desugar runtime Jar by kmb · 6 years ago
  36. 7705a5a Make use of parseResourceTxtFile() in ProtoResourceUsageAnalyzer so that unobfuscated resources get marked as reachable. by Googler · 6 years ago
  37. 776a85a handle null values when converting java.time primitives for Android APIs. by kmb · 6 years ago
  38. b7ef314 Beginnings of supporting Android APIs that use desugared core libraries. by kmb · 6 years ago
  39. 966acbb singlejar, Windows: MappedFile allows empty files by Laszlo Csomor · 6 years ago
  40. d588e7e Synthesize bridge methods from core library interfaces in user-written classes by kmb · 6 years ago
  41. 0f2d26d Automatic code cleanup. by Googler · 6 years ago
  42. 6594f9f Fix incorrect dependency in WorkspaceLogParserTest. by Googler · 6 years ago
  43. 887a4cd Update a TODO by cushon · 6 years ago
  44. 68c57f0 Correct misspelled English words in comments and printed messages in Bazel's src/... directory (and run fix) by jingwen · 6 years ago
  45. 367e20c Automated rollback of commit 7133f969af019ec126c22da3fbcebb2837633654. by Googler · 6 years ago
  46. f08b44c Print out simple xml values and attribute formats in merge conflicts. by corysmith · 6 years ago
  47. ab7e56d Clean up AndroidManifestProcessor. by jingwen · 6 years ago
  48. 7133f96 Automated rollback of commit 64a111e23e036140b9d6cbec0092db26184b3101. by plf · 6 years ago
  49. baa1786 Enabling Bazel to generate input symlinks as defined by RE API V2. by olaola · 6 years ago
  50. 2661fa7 Ensure that attributes metadata is always placed in the package directory. by corysmith · 6 years ago
  51. 64a111e Specify non-final fields for R-class generation if resource shrinking is on. by Googler · 6 years ago
  52. 14c0f40 Starlark AST: use a list of bindings instead of a map in load statements by laurentlb · 6 years ago
  53. fbfb3cb Enabling Bazel to parse output symlinks as defined by RE API V2. by olaola · 6 years ago
  54. 2b98ef7 Support user-defined function documentation in Stardoc. by cparsons · 6 years ago
  55. 7b3f62e Fix BazelPackagePrinter. It missed an earlier refactoring. by nharmata · 6 years ago
  56. c557399 [singlejar] Enable native singlejar on Windows by Loo Rong Jie · 6 years ago
  57. 612b1ed Fix #6589: Prevent warning due to redefinition of __STDC_FORMAT_MACROS. by philwo · 6 years ago
  58. 7c3367e Remove old optimize_for option. by John Cater · 6 years ago
  59. a1383c6 Update Android resource processor for Databinding v2. by ahumesky · 6 years ago
  60. f8be43c Automatic code cleanup. by cushon · 6 years ago
  61. e007add Iterate over XML namespaces deterministically. by ahumesky · 6 years ago
  62. 0709640 Add a missing space to a skylint error. by cparsons · 6 years ago
  63. 4b53e8f [singlejar] Use Bazel runfiles lib in test and other Windows fixes by Loo Rong Jie · 6 years ago
  64. 6a267fa Fixing HTTP cache bug in RemoteWorker -- no cache hits were ever possible because the cache was recreated on every request. by olaola · 6 years ago
  65. 2716b03 SingleJar: run tests on Windows by Laszlo Csomor · 6 years ago
  66. 893e719 Fix Android compiled data deserialization with aapt2 when used with RBE. by jingwen · 6 years ago
  67. 8177f5c Singlejar: fix bad use of $(JAVA) and $(locations) by Laszlo Csomor · 6 years ago
  68. 68611b3 [singlejar] Port test_util to Windows by Loo Rong Jie · 6 years ago
  69. 3caa80e [singlejar] Remove unused port.cc and actually test desugar_checking_test by Loo Rong Jie · 6 years ago
  70. 64823dd Querying the remote Capabilities service for remote execution/cache builds. by olaola · 6 years ago
  71. f4650db Fix logic for downgrading class file major versions by cushon · 6 years ago
  72. 2a207ca [singlejar] Special handling of ':' in resource path on Windows by Loo Rong Jie · 6 years ago
  73. 518bb87 Automated rollback of commit b7ec4f22e704b6d9892aa5501012d9f9a54f11c8. by janakr · 6 years ago
  74. b7ec4f2 Rollback of commit 4924566e1c0c0d83a9f4f0ece9f02c098333e666 and changelist 215310545. by twerth · 7 years ago
  75. 4924566 Thread a RootedPath into the Package's BUILD file, versus just a Path. This allows us to use that Root in the common case that the Package is not external, saving the creation of a new Root. by janakr · 7 years ago
  76. ab43976 Avoid recomputing hashes of Action and Command. by Benjamin Peterson · 7 years ago
  77. 86fa7d1 [singlejar] Use gcc-style attr_packed for Clang on Windows by Loo Rong Jie · 7 years ago
  78. 21d2569 [singlejar] Change one 32-bit off_t to 64-bit off64_t by Loo Rong Jie · 7 years ago
  79. bf1bdf7 Split the local host capacity query logic into its own build target. by jmmv · 7 years ago
  80. 8f4592d Add support for FONT references in compiled data. by corysmith · 7 years ago
  81. 9885328 Remove validation stubs. aapt2 has made it unnecessary to manually validate resource. by corysmith · 7 years ago
  82. c29755f Windows, launcher: Fix GetEscapedArgument function when argument is empty by pcloudy · 7 years ago
  83. efdb3f6 Quiet more warnings from com.google.protobuf.UnsafeUtil by cushon · 7 years ago
  84. 475f40a Use a different date time when normalizing zip entries by cushon · 7 years ago
  85. 132a8e3 Fix a typo in ResourceProcessorBusyBox. by Googler · 7 years ago
  86. 53a9e91 Throw contextual error when compiling value xmls with >1 period in filename with aapt2, instead of just failing with "<file>.arsc.flat does not exist after aapt2 ran": by Jingwen Chen · 7 years ago
  87. 1c0c366 Change skylint to accept UpperCamelCaseWithSuffixInfo identifiers by Jared Neil · 7 years ago
  88. 2ff8b05 Windows, launcher: Make launcher aware of if runfiles tree is enabled by Yun Peng · 7 years ago
  89. fb164a0 Windows: Make Python binary work with runfiles symlink tree by Yun Peng · 7 years ago
  90. 4d1d0b5 Add a linter check for native.package() by laurentlb · 7 years ago
  91. e974610 Add back logging of Exceptions. by corysmith · 7 years ago
  92. 521e822 Enable long path support for jar_manifest_file_path. by Googler · 7 years ago
  93. 1655933 [singlejar] Use Win32 API directly in OutputJar::AppendFile by Loo Rong Jie · 7 years ago
  94. 1950bf9 Fifth cl for verbose workspaces (ability to log certain potentially non-hermetic events that happen as part of repository rules). by Googler · 7 years ago
  95. 9c58b19 Add support for persistent workers to the Android resource processing tools with `--persistent_android_resource_processor` flag. by jingwen · 7 years ago
  96. c3283a3 Add support for wearable v1 references by corysmith · 7 years ago
  97. 5eae80f Add execlog tests to the source tree. by Googler · 7 years ago
  98. bc3426d Switch all dummy manifest writing to the AndroidManifest class. This ensures that the minSdk will be propagated to the dummy manifests. by corysmith · 7 years ago
  99. 52cfb9c Add AndroidManifest class to handle parsing and writing dummy manifests. by corysmith · 7 years ago
  100. 42942de Stop writing the merged resources to xml. by corysmith · 7 years ago