1. 7c3d22a Fix ifchange after allowlists in rules_cc moved by bgorshenev · 25 hours ago main upstream/master
  2. 00d9517 Forbid an empty conflict map in TopLevelConflictException. by leba · 25 hours ago
  3. badd5a6 Add regression test for hermetic Linux sandbox flaky test timeout retries by twerth · 25 hours ago
  4. f8f3337 Compact default symlink actions (#31200) by David Zbarsky · 25 hours ago
  5. 1ad52e4 Disable RewindingTest on Windows presubmit only by pcloudy · 26 hours ago
  6. 5a8d125 Release 10.0.0-pre.20260911.2 (2026-09-18) by Bazel Release System · 26 hours ago
  7. 84bad94 Decouple `SkyframePackageManager` and `ToplevelStarlarkAspectFunction` from `SkyframeExecutor` by twerth · 26 hours ago
  8. 314ef74 Extract bottom SkyFunctions from `skyframe_cluster` by twerth · 27 hours ago
  9. 1c9e158 Extract package-loading SkyFunctions from `skyframe_cluster` and decouple `skyframe/packages` by twerth · 27 hours ago
  10. 5c880d8 Recognize BUILD.bazel files in query proto and XML output (#31184) by Fabian Meumertzheim · 30 hours ago
  11. ed05436 Fuse input artifact traversal passes in ActionExecutionFunction#getInputDepKeys. by twerth · 31 hours ago
  12. 6e8a33f Allow tests to utilize termination grace period on timeout in test-setup.sh. by twerth · 31 hours ago
  13. fcdb03c Consider rewound actions for the progress count and inactivity watchdog (#31145) by Fabian Meumertzheim · 31 hours ago
  14. 2383c75 Don't accumulate RemoteModule thread pools per command (#31191) by Fabian Meumertzheim · 31 hours ago
  15. 93c6a92 Move `newBazelSkyframeExecutorBuilder()` to `SequencedSkyframeExecutor` by twerth · 32 hours ago
  16. 7c45204 Drop redundant remote boolean and null idle phaseMaxMetrics in CriticalPathComponent. by twerth · 32 hours ago
  17. 783496f Fix `query --output=build` formatting of `None`-valued select branches. by twerth · 33 hours ago
  18. 095491a Clear retained BuildEventId graphs after BuildEventStreamer stream closure. by twerth · 33 hours ago
  19. fa15426 Fix `BuildResult.stopOnFirstFailure` initialization in `BuildTool.buildTargets` and deflake `BuildResultTestCase`. by twerth · 34 hours ago
  20. 9c97945 Backpatch attribute length in RecordAttribute::Write instead of allocating a temporary buffer. by cushon · 35 hours ago
  21. 34b252f Keep --cpu out of the ST hash when it names the output directory (https://github.com/bazelbuild/bazel/pull/31126) by Fabian Meumertzheim · 36 hours ago
  22. 81d2035 No public description by gregce · 2 days ago
  23. d3354e7 Add a dedicated method for printing type terms by arostovtsev · 2 days ago
  24. 7df44db Remove stale lock and stdin caveats from `run --script_path` help text. by Googler · 2 days ago
  25. 83a9c5b Specialize Starlark.toArray() for StarlarkSet. by tjgq · 2 days ago
  26. dfb0b93 Fix directory stream and file handle leaks on error paths in unix_jni and daemonize. by twerth · 2 days ago
  27. b169067 Migrate deprecated Guava Objects.equal to java.util.Objects.equals in core packages. by twerth · 2 days ago
  28. b8ec9fe Rename --experimental_override_name_platform_in_output_dir to its new name --override_platform_cpu_name. by gregce · 2 days ago
  29. d254592 Prevent out-of-bounds heap buffer read underflow on interrupted write in WriteStatsToFile. by twerth · 2 days ago
  30. 9bcc2a3 Add characterization tests for SkyframeErrorProcessor. by leba · 2 days ago
  31. 202e95f Optimize TEST_UNDECLARED_OUTPUTS_MANIFEST generation in test-setup.sh. by twerth · 2 days ago
  32. 22222ff Support --block_for_lock=<duration> for lock acquisition timeouts by twerth · 2 days ago
  33. 2f1e2b8 Move `analysis/constraints` targets to `analysis/constraints/BUILD` by twerth · 2 days ago
  34. 05e1e35 Remote: Avoid AsyncTaskCache lock convoys (https://github.com/bazelbuild/bazel/pull/30783) by Son Luong Ngoc · 2 days ago
  35. 55d4573 Extract `RuleContextConstraintSemantics` from `analysis_cluster` by twerth · 2 days ago
  36. 1f39b46 Avoid storing missing mandatory attribute state as a field on Rule. by twerth · 2 days ago
  37. 9517c32 Remove stale `lib:build-base` comment in `packages/BUILD` by twerth · 2 days ago
  38. 0b972b6 Graduate install base GC flags. by tjgq · 2 days ago
  39. a94fdaf Tag RewindingTest as slow and shard ConvenienceSymlinkTest by pcloudy · 2 days ago
  40. 8d25b0c Set direct/transitive module sets for CppCompileAction without include scanning (https://github.com/bazelbuild/bazel/pull/30396) by Fabian Meumertzheim · 2 days ago
  41. cf0dfaf Move xcode_configure extension to apple_support (#29382) by Keith Smiley · 2 days ago
  42. 697d89e Fix angle bracket rendering of cquery docs (#30627) by armandomontanez · 2 days ago
  43. 0ae878f Don't block on deserialization in NestedSetBuilder's single-transitive fast path. by twerth · 2 days ago
  44. 53ed223 Fixed docs/remote/rbe.mdx's link to Remote Execution Services page (#31167) by lg-stripe · 2 days ago
  45. 70bcdf6 docs: fix remote cache execution log links (#30605) by Manoj Mahapatra · 2 days ago
  46. 76014b8 Automated rollback of commit 7a12c51f8b747cc6b6fdc6d239b8eeb3e6f8a190. by twerth · 2 days ago
  47. 9721bf4 Support the git@<host>:<path> scheme in registries. (#31129) by Kaylie · 2 days ago
  48. 3d3145b Add support for building queried targets in 1 command (https://github.com/bazelbuild/bazel/pull/28996) by Keith Smiley · 2 days ago
  49. d8596ef Special-case Structure.class as having type struct by arostovtsev · 3 days ago
  50. 8ad314d Denote non-returning functions like `fail()` as returning type `Never` by arostovtsev · 3 days ago
  51. 6e53a20 Restore the historical behavior of `StarlarkPath.exists()` and `StarlarkPath.is_dir()` for looping symlinks. by tjgq · 3 days ago
  52. b036240 Graduate disk cache GC flags. by tjgq · 3 days ago
  53. 397c790 Simplify error handling in unix_jni.cc. by tjgq · 3 days ago
  54. 752400f Avoid prematurely closing `ActionExecutionContext` when a skyframe restart is needed to prepare a rewind plan. by jhorvitz · 3 days ago
  55. 308e906 Fix rewinding when a lost artifact is under a subtree artifact in a runfiles tree (#31097) by Fabian Meumertzheim · 3 days ago
  56. 8e90a0d Automatic code cleanup. by Kurt Alfred Kluever · 3 days ago
  57. 320d92c Fix data races on NestedSetFingerprintCache's MapFn tracking and clear(). by twerth · 3 days ago
  58. c006d9f adjust coverage runner for OpenJDK 27 internal changes (#31152) by Benjamin Peterson · 3 days ago
  59. 3ebda8c Test the synchronization of top-level output processing with rewound actions (https://github.com/bazelbuild/bazel/pull/31117) by Fabian Meumertzheim · 3 days ago
  60. 3895b17 Default `--terminal_hyperlinks` to `no`. by twerth · 3 days ago
  61. 744719b Inline small direct and transitive item slots in `NestedSetBuilder`. by twerth · 3 days ago
  62. b3009c3 Set -march=armv8-a for AArch64 native Turbine builds by Trevor Caira · 3 days ago
  63. 0267bd7 Encode exception messages thrown by NativePosixFilesService as Latin1. by tjgq · 3 days ago
  64. 14e1f2e Rename RecordOutputStream to RecordAlignedBufferedOutputStream. by tjgq · 3 days ago
  65. 1de20b4 Require `getIsATty()` for `terminal_hyperlinks` in `AUTO` mode. by twerth · 3 days ago
  66. 287338c Fix SaneAnalysisException's javadoc pointer. by leba · 3 days ago
  67. e933abb Remove `rules:legacy_exports` target by twerth · 3 days ago
  68. 92ded65 Label tree artifacts in aquery's text output for action inputs. by leba · 3 days ago
  69. 8792e0f Correct stale and wrong documentation in SkyframeErrorProcessor. by leba · 3 days ago
  70. c9f2205 Bound `Target ... failed to build` lines by `--show_result` and exclude unbuilt targets under `--nokeep_going`. by twerth · 3 days ago
  71. 4b84105 Prevent teardown hangs in StaticHTTPServer with request socket timeout and join check. by twerth · 3 days ago
  72. 8d7cc50 Deduplicate source files compiled across multiple targets in `analysis/BUILD` by twerth · 3 days ago
  73. 7a12c51 Enable CompileAfterOptionChangeTest and IncludeValidationTest in open-source Bazel. by twerth · 3 days ago
  74. 47f212e Run `bazel_java_toolchain_head_tests` on linux arm64 by hvd · 3 days ago
  75. 8bc14ae Defer value class samples in `AllocationTracker` and avoid per-allocation overhead. by twerth · 3 days ago
  76. f2f54f1 Update buildozer to 10.0.1 (#31142) by Fabian Meumertzheim · 3 days ago
  77. c46df14 Stop mock registries via addCleanup in BazelOverridesTest. by twerth · 3 days ago
  78. 6aa589e Read tokens from secret manager (#31149) by Salma Samy · 3 days ago
  79. 22f6f88 Eliminate `WrappedRunnable` in `AbstractQueueVisitor` by adapting `Runnable` to `QuiescingTask`. by twerth · 3 days ago
  80. 2d7ad55 Only include generated toolchain compiler files in prunable headers. by Googler · 4 days ago
  81. 61603fb Introduce type Type for the type of all reified type values by arostovtsev · 4 days ago
  82. 1756d04 Clean up MODULE.tools (#31144) by Fabian Meumertzheim · 4 days ago
  83. 6332cd9 Make MaterializedDepsInfo usable and printable from Starlark by arostovtsev · 4 days ago
  84. f36d281 Release 10.0.0-pre.20260908.2 (2026-09-15) by Bazel Release System · 4 days ago
  85. 79b5255 Handle injected values for dirty nodes that had deps (#31093) by Fabian Meumertzheim · 4 days ago
  86. 37e3e8c Drop redundant SkyKey.argument() calls in SkyframeErrorProcessor. by leba · 4 days ago
  87. 57236cf Delete Void expansion flags from AndroidConfiguration. by aranguyen · 4 days ago
  88. c4fb3b2 Lock in the first observed value of a recorded input (#31091) by Fabian Meumertzheim · 4 days ago
  89. fb86e8a Enable five Error Prone checks on Bazel's own Java sources by pcloudy · 4 days ago
  90. c95f2fc Rewrite `proguard_allowlister` in C++ and drop `rules_python` dependency by wyv · 4 days ago
  91. 921b1d5 Avoid redundant input traversal in ActionCacheChecker by caching the input digest in Token. by twerth · 4 days ago
  92. 234b8b6 Delete dead code in SkyframeErrorProcessor. by leba · 4 days ago
  93. 01b9863 Lazy-allocate and eliminate stream allocations for retryTimeInMs in SpawnMetrics. by twerth · 4 days ago
  94. 3671d09 Skip redundant sort when writing source manifests (#31131) by Fabian Meumertzheim · 4 days ago
  95. f4a3bfd tests: require mount-capable runners (https://github.com/bazelbuild/bazel/pull/30299) by Son Luong Ngoc · 4 days ago
  96. 618765e Consolidate sequential EXIT traps in bazel_sandboxing_test.sh. by twerth · 4 days ago
  97. 56521ba Skip redundant bind remounts in `linux-sandbox-pid1`. by twerth · 4 days ago
  98. a3b9b64 Compare literal glob segments directly (#31123) by David Zbarsky · 4 days ago
  99. d7e89db Exclude `src/main/starlark/docgen` targets from wildcard builds and fix repo reference. by twerth · 4 days ago
  100. 5604b55 Churn: print spaces around `|` in UnionType's toString - i.e. in type error messages by arostovtsev · 5 days ago