1. 4ae687c Remove double bazel_tools by Daniel Wagner-Hall · 4 years ago
  2. d3da9aa Clean up Java providers after ToolchainInfo changes. by jcater · 4 years ago
  3. cc85cb7 Update to Error Prone 2.6.0 by Liam Miller-Cushon · 4 years, 1 month ago
  4. 677f347 Remove Remote execution services from versioned docs by ranjanih · 4 years ago
  5. b899b77 Allow tree artifact value to skip archived tree artifact it's when not present. by ajurkowski · 4 years ago
  6. d9dfe29 publish target summaries after vacuous test summaries by kmb · 4 years ago
  7. c1d1df0 Fix formatting of `WORKSPACE.oss` by cushon · 4 years ago
  8. ab1da7b Fix Bazel Coverage with C++ to work with Remote Execution by Finn Ball · 4 years ago
  9. 74cd105 Automatic code cleanup. by Googler · 4 years ago
  10. 76a8498 Remove obsolete TODO comment by Googler · 4 years ago
  11. 89ec4bf Sync aapt2 proto to upstream for building against staged SDK resources by Googler · 4 years ago
  12. 688a237 Fix `macos_qos_class`. by dmaclach · 4 years ago
  13. 5356e0e Docs: Make variables: Mention shorter syntax for $@ etc. by Chris Rebert · 4 years ago
  14. 20996f6 Remote: Fixed a bug that remote cache is missed due to executable bit is changed by Chi Wang · 4 years ago
  15. ed410e2 Remove misleading "Use the --android_sdk" message for platform-based resolution. by gregce · 4 years ago
  16. 99079b3 update pkg_tar to 0.3.x by Tony Aiuto · 4 years ago
  17. e414d6f Fix comment in Starlark action. by messa · 4 years ago
  18. 36116ce Generate code that is buildifier compliant by Xavier Bonaventura · 4 years ago
  19. 2793e5a Create blank coverage reports before running tests by Garrett Holmstrom · 4 years ago
  20. 09cd1fc Trigger similar getPrerequisites behavior for the android_binary_internal rule as already exists for android_binary + android_test. by Googler · 4 years ago
  21. db27113 Stop the Android dexer from using legacy toolchains with platforms. by gregce · 4 years ago
  22. 036fc38 Test cleanup for Android platform split transition. by jcater · 4 years ago
  23. 46e5efd Thread BlazeRuntime#bugReporter through to SkyframeExecutor -> ActionExecutionFunction and friends, allowing us to make better assertions in tests. by janakr · 4 years ago
  24. 56a29d3 In ActionExecutionFunction, delay construction of the skykey->artifact multimap used only for error processing until we know that it's required. As a result, don't unroll the all-inputs nested set until after we know all deps are present. Saves nested-set unrolling in the missing-dep+error-free case (up to 1/2 of all action executions) and saves iteration and multimap construction in the error-free case (~all actions). by janakr · 4 years ago
  25. 74f35d4 Pass more `--add-exports=` flags by cushon · 4 years ago
  26. 52c0597 BEP reports analysis failure for targets with artifact conflicts. by adgar · 4 years ago
  27. f622431 Handle missing deps with NSOS in rewind strategy calculation by mschaller · 4 years ago
  28. e91a488 Set apple platform explicitly in tests by waltl · 4 years ago
  29. 7ae2183 Delete redundant crosstool_top parameter by waltl · 4 years ago
  30. 707fc46 Get CppCongifuation from the right place by waltl · 4 years ago
  31. 2dd2ecc Update documentation on //... and //:all by Philipp Schrader · 4 years, 1 month ago
  32. 9ad09f7 Automated rollback of commit 2abec01ae6196829fb8c04004c200a6f5c143fd5. by cushon · 4 years, 1 month ago
  33. 5987ae2 Avoid going to disk to check if an action output is a directory if we already have metadata for it (the overwhelmingly common case internally). Even if we don't have metadata, this will share the cost with SkyframeActionExecutor#checkOutputs so it's effectively free. by janakr · 4 years, 1 month ago
  34. f78ffb5 Optimize for the case when all known packages share a single root: return that single root for all package root lookups. by janakr · 4 years, 1 month ago
  35. 9bc9bf4 Query Docs: Make the section on "Words" tokens both correct and consistent, and also slightly improve readability while I am here. by nharmata · 4 years, 1 month ago
  36. a790c17 Delete stale archived tree artifacts before running actions. by ajurkowski · 4 years, 1 month ago
  37. 8b2f14f Properly detect and emit missing source file errors in NSOS codepath: because "missing file" errors aren't exceptional, the ArtifactNestedSetKey will have an associated non-exceptional value, which is fine. We should only throw if the missing file is mandatory, which is an action-by-action decision. by janakr · 4 years, 1 month ago
  38. bc9fc61 Introduce two new `PathFragment` methods, `isSingleSegment()` and `isMultiSegment()`, to replace the common case of using `segmentCount()` when the actual number of segments is irrelevant. by jhorvitz · 4 years, 1 month ago
  39. c1ffe37 Add docs for host_conlyopt and host_linkopt by April Schleck · 4 years, 1 month ago
  40. 33bfbee Adjust advice about propagating runfiles from attributes like srcs by Googler · 4 years, 1 month ago
  41. bd16510 Further optimize same_pkg_direct_rdeps by not calling #getTarget on targets not in the same package. by tanzhengwei · 4 years, 1 month ago
  42. 2abec01 Cleanup JavaWrapCcInfo. by ilist · 4 years, 1 month ago
  43. c679d56 Make CcNativeLibraryProvider a part of CcInfo provider. by ilist · 4 years, 1 month ago
  44. 58c58bb8 Using back slashes in the binary path in the script_path output file on Windows by mai93 · 4 years, 1 month ago
  45. ba48022 Fix condition on logic for .pic.a files by Googler · 4 years, 1 month ago
  46. 49fb650 Only accumulate necessary targets in `test_suite.$implicit_tests` by michajlo · 4 years, 1 month ago
  47. 3192eb5 Make translations related options and configurations internal by hvd · 4 years, 1 month ago
  48. 4b55e40 Optimize graphless query custom function implementations for `same_pkg_direct_rdeps`, `rdeps`, `allpaths`, `somepath`. by tanzhengwei · 4 years, 1 month ago
  49. 08936ae Add external_include_paths C++ feature by Benedek Thaler · 4 years, 1 month ago
  50. 47edc57 Silence swiftmodule timestamp warnings by Keith Smiley · 4 years, 1 month ago
  51. 0299cd7 Remove wrapped_clang params files after use by Keith Smiley · 4 years, 1 month ago
  52. 551fabd Miscellaneous fixes to tests to avoid using --test_arg as no-op, etc. by twigg · 4 years, 1 month ago
  53. b7308f8 Allow BuildViewTestCase to ignore some options when comparing configurations by twigg · 4 years, 1 month ago
  54. 4970e0f Add and use DummyTestFragment in BuildViewTestCase by twigg · 4 years, 1 month ago
  55. 29cfb0b Bumping desugar external lib by Menny Even Danan · 4 years, 1 month ago
  56. 8d90eeb Make shell tests less sensitive to --trim_test_configuration. by twigg · 4 years, 1 month ago
  57. 6b96dcd Replace boolean option for archived tree artifacts with a regex filter. by ajurkowski · 4 years, 1 month ago
  58. 574ddaf Compare Artifacts in some tests by Path instead of Artifact. by twigg · 4 years, 1 month ago
  59. 21e100c Replace usages of the linear `segmentCount()` with the constant time `isEmpty()` where the segment count is only used to compare vs 0. by jhorvitz · 4 years, 1 month ago
  60. 3045c28 Emulate doing trimming at 'top-level' of AnalysisTestCase. by twigg · 4 years, 1 month ago
  61. ca6c459 Clean up `PathFragment` usage in `FilesetEntryFunction`. by jhorvitz · 4 years, 1 month ago
  62. 7c204f6 docs/bazel-and-android: fix broken codelab link by Michael Chinen · 4 years, 1 month ago
  63. e7310d5 Enable builtins injection by default by brandjon · 4 years, 1 month ago
  64. 27e49fb Add test coverage for I/O exceptions and action failures bubbling up from "optional" inputs. Exhibit 4 separate bugs: the linked bugs (I/O exceptions bubbling up, ArtifactNestedSetEvalExceptions bubbling up), and 2 new ones: I/O exceptions causing crashes, and errors from actually unused optional inputs incorrectly shutting down the build. by janakr · 4 years, 1 month ago
  65. 205cc1b Improve usage of `PathFragment` in `WorkerExecRoot`. by jhorvitz · 4 years, 1 month ago
  66. 25aec11 Typo: parammeters -> parameters by Sebastian Olsson · 4 years, 1 month ago
  67. 06bd3e8 Flip --experimental_no_product_name_out_symlink default value to true. by janakr · 4 years, 1 month ago
  68. be3a8a0 Adjust doc formatting. by gregce · 4 years, 1 month ago
  69. e6f1066 Fix test name of test[suit|case] in the generated test.xml. by chiwang · 4 years, 1 month ago
  70. 8c77119 Docs: Update Bazel/Blaze aquery page sample code for aquery_differ by Googler · 4 years, 1 month ago
  71. da3ddce Set `-Xep:BanSerializableRead:OFF` in `default_java_toolchain` by cushon · 4 years, 1 month ago
  72. 8a165dc Fix typo in Option.java: s/numner/number by Anthony Pratti · 4 years, 1 month ago
  73. 7461f44 Include `java_toolchain.package_configuration` in proto javacopts by cushon · 4 years, 1 month ago
  74. eb32a0d Remove hacky support for skyframe inconsistencies. by adgar · 4 years, 1 month ago
  75. ee81f32 Use `java_toolchain.javacopts` instead of `misc` by cushon · 4 years, 1 month ago
  76. 2c29dc5 Remove the `Crash` factory overload that permits a custom `ExitCode` without `FailureDetail`. by jhorvitz · 4 years, 1 month ago
  77. 55cc9b5 Add test for $implicit_tests population by michajlo · 4 years, 1 month ago
  78. d56abf4 Make -XX:HeapDumpPath a volatile startup option when it is set inside the launcher to not trigger a server restart. by janakr · 4 years, 1 month ago
  79. 26a3caa Initialize memory used to write in `TestLargeFileWrite`. by ajurkowski · 4 years, 1 month ago
  80. af1e91e Use `java_toolchain.javacopts` instead of `misc` by ilist · 4 years, 1 month ago
  81. 84b90c8 Propagate IOExceptions coming from resolving symlinks in legacy globbing. We propagate them from Skyframe globbing, so there's no point in swallowing them in legacy: it will just lead to inconsistent filesystem exceptions. by janakr · 4 years, 1 month ago
  82. facc7d5 Include `--system` in Javac extra action protos by cushon · 4 years, 1 month ago
  83. 1e7e519 Docs: Reword Query section for clarification about generator_function/ generator_name by Googler · 4 years, 1 month ago
  84. be30d1d Add field java_outputs to JavaInfo, redirected to outputs.jars, and deprecate outputs field. by ilist · 4 years, 1 month ago
  85. 662cf54 Remote: Fix an issue that a failed action could lead to RuntimeException caused by InterruptedException thrown when acquiring gRPC connections. https://github.com/bazelbuild/bazel/issues/13239 by chiwang · 4 years, 1 month ago
  86. b1f1511 Allow specifying a cause in `MissingNestedSetException`. by jhorvitz · 4 years, 1 month ago
  87. 257e9ea Clear testSuiteImplicitTests before adding tests by michajlo · 4 years, 1 month ago
  88. 9ed03a2 Moving release policy section to general Releases section by ranjanih · 4 years, 1 month ago
  89. f4f95d7 Track visited `NestedSet` nodes when searching for a rewind path. by jhorvitz · 4 years, 1 month ago
  90. 05c4aaa Rename OutputJar to JavaOutput. by ilist · 4 years, 1 month ago
  91. 0dc5403 Update BEP diagram for bazel site. by adgar · 4 years, 1 month ago
  92. cbbd1e9 Roll forward of https://github.com/bazelbuild/bazel/commit/72b1c2cbe1fa28f63a0f25c3bf5c5e1c115a7f6d: Improve Java-like rulesets support. by ilist · 4 years, 1 month ago
  93. 93d7904 Document File.extension more precisely by Googler · 4 years, 1 month ago
  94. 3354ce3 Add support for unzipping `ZIP64(tm)` archives in ijar. by ajurkowski · 4 years, 1 month ago
  95. 28a1e6e Remove outdated --experimental_starlark_config_transitions from Bazel. by gregce · 4 years, 1 month ago
  96. c8bc1e9 Synchronize Android SDK dependencies for Starlark and native Android rules. by gregce · 4 years, 1 month ago
  97. c2bdd03 Move --repo_env to common options by Cristian Hancila · 4 years, 1 month ago
  98. b65e38d Move @Nullable annotations to the proper places. by John Cater · 4 years, 1 month ago
  99. ed6ea5e Make ToolchainInfo final to prevent future subclassing. by jcater · 4 years, 1 month ago
  100. 30041cc JavaRuntimeInfo no longer extends ToolchainInfo. by jcater · 4 years, 1 month ago