1. 8a28ea5 Replace "transform path" references with "devirtualize path" by Googler · 2 hours ago master
  2. f777a3c Internal by Googler · 5 hours ago
  3. d71de59 Add `RequiredProviders#acceptsNone`, similar to the existing `RequiredProviders#acceptsAny`. by Googler · 8 hours ago
  4. ab9571d Refactor `UiEventHandler` tests into subclasses for stdout only, stderr only, and both. by Googler · 8 hours ago
  5. f059b0c Remove unused third_party stuff by Ivo List · 2 days ago
  6. 045c37d Clarify a confusing comment in DirectoryTreeBuilder. by Googler · 13 hours ago
  7. 5463126 Automated rollback of commit 6982c14667440980665c536b8f1b7b6e57f5a808. by Googler · 14 hours ago
  8. ae16e62 Be a bit more resilient against persistent action cache corruption. by Googler · 16 hours ago
  9. b17059b Update .bazelversion and support matrix after releasing Bazel 8.1.0 by Googler · 19 hours ago
  10. 8ed98d6 Add `--write_command_log` to `CommonCommandOptions` by Googler · 27 hours ago
  11. 2c3eb46 Bazel Docs: Publish release docs for Bazel 8.1.0 by Googler · 31 hours ago
  12. 48a8021 Release 8.1.0 (2025-02-13) by Bazel Release System · 33 hours ago
  13. a329a8c Remove getStarlarkCallable() in positionalOnlyCall(). All callers of positionalOnlyCall() already pass in a StarlarkCallable. by Googler · 33 hours ago
  14. e1d5e86 Fix label conversion for `--experimental_propagate_custom_flag` by Fabian Meumertzheim · 33 hours ago
  15. 9b211de Fix code warnings in `UiEventHandler`. by Googler · 35 hours ago
  16. 6982c14 Make Bazel itself build under an output base with Unicode characters by Fabian Meumertzheim · 2 days ago
  17. 320a209 Make LabelValidator compatible with external callers. by Googler · 2 days ago
  18. db9c87f Refactorings around CcModule.compile() in preparation of starlarkification. Unify overloaded setters and constructors. by Googler · 2 days ago
  19. 700db56 Use UncheckedIOException instead of rolling our own. by Googler · 2 days ago
  20. 830d442 Fix headings on Bazel's Migration to Bzlmod page by Googler · 2 days ago
  21. c37ab58 Add `propagation_predicate` field to aspects definition by Googler · 2 days ago
  22. 73d6c3f Don't discard the analysis cache for null-configured targets (a.k.a. source files). by Googler · 2 days ago
  23. 948612c Fix `Attribute.valueToStarlark` to corretcly handle `TriState` values. by Googler · 2 days ago
  24. 54ca6f5 Add Bzlmod migration benefits to Bzlmod documentation by Googler · 2 days ago
  25. 2ad1f3a Remove unused //third_party android libs by Googler · 2 days ago
  26. ff01b5d Support path transforms in Workers. by Googler · 2 days ago
  27. 5cb6405 Removed J2ObjC dead code pruner Python script from Bazel. by Googler · 2 days ago
  28. a148b2f Remove @bazel_tools//tools/j2objc by Googler · 2 days ago
  29. db761f1 Fully load rules_python and rules_android by Googler · 3 days ago
  30. c25c5715 skycache: don't try to get cache hits for SourceArtifacts by returning earlier than the SkyValueRetriever call. by Googler · 3 days ago
  31. f35080a Add ArtifactNestedSetKeys dependencies to rewind graph for propagating actions. by Googler · 3 days ago
  32. 90fc642 Rewrite tests for proto_common.experimental_should_generate_code to Starlark by Googler · 3 days ago
  33. e0cd2f2 Don't fetch empty digest on failure status in `FetchBlobResponse` by Fabian Meumertzheim · 3 days ago
  34. 666c8ab Replace finalizer of NativeFileOutputStream. by Benjamin Peterson · 3 days ago
  35. 95bbed0 Support packing blaze info results in the response extensions for downstream filesystem to process. by Googler · 3 days ago
  36. 09857cc Add `no_toolchain_error` to the `platform` rule. by John Cater · 3 days ago
  37. 5b49735 Delete stale comment. by Googler · 3 days ago
  38. d5d9385 Set exit_code unconditionally on TestResult in BEP by Aaron Sky · 3 days ago
  39. c8e5119 Release 9.0.0-pre.20250128.3 (2025-02-11) by Bazel Release System · 3 days ago
  40. d7c71fa Internal change. by Googler · 3 days ago
  41. 76bcfe3 Replace usage of `Unsafe` in `StringUnsafe` with `VarHandle` by Fabian Meumertzheim · 3 days ago
  42. 353dd53 Do not allow aspect `required_providers` with `applyToFiles` by Googler · 3 days ago
  43. f1ceb70 Internal change by Googler · 3 days ago
  44. eb3d321 Remove proto_common unit tests that were ported to Starlark by Googler · 3 days ago
  45. 005e7c9 Remove redundant logic from PersistentMap.load(). by Googler · 3 days ago
  46. 7448b48 Deduplicate inputs coming from depsets by Googler · 4 days ago
  47. f6d71e5 Respect XDG directory settings on macOS by Aaron Sky · 4 days ago
  48. 35e5284 Delete stale TODO for `CURRENT_VERSION`. by Googler · 4 days ago
  49. 0d0c991 Introduce native.package_default_visibility, which returns the default visibility for the package. by Googler · 4 days ago
  50. d2c2ad1 Evaluate top-level aspects' required providers before creating the aspect key by Googler · 4 days ago
  51. 87986fc4 Replace counter with rule name in innate extension name by Fabian Meumertzheim · 4 days ago
  52. 5f74b9a Add support for riscv64 linux by kxxt · 4 days ago
  53. d4c9b92 Use `Single.using` instead of `onError`/`onSuccess` for async uploads by Fabian Meumertzheim · 4 days ago
  54. d796714 Support --output=commands flag for aquery by Peter Collingbourne · 5 days ago
  55. 815b19d Fix a bug which makes WorkerPool create too many workers and go above the limitation. by Googler · 5 days ago
  56. f6cb2fb StarlarkProvider ArgumentProcessor simplification: by Googler · 7 days ago
  57. 70b0afd ArgumentProcessor performance tuning: by Googler · 7 days ago
  58. 2c6d083 Add a new `infoItemHandlerCreator` class member to `InfoCommand`. by Googler · 7 days ago
  59. bf84c1d Expose the stderr path and timeout from `TestRunnerAction`. by Googler · 7 days ago
  60. d79298e Cleanups and enhancements to `ProcessWrapper`. by Googler · 7 days ago
  61. 14c3401 Give builtin actions a platform by Jordan Mele · 7 days ago
  62. bcfb063 Define a PlatformInfo for the internal platform. by Jordan Mele · 7 days ago
  63. 8c21879 Define an empty, private, platform to use for Blaze internal actions. by Jordan Mele · 7 days ago
  64. c94a9bd Mark built-in providers as hashable by Fabian Meumertzheim · 7 days ago
  65. b03cb63 Preserve insertion order in maps that are traversed by Fabian Meumertzheim · 8 days ago
  66. ade3ac1 Remove some pointless time conversions. by Googler · 8 days ago
  67. ef45e02 Use digest function matching the checksum in gRPC remote downloader by Fabian Meumertzheim · 8 days ago
  68. 2ac2ab4 Update java_tools v13.16 / rules_java 8.9.0 by iancha1992 · 8 days ago
  69. 5378b4a Fix small typo in Bazel migration doc. by Googler · 8 days ago
  70. 43aa96b Automatic code cleanup. by Oleh Prypin · 8 days ago
  71. 307f059 Distinguish analysis from execution values in the value metadata. by Googler · 8 days ago
  72. b4c611b Add support for Multi-Release jars to JarCreator by Googler · 8 days ago
  73. 59f6a2c Automated rollback of commit 2d1f69d0f540e97380bdb43771d9086c814a7e85. by Googler · 8 days ago
  74. 734ace5 Correctly implement CompactPersistentActionCache.removeIf(). by Googler · 9 days ago
  75. bf2a2d2 Add flag `--experimental_async_execution_max_concurrent_actions` by Googler · 9 days ago
  76. 5e2dfba Don't suggest updates to private repo rule attributes by Fabian Meumertzheim · 9 days ago
  77. a965460 Bump the github-actions group with 6 updates by dependabot[bot] · 9 days ago
  78. 3b831d6 Introduce `InfoItemHandler` to encapsulate outputting info item information logic by Googler · 9 days ago
  79. 07dfb11 Add comment acknowledging awkward placement of the "blaze_oomed" and "exit_code_to_use_on_abrupt_exit" files. by Googler · 9 days ago
  80. 099f0e5 Automated rollback of commit 2f8770bdccfb3f53f2f7b24a785cbf670c8e7fc5. by Googler · 9 days ago
  81. 22d277f Implement flag enabling Starlark implementation of C++ linking support by Googler · 10 days ago
  82. ed34bb3 Fix size estimations for serialized action cache entries. by Googler · 10 days ago
  83. 8a280fa Remove note about "sub-runfiles" from test encyclopedia by Fabian Meumertzheim · 10 days ago
  84. e837232 Always create a ResolvedFileArtifactValue for an artifact materialized as a symlink to another. by Googler · 10 days ago
  85. 690ee50 Replace synchronized in BinTools with ReentrantLock. by Googler · 10 days ago
  86. df92905 Update to use coverage_output_generator-v2.8 by Charles Mita · 10 days ago
  87. ee12906 Prevent use of BuiltinFunction.ArgumentProcessor in Eval.evalCall. by Googler · 10 days ago
  88. 41a2913 Do not allow passing in your own logger into GoogleAutoProfilerUtils. by Googler · 10 days ago
  89. e6e8ffa Automated rollback of commit 56bf54716094bf6b687366d20b577435213681d5. by Googler · 10 days ago
  90. 5f1aa38 Automated rollback of commit b17a37bce15dded96868310616cd3c1c63f36c38. by Googler · 10 days ago
  91. 936692f Automated rollback of commit 2b928efcd651fe9e42d6d09956365f58b95ce248. by Googler · 10 days ago
  92. 1cbed99 Replace ListenableFuture<Void> with WriteStatus where applicable. by Googler · 10 days ago
  93. 58e682a Introduce WriteStatus futures for optimized write status aggregation. by Googler · 10 days ago
  94. 566936d Simplify make variable creation for rules. Allow aspects to access make variables for the aspect and the base rule separately. by Googler · 10 days ago
  95. 544887e0 Automated rollback of commit 01cb3cd6e05034bcb5616d1850d9aa04424731b3. by Googler · 11 days ago
  96. 4c3863e Add some test coverage for the FileArtifactValue changes made in https://github.com/bazelbuild/bazel/commit/50e228bcada3e10f5c7ada72e7da0a5fa780febe. by Googler · 11 days ago
  97. e75acd1 Update java_tools v13.15 / rules_java 8.8.0 by Ian (Hee) Cha · 11 days ago
  98. f52568f Bazel's test XML parser now supports scientific e notation for time durations. by Googler · 11 days ago
  99. 495edf2 Fully remove apache pool dependency. #cleanup by Benjamin Peterson · 11 days ago
  100. 7fa303e Introduce VersionedChangesValidator for dependency-aware cache invalidation. by Googler · 11 days ago