1. bf49a0e Move zstd into the services component. by tjgq · 22 hours ago main upstream/master
  2. bd8f218 site: Preserve HTML lists and nested tables in docs2mdx table cells (https://github.com/bazelbuild/bazel/pull/30705) by Alex Eagle · 22 hours ago
  3. 89f04c5 Relocate the sandbox debug suggestion to the build summary. by twerth CA · 23 hours ago
  4. dc7046d Avoid value-based class in DumperTest WeakReference test by twerth CA · 24 hours ago
  5. b06d5bc Clean up duplicate int() doc string in MethodLibrary by twerth CA · 25 hours ago
  6. 9c93dbe No public description by twerth CA · 25 hours ago
  7. b352e52 site: Preserve heading anchor IDs in docs2mdx conversion (https://github.com/bazelbuild/bazel/pull/30704) by Alex Eagle · 25 hours ago
  8. 62c5357 Clean up sandbox stashing directories on Bazel server shutdown. by twerth CA · 25 hours ago
  9. 4e16b5e Silence HTTP request logging in mock StaticHTTPServer for Bzlmod tests. by twerth CA · 25 hours ago
  10. 7414839 Replace calls to `Runnables.doNothing()` with a do-nothing lambda, `() -> {}`. by cpovirk · 26 hours ago
  11. de92f24 Fix IllegalStateException in ActionArtifactCycleReporter for ArtifactNestedSetKey. by twerth CA · 26 hours ago
  12. 9ed07e3 Propagate errors other than non-existence from FileSystem.is* methods. by tjgq · 27 hours ago
  13. 81b042b Fix typo in LegacyIncludeScanner comment by pcloudy · 27 hours ago
  14. aa451ac Disable documentation checks in Bazel CI presubmit. by pcloudy · 28 hours ago
  15. 5a3e9ac Use ThreadLocalRandom for include scanning shuffling. by chiwang · 29 hours ago
  16. a65ef60 Add --prune_unused_actions option to aquery to prune unreachable actions by twerth CA · 30 hours ago
  17. e3e94c2 Fix dropped action dependency when input artifact parent component is running. by twerth · 31 hours ago
  18. 696734c Allow binding sockets in the macOS sandbox when networking is blocked (https://github.com/bazelbuild/bazel/pull/30865) by Fabian Meumertzheim · 32 hours ago
  19. 9d7add8 Fix `ConsumedArtifactsTracker` handling of template expansion inputs. by jhorvitz · 2 days ago
  20. 3b812d3 Graveyard --experimental_platform_in_output_dir and make it always enabled. by gregce CA · 2 days ago
  21. cb69dbd Include the originating target root in Runfiles fingerprinting under `--incompatible_prefer_depending_configuration_runfiles`. by ahumesky · 2 days ago
  22. b61faad Omit Object#wait0 in ThreadUtils slow interrupt culprit selection. by kylecarlstrom · 2 days ago
  23. 5176392 Fix Canva logo on users page (https://github.com/bazelbuild/bazel/pull/30745) by Angus Lees · 2 days ago
  24. c3a90df Add end-of-command Skycache token leak check with BugReport alerting. by shahan · 2 days ago
  25. 999dbe0 Release 10.0.0-pre.20260818.1 (2026-08-27) by Bazel Release System · 2 days ago
  26. 1265d25 Rename `--experimental_override_platform_cpu_name` to `--override_platform_cpu_name`. by gregce CA · 2 days ago
  27. fab53df compile-source.mdx: link to releases/latest to skip prereleases (https://github.com/bazelbuild/bazel/pull/30728) by Samuel Bronson · 2 days ago
  28. 8029817 Make `--experimental_override_platform_cpu_name` Starlark-convertible by gregce · 2 days ago
  29. 3c04dc2 Fix crash when --package_path contains only non-existent directories by twerth CA · 2 days ago
  30. 2161e06 Propagate `SerializationException` in `NestedSet` expansion methods. by jhorvitz · 2 days ago
  31. 09d3e39 Prefer StandardCharsets.UTF_8 over "UTF_8". by tjgq · 2 days ago
  32. 34ae51c Delete legacy RequestBatcher by shahan · 2 days ago
  33. 6be4f24 Replace RequestBatcher with EagerRequestBatcher in ProxyReadingStore. by shahan · 2 days ago
  34. 6707525 Add custom batch-level rejection support to EagerRequestBatcher. by shahan · 2 days ago
  35. 97510ebd Improve Bazel client error messaging and diagnostics for stale server processes. by twerth CA · 2 days ago
  36. 40ea001 Do not compute digests for special files in ByteStreamBuildEventArtifactUploader. by twerth CA · 2 days ago
  37. e5c6a67 Support relative paths and `%workspace%` in `--experimental_execution_graph_log_path`. by twerth CA · 2 days ago
  38. b64c195 Fix infinite hang on Windows compilation actions in WaitableProcess. by twerth CA · 2 days ago
  39. 0c00d03 Fix contribute link in PR template (https://github.com/bazelbuild/bazel/pull/30885) by Kip Hamiltons · 2 days ago
  40. a671c5e Prevent NPE crash when updating `MODULE.bazel.lock` with `null` `RepoRuleId`. by twerth CA · 2 days ago
  41. fe1046f Add dev_dependency to include() statements (https://github.com/bazelbuild/bazel/pull/30782) by Keith Smiley · 2 days ago
  42. bc14605 Restore dedicated thread pool for include scanning in async execution. by chiwang · 2 days ago
  43. b6bc367 Revert "Automated rollback of commit bcb1c38." (https://github.com/bazelbuild/bazel/pull/30811) by Fabian Meumertzheim · 2 days ago
  44. 259f122 Set verbosity on cancel requests when --worker_verbose is set. by twerth CA · 2 days ago
  45. 0e6f09d Support pass-through `Args` for `JavaBuilder` in `java_common.create_compilation_action` (https://github.com/bazelbuild/bazel/pull/30808) by Jonathan Perry · 2 days ago
  46. a4741aa Handle empty environment variables in Windows test wrapper. by twerth CA · 2 days ago
  47. 0f5e81d Check previous build's toplevel outputs in shouldTrustMetadata (https://github.com/bazelbuild/bazel/pull/30852) by justinswe · 2 days ago
  48. 9aae5a6 Harden GrpcCacheClient against misbehaving servers (https://github.com/bazelbuild/bazel/pull/30819) by Fabian Meumertzheim · 2 days ago
  49. 37e52ff Return REMOTE_CACHE_EVICTED exit code on ThinLTO imports cache eviction. by twerth CA · 2 days ago
  50. 1a90add Add config() query function support to aquery (resolving #10872) by twerth CA · 2 days ago
  51. 19553db Add --incompatible_fail_on_unknown_output_groups flag. by twerth CA · 2 days ago
  52. b06219e Decorate critical path spans with target label, configuration, and primary output (if requested). by twerth CA · 2 days ago
  53. bdaf726 Omit redundant 'Error in fail:' prefix from Starlark fail() error messages. by twerth CA · 2 days ago
  54. bd75cfc Update protobuf to 36.0.bcr.1 (https://github.com/bazelbuild/bazel/pull/30886) by Tobias Werth · 2 days ago
  55. b019de9 Replace RequestBatcher with EagerRequestBatcher in RemoteAnalysisCacheClientImpl. by shahan · 3 days ago
  56. b1a647f Delete `statNullable`. by tjgq · 3 days ago
  57. efe8aab Inline singleton pieces in `NestedSet#splitIfExceedsMaximumSize`. by jhorvitz · 3 days ago
  58. 93d6576 Replace `statNullable` with `statIfFound`. by tjgq · 3 days ago
  59. d94db52 Remove support for ellipses in the list type arg to `Callable` type application by arostovtsev · 3 days ago
  60. f1c0937 Prevent synchronous cleanupSandboxBase from blocking on interrupted commands by twerth CA · 3 days ago
  61. aca7902 Do not emit test timeout and size warnings for cached tests. by twerth CA · 3 days ago
  62. 385a45f Forward fix for broken ProtoLangToolchainTest by pzembrod · 3 days ago
  63. 7ae49a6 Re-enable buildtool integration tests on Windows (https://github.com/bazelbuild/bazel/pull/30752) by Fabian Meumertzheim · 3 days ago
  64. c061834 Remove unused verboseFailures field from GoogleChannelConnectionFactory. by twerth · 3 days ago
  65. 5c8f44d Don't add `ST-<hash>` to exec config outputs when the target platform sets flags. by gregce · 4 days ago
  66. 609cb51 Prefer StandardCharsets.ISO_8859_1 over "ISO-8859-1". by tjgq · 4 days ago
  67. 355ad8f Let TaskDeduplicator callers decide which executions to join (https://github.com/bazelbuild/bazel/pull/30516) by Fabian Meumertzheim · 4 days ago
  68. 5f6c314 Decouple RemoteRewoundActionSynchronizer from RemoteActionInputFetcher by depending on AbstractActionInputPrefetcher. by chiwang · 4 days ago
  69. 1086bf6 Handle null error messages gracefully when constructing Interrupted FailureDetail messages. by twerth · 4 days ago
  70. 2448559 Memoize ServerCapabilities in ReferenceCountedChannel to prevent connection pool exhaustion. by twerth · 4 days ago
  71. 07052d7 Wait for pending asynchronous tree deletions during shutdown. by twerth · 4 days ago
  72. da4eb6a Consolidate action rewinding tests into BuildWithoutTheBytesIntegrationTestBase. by chiwang · 4 days ago
  73. b3e2c24d Ensure ResourceCollector executes a final collection pass on stop. by pcloudy · 4 days ago
  74. 925314c Replace AutoValue with record. by tjgq · 4 days ago
  75. e8d8fe7 Fix eager startup of remote execution distributor when disabled. by twerth · 4 days ago
  76. 341a7cb Automated rollback of commit 3d52724e735544f11140c65221c49753c8f73d2e. by twerth · 4 days ago
  77. 8426667 Handle CRLF line endings in workspace status parsing by twerth · 4 days ago
  78. 7486638 Use switch with pattern matching in ActionArtifactCycleReporter. by twerth · 4 days ago
  79. 6fec093 Skip chunk downloads by lazily indexing output files (https://github.com/bazelbuild/bazel/pull/30531) by Tyler French · 4 days ago
  80. 5b6532f Include configuration mnemonic in action execution error messages by twerth · 4 days ago
  81. bba8c51 Await remote repo materialization during teardown (https://github.com/bazelbuild/bazel/pull/30841) by Fabian Meumertzheim · 4 days ago
  82. 01f24e3 Fix --workspace_status_command empty value handling (https://github.com/bazelbuild/bazel/pull/28921) by wade-arista · 4 days ago
  83. 6197a5f Fix String misencoding in event and terminal printing (https://github.com/bazelbuild/bazel/pull/30648) by Fabian Meumertzheim · 4 days ago
  84. d6995b6 Report internal output groups in the "nothing to build" message (https://github.com/bazelbuild/bazel/pull/30750) by Fabian Meumertzheim · 4 days ago
  85. 61218bb JavaBuilder changes for unused dependencies checking (https://github.com/bazelbuild/bazel/pull/30807) by JonathanPerry651 · 4 days ago
  86. 68fcbd9 Document `--build_request_id` (https://github.com/bazelbuild/bazel/pull/30805) by Jordan Mele · 4 days ago
  87. 3a9b19c Allow the include scanner to resolve generated (output-directory) toolchain headers. by Googler · 5 days ago
  88. 7678697 Preserve binary test annotations on Windows (https://github.com/bazelbuild/bazel/pull/30320) by Tamir Duberstein · 5 days ago
  89. 4af6c70 Add overflow guard in GrpcCacheClient to detect server ignoring `read_offset`. by twerth · 5 days ago
  90. 816c5ad Fix non-deterministic Skyframe dependency edges on aspect_hints. by plf · 5 days ago
  91. eb325a9 Support interning with `deserializedInterface` in `@AutoCodec`. by jhorvitz · 5 days ago
  92. d6a6bcd Improve build summary to attribute failed top-level targets to failed dependency actions by twerth · 5 days ago
  93. df32374 Fix worker response reading when process has exited by tanzhengwei · 5 days ago
  94. 642b4dc Fix FormatStringShouldUsePlaceholders in CompressedTarFunctionTest by twerth · 5 days ago
  95. 986c8fe Fix UndefinedEquals and Truth assertions in ImmutableSortedKeyListMultimapTest by twerth · 5 days ago
  96. 4f7bf9f Fix ReferenceEquality and BoxingComparator ErrorProne warnings by twerth · 5 days ago
  97. cc3f066 Fix getUserOptions() dropping options containing 'default_override' substring. by twerth · 5 days ago
  98. 0bae75d Implement `--experimental_memory_load_scheduling` in Bazel. by twerth · 5 days ago
  99. 657880f Fix InterruptedExceptionSwallowed ErrorProne warning in ByteStreamServer by twerth · 5 days ago
  100. 174b1d9 Fix underflow of remainingTasks in AbstractQueueVisitor upon interruption by twerth · 5 days ago