1. f69c3d2 Fix destructive mv of bazel internal files by Austin Schuh · 6 years ago
  2. acdd365 Merge direct runtime jars, java constraints and JavaSourceInfoProvider in java_common.merge() by iirina · 6 years ago
  3. e38d838 HttpConnector.connect: request a function instead of fixed set of headers by Klaus Aehlig · 6 years ago
  4. 25caae2 bazel syntax: rename {Function,}DefStatement by Googler · 6 years ago
  5. 88e22cd Generalize the concept of a temp directory for actions to put stuff in. by jmmv · 6 years ago
  6. 54ec37d bazel syntax: simplify comprehensions by Googler · 6 years ago
  7. 6118004 Turn down javac-turbine by cushon · 6 years ago
  8. e24e161 bazel syntax: rename DebugServer to Debugger by Googler · 6 years ago
  9. 2131921 Make run's single target error message more helpful. by nharmata · 6 years ago
  10. 6300cf0 Wrap Stardoc signature summaries by marcohu · 6 years ago
  11. 374d165 Update references to build encyclopedia by laurentlb · 6 years ago
  12. 96f038a Add documentation data for 0.29.1 release. by John Cater · 6 years ago
  13. a4f8b62 bazel syntax: make Eval private by Googler · 6 years ago
  14. 040eb52 Deactivate flaky test: socketTimeout_retries. by philwo · 6 years ago
  15. 5ce3079 Fix handling of noneable @Param by dchai · 6 years ago
  16. 27c8813 Add support for framework include paths to include scanner by Googler · 6 years ago
  17. 1c18c66 Add an allowlist for packages of targets which need to opt out of resource name obfuscation. by bcsf · 6 years ago
  18. 6cad689 Rearrange Javadoc around OrderOutput so that they apply to the enum value that they describe. Prior to this change, rendered Javadocs will use NO's doc for DEPS and so forth. by Googler · 6 years ago
  19. ada2c55 Add explicit --sdk argument to xcrun calls by Keith Smiley · 6 years ago
  20. abf3905 Handle -iquote in copt by Googler · 6 years ago
  21. aa8e8a2 Document exit code 45 by ulfjack · 6 years ago
  22. 8dd249d bazel syntax: delete Statement.parse by Googler · 6 years ago
  23. 3e59987 Blaze actions: add support for in-memory unused inputs list (dependency pruning). by Googler · 6 years ago
  24. 9ff02a9 updated documentation to clarify TLS support by ishikhman · 6 years ago
  25. 6470bb7 Add objc_include_scanning flag by Googler · 6 years ago
  26. 351e468 Add getParentDirectory to RootedPath. by ajurkowski · 6 years ago
  27. 5fe144a Wire up the resource name obfuscation optimization as performed by AAPT2. by bcsf · 6 years ago
  28. 92183d1 Output a list of kept resources from ProtoResourceUsageAnalyzer during Aapt2ResourceShrinkingAction. by bcsf · 6 years ago
  29. 81bdec0 bazel syntax: remove temporary alias to renamed function by Googler · 6 years ago
  30. 8956e16 Do some refactoring of framework search path helper functions by Googler · 6 years ago
  31. 41a8dfd Revert "cquery --nohost_deps" to include source files. by gregce · 6 years ago
  32. de8d4c7 Wait for process termination when the LocalSpawnRunner is interrupted. by jmmv · 6 years ago
  33. a235269 Close the ActionFS after completing the evaluation or input discovery phase of an action. by felly · 6 years ago
  34. 171cf2e bazel syntax: trivial parser cleanup by Googler · 6 years ago
  35. ae29e82 Avoid complex logic in MockSpawnStrategy for better readability. by jmmv · 6 years ago
  36. 415165a Refactor SpawnContinuation semantics by ulfjack · 6 years ago
  37. 5910093 bazel syntax: eliminate Debugger interface by Googler · 6 years ago
  38. 0791764 Report the first rule error as a root cause event by ulfjack · 6 years ago
  39. 01cf364 Introduce new Blaze flag --experimental_android_resource_name_obfuscation. by bcsf · 6 years ago
  40. aeda58f bazel syntax: make Parser private by Googler · 6 years ago
  41. 9ce145a Fix crash with async tree deletions if the executor has not yet initialized. by jmmv · 6 years ago
  42. 2d0046a Removing unused setter methods on SpawnResult Builder. by Googler · 6 years ago
  43. c463134 Add rules_jvm_external to recommended rules by jingwen · 6 years ago
  44. fd60d00 Add documentation for creating "custom verbs" with Starlark macros by Clint Harrison · 6 years ago
  45. 1ee8577 Sanitize strategy creation for better readability. by jmmv · 6 years ago
  46. 91c2f0f Remove Blaze flag --experimental_android_throw_on_resource_conflict. by bcsf · 6 years ago
  47. 17e28df A list of log paths will be provided in build output. by Googler · 6 years ago
  48. 234847b Annotate R and transitive fields when --annotate_r_fields_from_transitive_deps is set by dchai · 6 years ago
  49. ead46b6 Remove XML parsing from ProtoResourceUsageAnalyzer. by bcsf · 6 years ago
  50. 1547503 Plumb dependency info from AndroidResourceMerger to DataSource by dchai · 6 years ago
  51. fffddd9 Plumb dependency info from DataSource-->PlaceholderIdFieldInitializerBuilder by dchai · 6 years ago
  52. b346af9 Plumb dependency info from PlaceholderIdFieldInitializerBuilder-->*FieldInitializer by dchai · 6 years ago
  53. b46dfcf Add value type for encapsuating dependency info by dchai · 6 years ago
  54. 6077d65 Remove boolean parameters from getSpawnForTest for better readability. by jmmv · 6 years ago
  55. dd87855 Remove the whitelist check for `cc_common.{compile,link}`. by allevato · 6 years ago
  56. ce39313 Hide cross-spawn interruption mechanism behind a lambda. by jmmv · 6 years ago
  57. 4f9cd08 Release 0.29.1 (2019-09-10) by Bazel Release System · 6 years ago
  58. 98155e1 Remove unused feature_of/feature_after support from ResourceProcessorBusyBox by dchai · 6 years ago
  59. 6842af0 Automatic code cleanup. by Googler · 6 years ago
  60. 25e32f1 Include child key at the beginning of the exception message rather than at the end. by shreyax · 6 years ago
  61. 7c391ef Extract `aapt2 optimize` to a new action. by bcsf · 6 years ago
  62. ddf8a29 Fix misspelling of 'descendant' by dchai · 6 years ago
  63. 0bb860d Remove unused feature_of/feature_after support from Bazel/Blaze by dchai · 6 years ago
  64. 46ad547 Make static-able methods static by dchai · 6 years ago
  65. fb2b3d7 Use .anyMatch and .allMatch instead of reducing a Stream<Boolean> by Googler · 6 years ago
  66. 6392e5c Always enable --experimental_java_header_input_pruning by cushon · 6 years ago
  67. 0a70adb Remove non-Windows assertions in annotation processor tests by cparsons · 6 years ago
  68. 5e2133a Report a root cause in BEP on testonly violations by ulfjack · 6 years ago
  69. b9591cf Switch to using Futures.getDone(). by mstaib · 6 years ago
  70. d22331d Fix documentation regarding target references. by laurentlb · 6 years ago
  71. 8f22e94 Pass stdin through test-setup.sh by David Neil · 6 years ago
  72. 4ee9750 LegacyIncludeScanner: Avoid intermediate futures by ulfjack · 6 years ago
  73. 6fef731 Move the field name back into FieldInitializer by dchai · 6 years ago
  74. 9c7f3fd Mark value classes as 'final' by dchai · 6 years ago
  75. 1651445 bazel syntax: rationalize the build rules by Googler · 6 years ago
  76. 458aa9e Fix a few ErrorProne suggestions by dchai · 6 years ago
  77. c5fcc86 bazel packages: move lib.syntax.Type here by Googler · 6 years ago
  78. 8a92740 Move TODO into a bug. by mstaib · 6 years ago
  79. cf6ec60 Update remote Android tools by Donald Chai · 6 years ago
  80. cb09553 Move TODO into a bug. by mstaib · 6 years ago
  81. 9f177e2 Make a couple of methods public. by nharmata · 6 years ago
  82. cdec5cc Associate TODO with its bug. by mstaib · 6 years ago
  83. a28e838 Move more TODOs into another bug. by mstaib · 6 years ago
  84. b05707f bazel analysis: eliminate unnecessary Builder by Googler · 6 years ago
  85. 478235d Move TODOs into a bug. by mstaib · 6 years ago
  86. 56a05ad Move some TODOs into a bug where they can be better tracked. by mstaib · 6 years ago
  87. cf42801 Add template utility function markdownCell by cparsons · 6 years ago
  88. a06af57 Fix an instance of[] by cushon · 6 years ago
  89. 0d3c265 Delete unused method by michajlo · 6 years ago
  90. 6335c60 Need a newline before an unordered list in markdown. by Googler · 6 years ago
  91. bf2887b Add an allowlist for packages of targets which need raw access to resource paths in their APK. by bcsf · 6 years ago
  92. ac4eb75 Remove unnecessary logging statement from batchPrefetch. by Googler · 6 years ago
  93. 50fc35e Fix lookup of output files to not consider the target configuration. by jcater · 6 years ago
  94. 138b074 Give instances of NonAttributeDependencyKind a useful printed name for debugging. by jcater · 6 years ago
  95. 5a0cf9b Rename host_deps option to tool_deps, to reflect more closely what it now does. by wtroberts · 6 years ago
  96. ed68a81 Update recommended rules page by laurentlb · 6 years ago
  97. 0b3a7dd Put grepped_includes file into a separate directory for tree file artifacts also in async mode. by hlopko · 6 years ago
  98. a0e3bb2 Remove support for authentication and .netrc by Dmitry Lomov · 6 years ago
  99. 255650c1 Windows, test wrapper: remove dead code by laszlocsomor · 6 years ago
  100. e1c8391 Pass options to syncPackageLoading and tighten visibility. by Googler · 6 years ago