1. 995c3ef Fix local flaky test attempts reusing the same TEST_TMPDIR. by lberki · 3 hours ago master
  2. e61a426 Support remote cache CDC (https://github.com/bazelbuild/bazel/pull/28437) by Tyler French · 5 hours ago
  3. 535d633 Detect JAVA_HOME more robustly during JDK minimization (https://github.com/bazelbuild/bazel/pull/29003) by Fabian Meumertzheim · 10 hours ago
  4. 25e643d Automatic code cleanup. by Hana Joo · 11 hours ago
  5. f286bc1 Call forceJniLinking before BlazeRuntime.main(). by tjgq · 11 hours ago
  6. 4b0077e Use Runfiles.preload() instead of Runfiles.create(), as recommended. by tjgq · 12 hours ago
  7. 257a224 Use `FileArtifactValue#setContentsProxy` for remote repo contents cache (https://github.com/bazelbuild/bazel/pull/28654) by Fabian Meumertzheim · 18 hours ago
  8. 694355c Delete experimental_use_dex_splitter_for_incremental_dexing by aranguyen · 25 hours ago
  9. d73ae27 Delete unused flag. Need to wait for unknown commit to be released first by aranguyen · 26 hours ago
  10. 217cf61 Add fields to universal types (e.g. `list.append`) by brandjon · 27 hours ago
  11. 0fafb4d Delete --experimental_incremental_dexing_after_proguard_by_default. Following up on unknown commit by aranguyen · 27 hours ago
  12. b7284e2 Fix out-of-order BEP event publishing. by adgar · 27 hours ago
  13. 0f7154b Correctly cross-jlink Windows arm64 builds (https://github.com/bazelbuild/bazel/pull/28988) by Fabian Meumertzheim · 29 hours ago
  14. e46bed7 Prevent template_ctx.run from using map_directory outputs as inputs. by tanzhengwei · 29 hours ago
  15. 721c854 Separate out the logic to construct a RemoteAnalysisCacheManager from the class itself. by lberki · 30 hours ago
  16. 94c043e Don't update the baseline configuration with `--noallow_analysis_cache_discard` (https://github.com/bazelbuild/bazel/pull/28510) by Fabian Meumertzheim · 32 hours ago
  17. 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 · 32 hours ago
  18. cbd03b8 Release 10.0.0-pre.20260308.2 (2026-03-16) by Bazel Release System · 32 hours ago
  19. 7bf8f2b Treat `RUNFILES_TREE_MARKER` as a directory in `BuildEvent.forArtifact()`. by tjgq · 34 hours ago
  20. bdb4b63 Choose the most appropriate unit for disk cache GC bytes/second. by tjgq · 35 hours ago
  21. b7b2134 Separate RemoteAnalysisCacheManager and RemoteAnalysisCacheDeps. by lberki · 2 days ago
  22. 01cacec Move java->starlark type conversion utility to `MethodDescriptor` by brandjon · 4 days ago
  23. 6a70e55 Increase `credential_helper_test` timeout (https://github.com/bazelbuild/bazel/pull/28986) by Fabian Meumertzheim · 4 days ago
  24. a0760f1 Fix infinite spin-wait and missing cancellation propagation in TaskDeduplicator. (https://github.com/bazelbuild/bazel/pull/28938) by Tiago Quelhas · 4 days ago
  25. 17b4415 Delete the community-review-labeler GitHub workflow. by pcloudy · 4 days ago
  26. f14bd7c Increase Windows shards by tedx · 5 days ago
  27. 8b33081 Use more efficient deduplication of `Object[]` in `NestedSetVisitor`. by jhorvitz · 5 days ago
  28. 5f68021 Builtin class and method descriptors store their `BuiltinManager` by brandjon · 5 days ago
  29. b2024d0 Add a toString() method to Feature. by lberki · 5 days ago
  30. 956726a Internal change by cushon · 5 days ago
  31. 74dcf3b Add some profiling spans for slow null builds with Skycache by wyv · 5 days ago
  32. 5b86904 Fix bazel-dev for use with symlinks (https://github.com/bazelbuild/bazel/pull/28936) by John Cater · 5 days ago
  33. 134aa2d Simplify bazel module resolution (https://github.com/bazelbuild/bazel/pull/28564) by Yun Peng · 5 days ago
  34. c18db79 Fix non-determinism in FeatureConfiguration requestedFeatures field by sorting it. by lberki · 6 days ago
  35. f3ab794 Internal change. by allevato · 6 days ago
  36. efdd618 Update .bazelversion and support matrix after releasing Bazel 9.0.1 by Googler · 6 days ago
  37. 464eacb Add Bazel support for `--rewind_lost_inputs` (https://github.com/bazelbuild/bazel/pull/25477) by Fabian Meumertzheim · 6 days ago
  38. 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 · 6 days ago
  39. 7965b43 Increase shard count for target_compatible_with_test by tedx · 7 days ago
  40. 16613f1 Materialize important outputs from remote external repos (https://github.com/bazelbuild/bazel/pull/28308) by Fabian Meumertzheim · 7 days ago
  41. 7b9eb66 Update comment on JavaBuilder's temporary directory derivation by cushon · 7 days ago
  42. f720ed3 Fix encoding mismatch in Windows by kotlaja · 7 days ago
  43. eb3941d Automated rollback of commit 4f793a81b502b345e47b55b09216430af0fb08f0. by adgar · 7 days ago
  44. 449d12d Release 9.0.1 (2026-03-10) by Bazel Release System · 7 days ago
  45. 07eab9c Remove orphaned logic. by gregce · 7 days ago
  46. 407adda Save memory by not storing the parent-relative path in `TreeFileArtifact`. by jhorvitz · 7 days ago
  47. ed389c7 Mark as deprecated the `DefaultSyscallCache.Builder` methods to configure stats exporters. by adgar · 7 days ago
  48. ce646ab For tests, only use the hash attribute if the digest function matches. by chiwang · 7 days ago
  49. 7666e2a Avoid copying on disk cache hits if supported by the file system (https://github.com/bazelbuild/bazel/pull/28369) by Fabian Meumertzheim · 7 days ago
  50. ffa005a Upgrade bazel_features in MODULE.tools and MODULE.bazel to 1.42.1 by Googler · 8 days ago
  51. 93229fc Internal change. by jingwen · 8 days ago
  52. 77acc77 starlark interpreter: Fix string.splitlines() incorrectly splitting UTF8 characters (https://github.com/bazelbuild/bazel/pull/28909) by H5-O5 · 8 days ago
  53. ae14b32 Starlarkify some java runtime tests and one common test. by gregce · 8 days ago
  54. b21c902 Let the cherry-pick bot add a time stamp at the end of the branch names to make it unique. by Googler · 8 days ago
  55. c71bafd Add exports_files in http_file BUILD.bazel (https://github.com/bazelbuild/bazel/pull/28859) by Keith Smiley · 8 days ago
  56. d67b13a Bazel Docs: Remove all DevSite tags from new .mdx docs. by fwe · 11 days ago
  57. dd27de7 Annotate `JavaStarlarkApiTests` for Starlarkification by hvd · 11 days ago
  58. 7693b76 Release 10.0.0-pre.20260223.3 (2026-03-06) by Bazel Release System · 11 days ago
  59. 7c6a728 Replace globs with narrower target to reduce dependencies. by kkress · 11 days ago
  60. bbdc0c3 Reduce Merkle tree footprint by referencing `FileArtifactValue` (https://github.com/bazelbuild/bazel/pull/28739) by Fabian Meumertzheim · 11 days ago
  61. c7860e5 Remove noisy warning recommending --test_verbose_timeout_warnings (https://github.com/bazelbuild/bazel/pull/28187) by Keith Smiley · 11 days ago
  62. 7fa3196 Allow repo rules to define previously reserved attributes (https://github.com/bazelbuild/bazel/pull/28453) by Michael Mitchell · 11 days ago
  63. 4eac06f Automated rollback of commit dfe9326d719de997c110bc2f4fc2eadd16b2909e. by hvd · 12 days ago
  64. 3f2fad3 Minimize `createConfigurations` profiler span and avoid other trimming/skyfocus/event posting logic. by jingwen · 12 days ago
  65. 021b802 Flip `--incompatible_check_testonly_for_output_files` (https://github.com/bazelbuild/bazel/pull/28876) by Fabian Meumertzheim · 12 days ago
  66. 9b2964a Make all enum options Starlark-convertible by arostovtsev · 12 days ago
  67. b416b25 Test trim the baseline configuration in BaselineOptionsFunction (https://github.com/bazelbuild/bazel/pull/28539) by Fabian Meumertzheim · 12 days ago
  68. db30e09 Starlarkify `*IsPrivateApi` tests in `JavaStarlarkApiTest`. by gregce · 12 days ago
  69. b4b6bde Do not run top-level aspects on top-level materializer targets. by ahumesky · 12 days ago
  70. d2ef42d Allow prefetchers access to the underlying `Spawn`. by jhorvitz · 12 days ago
  71. f9f72f4 Starlarkify many `JavaStarlarkApiTest` tests. by gregce · 12 days ago
  72. e1d3ccb Delete experimental_android_rewrite_dexes_with_rex by aranguyen · 12 days ago
  73. 731c2430 Choose command length limits based on exec OS rather than host OS (https://github.com/bazelbuild/bazel/pull/28052) by Fabian Meumertzheim · 12 days ago
  74. 4f793a8 Add the current skykey to the Thread name during skyframe execution. (https://github.com/bazelbuild/bazel/pull/28152) by John Cater · 12 days ago
  75. 84dcbd2 Delete break_build_on_parallel_dex2oat_failure by aranguyen · 12 days ago
  76. da7d079 Create an `AbstractSpawnExecutionContext` base class to handle common logic. by jhorvitz · 12 days ago
  77. 9ebc2b2 Fix Community Review Labeler trigger by pcloudy · 12 days ago
  78. dfe9326 Support external repository labels in package_group (https://github.com/bazelbuild/bazel/pull/28811) by Yun Peng · 12 days ago
  79. 55ce9cf Fix more test `grep`s in invalid Unicode (https://github.com/bazelbuild/bazel/pull/28852) by Fabian Meumertzheim · 13 days ago
  80. 1c4cb2c No public description by lberki · 13 days ago
  81. 4fa5867 Make lost input ownership tracking internal to `ActionRewindStrategy`. by jhorvitz · 13 days ago
  82. 2fe639e Starlarkify coverage, annotation processing tests. by gregce · 13 days ago
  83. bbfb117 Type checker: Support union types for object of index and dot expressions by arostovtsev · 13 days ago
  84. 207c620 Fallback to other silos when a storage backend entry is missing. by plf · 13 days ago
  85. e5d8c62 Bump the github-actions group with 6 updates (https://github.com/bazelbuild/bazel/pull/28842) by dependabot[bot] · 14 days ago
  86. b7cf8ca Type checker: Check if object of index/dot expr on LHS of assignment allows modification by arostovtsev · 14 days ago
  87. d0d6bca Delete unused option fat_apk_hwasan by aranguyen · 14 days ago
  88. 1e27b1c Type checker: Add augmented assignments by arostovtsev · 2 weeks ago
  89. a5cdf04 Optimize BuiltinManager.getClassDescriptor() by using ClassValue for class-keyed lookups. by nharmata · 2 weeks ago
  90. c663468 Fix runfiles concepts doc formatting (again) (https://github.com/bazelbuild/bazel/pull/28823) by Armando Montanez · 2 weeks ago
  91. 14857e9 No public description by Googler · 2 weeks ago
  92. 6ce9065 Fix overflow in network metrics counters (https://github.com/bazelbuild/bazel/pull/28856) by Keith Smiley · 2 weeks ago
  93. 3c0915e Fix //src:bazel-dev misplacing the embedded JDK (https://github.com/bazelbuild/bazel/pull/28841) by Jesse Schalken · 2 weeks ago
  94. 102a756 Memoize hashCode() in several hot Blaze classes to avoid recomputing ImmutableList/ImmutableMap hash codes. by nharmata · 2 weeks ago
  95. 6a80270 Fix NPE in action rewinding caused by missing state after Skyframe restarts. by shahan · 2 weeks ago
  96. b005ba9 Only pass one `InputMetadataProvider` to `ImportantOutputHandler`. by jhorvitz · 2 weeks ago
  97. a7a9cd4 Type checker: Add comprehensions by arostovtsev · 2 weeks ago
  98. d455515 Remove extraneous return statement. by gregce · 2 weeks ago
  99. 4855d81 docs: fix MDX parse error in query/quickstart (https://github.com/bazelbuild/bazel/pull/28848) by Alan Mond · 2 weeks ago
  100. 448d8f6 Optimize StarlarkInfo field lookups by using linear search for small schemas (up to 16 fields). by nharmata · 2 weeks ago