1. dc4dddf Remove warning about multiple options in copts. by Joe Finney · 8 years ago
  2. 2000a04 Skylint: report missing documentation for a function's return value by fzaiser · 8 years ago
  3. d60e0d0 Open source tests for Android desugarer. by ajmichael · 8 years ago
  4. 93d65a4 Support for local_resource_files in android_test by Googler · 8 years ago
  5. 31089bb Windows Native Launcher: Print command line when launch failed. by pcloudy · 8 years ago
  6. 9e845f6 Add multiple density processing to aapt2 using the optimize command. by corysmith · 8 years ago
  7. 5a77f42 Skylint: improve the naming conventions checker by fzaiser · 8 years ago
  8. 943874f Add Profiler for recording task execution time. by corysmith · 8 years ago
  9. c23d185 Skylint: add main linter class and clean up BUILD files by fzaiser · 8 years ago
  10. c31f696 Replace ad hoc wrapper classes with Equivalence.Wrapper by brandjon · 8 years ago
  11. 3bcb9f6 More BUILD file refactorings. by philwo · 8 years ago
  12. 0b6b5df Remove debug output by Googler · 8 years ago
  13. 831f7e1 fix for legacy jacoco instrumentation in interfaces behind flag RELNOTES: n/a by kmb · 8 years ago
  14. eac5cbb Skylint: add lint for uninitialized variables by fzaiser · 8 years ago
  15. d7a2f11 Skylint: check the documentation of parameters in function docstrings by fzaiser · 8 years ago
  16. b0b8bad Skylint: add lint to check for unreachable statements by fzaiser · 8 years ago
  17. a94ef48 Extract authandtls, buildeventservice, buildeventstream into package-level BUILD files. by philwo · 8 years ago
  18. 17d975e Remove the Dialect type from the Parser. by laurentlb · 8 years ago
  19. b3277b0 PiperOrigin-RevId: 167167400 by kmb · 8 years ago
  20. 282c7f6 Changed Android manifest merger build action to also resolve relative class names in manifest files for Android libraries. by Googler · 8 years ago
  21. 9273eac Skylint: add a lint that reports unused identifiers by fzaiser · 8 years ago
  22. c3b0c8b Skylint: handle for-loops in control flow lint correctly by fzaiser · 8 years ago
  23. e51e992 Add a closeResource(Throwable throwable, Object resource) in the runtime by cnsun · 8 years ago
  24. 11073bd Allow to overwrite default dex prefix name 'classes'. by Googler · 8 years ago
  25. f12402b Make ControlFlowChecker follow the dataflow analysis idiom more closely by brandjon · 8 years ago
  26. 0051894 pkg_tar usage: fix CI warning by laszlocsomor · 8 years ago
  27. 4aa6f35 Skylint: add lint that checks for statements without effects by fzaiser · 8 years ago
  28. 75f97c1 Make classJarOutput of AndroidResourceMergingAction read package from manifest by ajmichael · 8 years ago
  29. 3e5ec96 Add support for the <type>/<package>:<name> method of declaring resources. by corysmith · 8 years ago
  30. 32b8551 Save density information to manifests when filtering resources in analysis by Googler · 8 years ago
  31. 687d6c4 Rollforward of https://github.com/bazelbuild/bazel/commit/0071b396776be4d146fd271499716dd5dea6f7e9: Enable parameter files for manifest merger actions. by apell · 8 years ago
  32. a393c428d Split "shell", "graph" into their own packages. by philwo · 8 years ago
  33. 72ed0b9 Skylint: add lint for missing docstrings by fzaiser · 8 years ago
  34. 5fa338a Make Windows C++ launcher support long path by Yun Peng · 8 years ago
  35. 631126a Add a lint for missing return statements by fzaiser · 8 years ago
  36. 9e3a3e2 Prepend workspace name when finding Jar path by Rlocation by pcloudy · 8 years ago
  37. b91ef05 Add missing action to processor busy box RELNOTES: None by corysmith · 8 years ago
  38. 10dc345 Typo fix: prosess -> process by jingwen · 8 years ago
  39. ebafc96 Enable using a parameter for large lists of resources to link. by corysmith · 8 years ago
  40. e005adf Busybox all the Bazel Android tools. by ajmichael · 8 years ago
  41. 54c5c5c Windows: Implement Java native launcher by Yun Peng · 8 years ago
  42. bfa35dd Automated rollback of commit d31a944cfae27564caa7f974e0daec99314d4c44. by lberki · 8 years ago
  43. 0071b39 Enable parameter files for manifest merger actions. by apell · 8 years ago
  44. 827d3d2 Final tweaks and fixes to enable aapt2 for Blaze. by corysmith · 8 years ago
  45. e516a10 Adds compile action for aapt2: Aapt2ResourcePackagingAction by corysmith · 8 years ago
  46. 141cb88 Start work on the Skylark linter (skylint). by fzaiser · 8 years ago
  47. fedeb9d Remove workaround. The ASM bug is fixed. And we use ClassRemapper now. by cnsun · 8 years ago
  48. 9119307 Terminate requests with OK instead of ALREADY_EXISTS in the Remote Worker. by olaola · 8 years ago
  49. 3e0277a Windows: Implement python native launcher by Yun Peng · 8 years ago
  50. 74a8c3e Switch android tools' use of options parser to a more concise form for the single options-base case. by ccalvarin · 8 years ago
  51. e6d2077 Refactor Bash Launcher by Yun Peng · 8 years ago
  52. 0872b54 Partially revert https://github.com/bazelbuild/bazel/commit/bcb0354b2d7c7a8f824e9dab76cb21526a81a045. The try-with-resources library need to be compiled with java7, as we directly copy the classes into the desugared jar. by cnsun · 8 years ago
  53. bcb0354 Bazel source code is no longer java7. by ajmichael · 8 years ago
  54. 7481de4 android_library can be used in the resources attribute by Googler · 8 years ago
  55. 1e98851 Delete last vestiges of xcodegen. by schmitt · 8 years ago
  56. e8dd11a Validate and Link libraries action for aapt2 by corysmith · 8 years ago
  57. c1f842c Use all resource types in PlaceholderIdFieldInitializerBuilder by Googler · 8 years ago
  58. 6628d55 multi-thread DexFileMerger RELNOTES: speedup of incremental dexing tools by kmb · 8 years ago
  59. e7e7ba4 Adds aapt2.ResourceCompiler and CompileLibraryResourcesAction. by corysmith · 8 years ago
  60. f2d4595 Rewrite the Command API by ulfjack · 8 years ago
  61. ae93cdf Remove invalid check. It is possible that an interface initializer can set by cnsun · 8 years ago
  62. cf439f2 write dex archives uncompressed RELNOTES: none by kmb · 8 years ago
  63. d3dfa59 Automated rollback of commit 963db879575132933d9254406b4c76a8f10b0ad1. by ajmichael · 8 years ago
  64. 963db87 Remove special ordering of resources from PlaceholderIdFieldInitializerBuilder by Googler · 8 years ago
  65. 67b1736 improve efficiency of no-op desugarings by kmb · 8 years ago
  66. 91fb38e remote_worker: Serialize fork() calls. Fixes #3356 by buchgr · 8 years ago
  67. 5a03ed1 Internal change by Googler · 8 years ago
  68. 793b409 Windows, sh_bin. launcher: fix manifest path by Laszlo Csomor · 8 years ago
  69. ce61d63 don't use methods and classes removed in upstream dx by kmb · 8 years ago
  70. 025a7b0 Android BusyBox: deprecate --libraries flag by laszlocsomor · 8 years ago
  71. 837e1b3 Windows, sh_bin. launcher: export runfiles envvars by Laszlo Csomor · 8 years ago
  72. 78105ee Tolerate missing interface markers in method calls from interface methods to methods in that interface. by kmb · 8 years ago
  73. 2714195 Alter the order of class visitors, to make sure that Objects.requireNonNUll by cnsun · 8 years ago
  74. 6563b2d Bazel, Android: fix Bazel CI breakage by laszlocsomor · 8 years ago
  75. 8db4454 Android BusyBox: remove dead code by laszlocsomor · 8 years ago
  76. 5d2d072 Windows: Android BusyBox can access the JNI lib by Laszlo Csomor · 8 years ago
  77. c28e2e0 Using cc_binary to build windows_jni.dll by Yun Peng · 8 years ago
  78. 9426120 Remove old intellij aspect code bundled with Bazel by Googler · 8 years ago
  79. 31c52f5 Automated rollback of commit ed6f653834ac5069c6ab0fb871bc41554fbf36f1. by ulfjack · 8 years ago
  80. d8235cf Disable desugaring try-with-resources when --min_sdk_version is above 18. by cnsun · 8 years ago
  81. 0f3481b Include <cinttypes> instead of <stdint.h> by Damien Martin-Guillerez · 8 years ago
  82. b1ae955 Fix NPE when passing null Location to XMLStreamException. by Googler · 8 years ago
  83. ab39f78 Resource filtering should preserve all matching artifacts, despite shared names by Googler · 8 years ago
  84. ed6f653 Automated rollback of commit dc0d036b7dac011fc7aae9cbf2e4427d6d62d63a. by dmarting · 8 years ago
  85. d164e66 Auto-export src/tools/benchmark/**/BUILD by ulfjack · 8 years ago
  86. 14a8e3f BEP: add events about fetches to the stream by Klaus Aehlig · 8 years ago
  87. ecd3ff1 Start generating BUILD files from internal BUILD files by ulfjack · 8 years ago
  88. 560b0ae Fix ScopedTemporaryDirectory causes crash when filesystem doesn't support xattr. by philwo · 8 years ago
  89. 7a1b4e3 Remove generate_workspace from Bazel by kchodorow · 8 years ago
  90. 849213b In UseBridge.class, check whether the owner of the method call instruction and by cnsun · 8 years ago
  91. 92cd50e Stop reporting manifest merge errors as exceptions with stack traces as well as printing the merge error report. The stack traces duplicated the error report and gave the impression that the error may be an internal error instead of a build error. by apell · 8 years ago
  92. 09dd8c0 Windows: Implement native binary launcher by Yun Peng · 8 years ago
  93. f82666f Fix #3416: catch the ALREADY_EXISTS status code on upload, and treat it as success. by olaola · 8 years ago
  94. e1d3b87 Automated rollback of commit 01ddfb7bf418b371859de62f4eab2f41ea9a4a4a. by laszlocsomor · 8 years ago
  95. c82a197 Make the @Option annotation depend on the java version of the tagging enums. by ccalvarin · 8 years ago
  96. 01ddfb7 Internal change by Googler · 8 years ago
  97. a491417 Silence useless netty warnings in the remote worker by ulfjack · 8 years ago
  98. 5752463 AndroidBusyBox: deprecate path-list-type flags by laszlocsomor · 8 years ago
  99. e0b6a21 Workaround for the Linux-induced race that causes ETXTBSY by ulfjack · 8 years ago
  100. b89b7ee Fix the executor by ulfjack · 8 years ago