1. f007411 Fix bootstrapping tests broken by https://github.com/bazelbuild/bazel/commit/1a10d22913577b976330ff978f962680b3b2d91d. by tjgq · 34 hours ago main upstream/master
  2. 332a9d6 Migrate `JavaStarlarkApiTest.testPackSourcesWithExternalResourceArtifact` to Starlark by hvd · 34 hours ago
  3. e53cf8a Sort elements in set-typed build settings and options. by Googler · 2 days ago
  4. ff499e0 Remove useless preprocessor define. by tjgq · 2 days ago
  5. 410f963 create --incompatible_remove_ctx_android_fragment for flags migration to Starlark. by aranguyen · 2 days ago
  6. 1a10d22 Move the source list into build_windows_jni.sh. by tjgq · 2 days ago
  7. d19773d Replace `arraysize` macro with `std::size`. by tjgq · 2 days ago
  8. 9c35c5f Creates _test_same_cc_file_twice for cc_library() in new rules_cc/test/cc/common/cc_common_test.bzl by pzembrod · 2 days ago
  9. a8ddb28 Bazel Docs : Fix various mdx syntax errors (part 1) by fwe · 2 days ago
  10. affe9e0 Limit the maximum depth of `.bazelrc` recursive imports. by adgar · 2 days ago
  11. 51a53c7 Release 10.0.0-pre.20260312.1 (2026-03-19) by Bazel Release System · 2 days ago
  12. 92ec6cb Split the gRPC and non-gRPC parts of GrpcServerImpl into separate classes. by tjgq · 2 days ago
  13. fa94b96 Fix dead links to old native repo rules at `/reference/be/workspace` by wyv · 3 days ago
  14. f2b13fd Use `JniLoader` correctly in `FsEventsNativeDepsService`. by tjgq · 3 days ago
  15. f4a32e8 Track invalidation data cache misses separately by plf · 3 days ago
  16. b62f80a Remove outdated note about Bazel 5 support. by pcloudy · 3 days ago
  17. 8da506a Support string methods in static typechecker by brandjon · 3 days ago
  18. e5418ff Encode tree artifact child paths directly in the action cache entry instead of using the string table. by jhorvitz · 4 days ago
  19. 031d629 Enforce non-empty integrity for Bzlmod patches and overlays (https://github.com/bazelbuild/bazel/pull/29017) by Yun Peng · 4 days ago
  20. d89a961 Type signatures for builtin string methods no longer include the string itself by brandjon · 4 days ago
  21. 8c111a8 Mark aborted event as parent of unblocked events by Googler · 4 days ago
  22. aaa295a Update jarjar for multi-release support by Justin Won · 4 days ago
  23. 67b57ce Regularize call handling in GrpcServerImpl. by tjgq · 4 days ago
  24. 4219d02 Move some test back to Google-specific parts of Bazel. by lberki · 4 days ago
  25. 995c3ef Fix local flaky test attempts reusing the same TEST_TMPDIR. by lberki · 4 days ago
  26. e61a426 Support remote cache CDC (https://github.com/bazelbuild/bazel/pull/28437) by Tyler French · 4 days ago
  27. 535d633 Detect JAVA_HOME more robustly during JDK minimization (https://github.com/bazelbuild/bazel/pull/29003) by Fabian Meumertzheim · 5 days ago
  28. 25e643d Automatic code cleanup. by Hana Joo · 5 days ago
  29. f286bc1 Call forceJniLinking before BlazeRuntime.main(). by tjgq · 5 days ago
  30. 4b0077e Use Runfiles.preload() instead of Runfiles.create(), as recommended. by tjgq · 5 days ago
  31. 257a224 Use `FileArtifactValue#setContentsProxy` for remote repo contents cache (https://github.com/bazelbuild/bazel/pull/28654) by Fabian Meumertzheim · 5 days ago
  32. 694355c Delete experimental_use_dex_splitter_for_incremental_dexing by aranguyen · 5 days ago
  33. d73ae27 Delete unused flag. Need to wait for unknown commit to be released first by aranguyen · 5 days ago
  34. 217cf61 Add fields to universal types (e.g. `list.append`) by brandjon · 5 days ago
  35. 0fafb4d Delete --experimental_incremental_dexing_after_proguard_by_default. Following up on unknown commit by aranguyen · 5 days ago
  36. b7284e2 Fix out-of-order BEP event publishing. by adgar · 5 days ago
  37. 0f7154b Correctly cross-jlink Windows arm64 builds (https://github.com/bazelbuild/bazel/pull/28988) by Fabian Meumertzheim · 5 days ago
  38. e46bed7 Prevent template_ctx.run from using map_directory outputs as inputs. by tanzhengwei · 5 days ago
  39. 721c854 Separate out the logic to construct a RemoteAnalysisCacheManager from the class itself. by lberki · 6 days ago
  40. 94c043e Don't update the baseline configuration with `--noallow_analysis_cache_discard` (https://github.com/bazelbuild/bazel/pull/28510) by Fabian Meumertzheim · 6 days ago
  41. 6347bd6 Add Hermetiq to commercial remote execution services (and also to Bazel Product Partner page) (https://github.com/bazelbuild/bazel/pull/28911) by Jake Newfield · 6 days ago
  42. cbd03b8 Release 10.0.0-pre.20260308.2 (2026-03-16) by Bazel Release System · 6 days ago
  43. 7bf8f2b Treat `RUNFILES_TREE_MARKER` as a directory in `BuildEvent.forArtifact()`. by tjgq · 6 days ago
  44. bdb4b63 Choose the most appropriate unit for disk cache GC bytes/second. by tjgq · 6 days ago
  45. b7b2134 Separate RemoteAnalysisCacheManager and RemoteAnalysisCacheDeps. by lberki · 6 days ago
  46. 01cacec Move java->starlark type conversion utility to `MethodDescriptor` by brandjon · 8 days ago
  47. 6a70e55 Increase `credential_helper_test` timeout (https://github.com/bazelbuild/bazel/pull/28986) by Fabian Meumertzheim · 9 days ago
  48. a0760f1 Fix infinite spin-wait and missing cancellation propagation in TaskDeduplicator. (https://github.com/bazelbuild/bazel/pull/28938) by Tiago Quelhas · 9 days ago
  49. 17b4415 Delete the community-review-labeler GitHub workflow. by pcloudy · 9 days ago
  50. f14bd7c Increase Windows shards by tedx · 9 days ago
  51. 8b33081 Use more efficient deduplication of `Object[]` in `NestedSetVisitor`. by jhorvitz · 9 days ago
  52. 5f68021 Builtin class and method descriptors store their `BuiltinManager` by brandjon · 9 days ago
  53. b2024d0 Add a toString() method to Feature. by lberki · 10 days ago
  54. 956726a Internal change by cushon · 10 days ago
  55. 74dcf3b Add some profiling spans for slow null builds with Skycache by wyv · 10 days ago
  56. 5b86904 Fix bazel-dev for use with symlinks (https://github.com/bazelbuild/bazel/pull/28936) by John Cater · 10 days ago
  57. 134aa2d Simplify bazel module resolution (https://github.com/bazelbuild/bazel/pull/28564) by Yun Peng · 10 days ago
  58. c18db79 Fix non-determinism in FeatureConfiguration requestedFeatures field by sorting it. by lberki · 10 days ago
  59. f3ab794 Internal change. by allevato · 10 days ago upstream/release-10.0.0-pre.20260312.1rc1
  60. efdd618 Update .bazelversion and support matrix after releasing Bazel 9.0.1 by Googler · 10 days ago
  61. 464eacb Add Bazel support for `--rewind_lost_inputs` (https://github.com/bazelbuild/bazel/pull/25477) by Fabian Meumertzheim · 11 days ago
  62. 055a166 Remove the JavaToolchainTool interner and instead cache command lines directly with the cache key being the linearized version of the pertinent nested sets. by lberki · 11 days ago
  63. 7965b43 Increase shard count for target_compatible_with_test by tedx · 11 days ago
  64. 16613f1 Materialize important outputs from remote external repos (https://github.com/bazelbuild/bazel/pull/28308) by Fabian Meumertzheim · 11 days ago
  65. 7b9eb66 Update comment on JavaBuilder's temporary directory derivation by cushon · 11 days ago
  66. f720ed3 Fix encoding mismatch in Windows by kotlaja · 11 days ago
  67. eb3941d Automated rollback of commit 4f793a81b502b345e47b55b09216430af0fb08f0. by adgar · 11 days ago
  68. 449d12d Release 9.0.1 (2026-03-10) by Bazel Release System · 12 days ago
  69. 07eab9c Remove orphaned logic. by gregce · 12 days ago
  70. 407adda Save memory by not storing the parent-relative path in `TreeFileArtifact`. by jhorvitz · 12 days ago
  71. ed389c7 Mark as deprecated the `DefaultSyscallCache.Builder` methods to configure stats exporters. by adgar · 12 days ago
  72. ce646ab For tests, only use the hash attribute if the digest function matches. by chiwang · 12 days ago
  73. 7666e2a Avoid copying on disk cache hits if supported by the file system (https://github.com/bazelbuild/bazel/pull/28369) by Fabian Meumertzheim · 12 days ago
  74. ffa005a Upgrade bazel_features in MODULE.tools and MODULE.bazel to 1.42.1 by Googler · 12 days ago
  75. 93229fc Internal change. by jingwen · 12 days ago
  76. 77acc77 starlark interpreter: Fix string.splitlines() incorrectly splitting UTF8 characters (https://github.com/bazelbuild/bazel/pull/28909) by H5-O5 · 13 days ago
  77. ae14b32 Starlarkify some java runtime tests and one common test. by gregce · 13 days ago
  78. b21c902 Let the cherry-pick bot add a time stamp at the end of the branch names to make it unique. by Googler · 13 days ago
  79. c71bafd Add exports_files in http_file BUILD.bazel (https://github.com/bazelbuild/bazel/pull/28859) by Keith Smiley · 13 days ago
  80. d67b13a Bazel Docs: Remove all DevSite tags from new .mdx docs. by fwe · 2 weeks ago
  81. dd27de7 Annotate `JavaStarlarkApiTests` for Starlarkification by hvd · 2 weeks ago
  82. 7693b76 Release 10.0.0-pre.20260223.3 (2026-03-06) by Bazel Release System · 2 weeks ago
  83. 7c6a728 Replace globs with narrower target to reduce dependencies. by kkress · 2 weeks ago
  84. bbdc0c3 Reduce Merkle tree footprint by referencing `FileArtifactValue` (https://github.com/bazelbuild/bazel/pull/28739) by Fabian Meumertzheim · 2 weeks ago
  85. c7860e5 Remove noisy warning recommending --test_verbose_timeout_warnings (https://github.com/bazelbuild/bazel/pull/28187) by Keith Smiley · 2 weeks ago
  86. 7fa3196 Allow repo rules to define previously reserved attributes (https://github.com/bazelbuild/bazel/pull/28453) by Michael Mitchell · 2 weeks ago
  87. 4eac06f Automated rollback of commit dfe9326d719de997c110bc2f4fc2eadd16b2909e. by hvd · 2 weeks ago
  88. 3f2fad3 Minimize `createConfigurations` profiler span and avoid other trimming/skyfocus/event posting logic. by jingwen · 2 weeks ago
  89. 021b802 Flip `--incompatible_check_testonly_for_output_files` (https://github.com/bazelbuild/bazel/pull/28876) by Fabian Meumertzheim · 2 weeks ago
  90. 9b2964a Make all enum options Starlark-convertible by arostovtsev · 2 weeks ago
  91. b416b25 Test trim the baseline configuration in BaselineOptionsFunction (https://github.com/bazelbuild/bazel/pull/28539) by Fabian Meumertzheim · 2 weeks ago
  92. db30e09 Starlarkify `*IsPrivateApi` tests in `JavaStarlarkApiTest`. by gregce · 2 weeks ago
  93. b4b6bde Do not run top-level aspects on top-level materializer targets. by ahumesky · 2 weeks ago
  94. d2ef42d Allow prefetchers access to the underlying `Spawn`. by jhorvitz · 2 weeks ago
  95. f9f72f4 Starlarkify many `JavaStarlarkApiTest` tests. by gregce · 2 weeks ago
  96. e1d3ccb Delete experimental_android_rewrite_dexes_with_rex by aranguyen · 2 weeks ago
  97. 731c243 Choose command length limits based on exec OS rather than host OS (https://github.com/bazelbuild/bazel/pull/28052) by Fabian Meumertzheim · 2 weeks ago
  98. 4f793a8 Add the current skykey to the Thread name during skyframe execution. (https://github.com/bazelbuild/bazel/pull/28152) by John Cater · 2 weeks ago
  99. 84dcbd2 Delete break_build_on_parallel_dex2oat_failure by aranguyen · 2 weeks ago
  100. da7d079 Create an `AbstractSpawnExecutionContext` base class to handle common logic. by jhorvitz · 2 weeks ago