1. a996ae1 Typo fix: exec-groups.md by jade · 5 hours ago master
  2. 9062d50 Correctly name --mergeManifests from android by George Gensure · 6 hours ago
  3. dc5e25d Fix `bazel test //...` on Unix by Fabian Meumertzheim · 6 hours ago
  4. 2cbc01b Skycache: Report metadata results for bailed out builds too by plf · 8 hours ago
  5. 8f913cc Improve Bazel's analysis progress message style by google-labs-jules[bot] · 9 hours ago
  6. 94b51225 Fix `bazel test //...` by Fabian Meumertzheim · 4 weeks ago
  7. e6401af internal change by Googler · 10 hours ago
  8. 3413f39 Open-source singlejar support for `--exclude_pattern` by cushon · 11 hours ago
  9. 7019132 Fix repo contents cache `FileValue` staleness by Fabian Meumertzheim · 17 hours ago
  10. 39f7874 Update default OpenBSD JDK to 21 by Alex O'Brien · 17 hours ago
  11. 36624ca Optimize AggregatedSpawnMetrics memory usage. by twerth · 19 hours ago
  12. 0020569 Type checker: Add unary operator support by arostovtsev · 28 hours ago
  13. 57ba62a Type checker: Add list/dict literal support by brandjon · 29 hours ago
  14. 9261f76 Automated rollback of commit bc86898ed9780702358715342dea81637c13e11c. by jhorvitz · 30 hours ago
  15. 5c733ba Support returning and clearing events in one step. by Torsten Marek · 31 hours ago
  16. 83fe3b7 Type checker: Support tuples in index expression by brandjon · 31 hours ago
  17. f8c574b Type checker: Support lists and strings in index expression by brandjon · 33 hours ago
  18. 4d6ef1c Delete scripts/bazel-bisect.sh. by Tobias Werth · 35 hours ago
  19. fc5f160 Show stack traces in the remote repo contents cache with `--verbose_failures` by Fabian Meumertzheim · 36 hours ago
  20. 78265cc Add `ctx.package_relative_label` by Fabian Meumertzheim · 2 days ago
  21. 361c420 Prefetch `.bzl` files in the remote repo contents cache by Fabian Meumertzheim · 2 days ago
  22. 824aab5 Add index expressions to type checker by brandjon · 2 days ago
  23. 8780393 Refactor `TypeCheckerTest` by brandjon · 2 days ago
  24. b272fea Release the PackageFactory's cpuSemaphore before blocking calls. by shahan · 2 days ago
  25. 600730b Restore encapsulation of TargetData. by shahan · 2 days ago
  26. d563497 fix error message for experimental API flag by Alex Eagle · 2 days ago
  27. 0abde3e Implement `RepoMappingManifestAction#describeKey` by Fabian Meumertzheim · 3 days ago
  28. cb541be Remove unused ObjcCommandLine flags by Damian Banki · 3 days ago
  29. 1ca0239 Increase shard count of `build_event_stream_test` to 10. There are currently 80 test cases, and sometimes a shard times out while running the last (or second-to-last) test case. by nharmata · 3 days ago
  30. bd877d8 Use internal string encoding for Skycache keys by Fabian Meumertzheim · 3 days ago
  31. 5578c00 Prevent `InvalidPathException` in `rctx.download_and_extract` by Fabian Meumertzheim · 3 days ago
  32. d5dba3f Partially revert "Make download cache entries read-only" by Fabian Meumertzheim · 3 days ago
  33. c28a1d0 Bump the github-actions group with 6 updates by dependabot[bot] · 3 days ago
  34. e94948d Allow registering integration test event bus subscribers before or during the command. by jhorvitz · 3 days ago
  35. 67c0b46 Fix log message to say the call was interrupted. by jhorvitz · 3 days ago
  36. 4db3165 Expand `FileRoot` to its exec path in command lines by Fabian Meumertzheim · 3 days ago
  37. 5456e96 Avoid constructing `string` (and `EntryInfo`) instances that we might not need, and generally take advantage of `string_view`. by cpovirk · 3 days ago
  38. f60b7c7 Enable and fix test case `test_java_version_info_in_build_started`. by nharmata · 3 days ago
  39. 8791bbd Make `singlejar` respect `nocompress_suffixes` for some `Concatenator` entries. by cpovirk · 3 days ago
  40. f9788a6 Avoid compressing `protobuf.meta` in JavaBuilder. by cpovirk · 3 days ago
  41. 9afd720 Make `AbstractAsyncTypeReturnsNull` use `hasDefinitelyNullBranch` instead of looking only for null literals. by cpovirk · 3 days ago
  42. 3d92146 Be a bit smarter with buffers in `OutputJar`. by cpovirk · 3 days ago
  43. f74e57d Don't repeatedly create AnalysisCacheInvalidator by Fabian Meumertzheim · 3 days ago
  44. 15bb324 Delete `--incompatible_check_sharding_support` by Fabian Meumertzheim · 4 days ago
  45. 71a8ccb Fix output_jar log4j2 plugin data combiner by Googler · 4 days ago
  46. 73a03c9 Internal change. by leba · 4 days ago
  47. 92d426e Deduplicate transitive sets in NestedSetFingerprintCache. by shahan · 4 days ago
  48. 571ed6a Make `test_glob_filesystem_operation_cost` work independent of other test cases. by nharmata · 6 days ago
  49. ec36eac Adding the BlazeServices to the integration tests and run globalInit by default. by leba · 11 days ago
  50. daee3c6 Additional functionalities to the existing scoping API. This API handles the following cases: by aranguyen · 13 days ago
  51. 3b128e8 Remove the setTraceProfilerServiceForTesting method by leba · 2 weeks ago
  52. 91e6eff Allow giving up on incrementality based on the evaluating version diff. by jhorvitz · 2 weeks ago
  53. 0645a89 Use feature instead of cpp fragment for dSYM generation by Keith Smiley · 2 weeks ago
  54. 4cae1a6 Silence backref warning when importing a static library. by Googler · 2 weeks ago
  55. d62752d Remove the dependency between the Blaze LC and the windows subprocesses. by leba · 2 weeks ago
  56. c181661 Fix typos. by gampu · 2 weeks ago
  57. bcd8bcb Enable `--experimental_retain_test_configuration_across_testonly` by Fabian Meumertzheim · 2 weeks ago
  58. 156c627 Add dot expressions to type checker by brandjon · 3 weeks ago
  59. 7d4ae5d Add `TypeChecker.java`, a static type checking visitor by brandjon · 3 weeks ago
  60. 44b6457 Inform `ImportantOutputHandler` of too large stdout/err. by jhorvitz · 3 weeks ago
  61. f38f0e4 Disallow type syntax in .scl files by brandjon · 3 weeks ago
  62. 9c30f5b Replace `BaselineClDiffEvent` with `EvaluatingVersionDiff`. by jhorvitz · 3 weeks ago
  63. 97e7720 Allow rewinding multiple artifacts with the same digest at the same time. by jhorvitz · 3 weeks ago
  64. fed4695 Refactor baseline CL change tracking to occur earlier. by jhorvitz · 3 weeks ago
  65. 31772d7 Remove unnecessary method `getPathForModifiedFileSet`. by jhorvitz · 3 weeks ago
  66. aea3f20 Automated rollback of commit cb9bd8615210dda2104f79d281938e47187dc2de. by tjgq · 3 weeks ago
  67. 79b9a98 Verify Unicode environment variable name sorting in tests by Fabian Meumertzheim · 3 weeks ago
  68. 80aff43 Release 10.0.0-pre.20251208.3 (2025-12-18) by Bazel Release System · 3 weeks ago
  69. 9ef596e Pass `MAP_POPULATE` to `mmap`. by cpovirk · 3 weeks ago
  70. dc95d5d No public description by leba · 3 weeks ago
  71. e15bc9e Delete unused code in `JavaTargetAttributes` by hvd · 3 weeks ago
  72. 83bddd4 Fix an infrequent crash in JavaHeaderCompileAction by cushon · 3 weeks ago
  73. e7d0f46 add on_leave_scope to BuildOptions. This is pretty much the same with the StarlarkOptions map in BuildOptions. by aranguyen · 3 weeks ago
  74. 991d638 Avoid deduplicating linkopts of cc_shared_library dependencies. by Dan Katz · 3 weeks ago
  75. d6dc631 Allow more general exceptions in `getConfiguration` by Fabian Meumertzheim · 3 weeks ago
  76. 8ac0cd6 Automated rollback of commit 1d6aaa0a83a644bea11f737407e114682d693bff. by lberki · 3 weeks ago
  77. 374f82f7 Allow nonlocal tests with nobuild_runfile_manifests by Alex Novak · 3 weeks ago
  78. 8040d80 Automatic code cleanup. by Jie Luo · 3 weeks ago
  79. 0515934 Automatic code cleanup. by Jie Luo · 3 weeks ago
  80. 6b33863 Unify the code paths for synchronous and asynchronous fingerprint computation a bit more. by lberki · 3 weeks ago
  81. 17bed72 Register Log4J2PluginDatCombiner in output_jar.cc by Googler · 3 weeks ago
  82. c01b531 Serialize SkyKeys for ACS lookup asynchronously. by lberki · 3 weeks ago
  83. 1d6aaa0 Internal change. by shahan · 3 weeks ago
  84. c0f2078 Don't copy callstacks in the CPU profiler by Fabian Meumertzheim · 3 weeks ago
  85. fbb1a2f Automatic code cleanup. by Googler · 3 weeks ago
  86. f0ec350 Patch rules_graalvm for Bazel 9 by Yun Peng · 3 weeks ago
  87. 39ffbf0 Automated rollback of commit 03ee90a351737979e3a78b48f1590ca7da7c54e9. by pcloudy · 3 weeks ago
  88. f8c68cc Add Android constrained target for the Current Test. by Wes Alvaro · 3 weeks ago
  89. b9762dd Move validation of one-annotation-per-symbol to `TypeResolver` by brandjon · 3 weeks ago
  90. 84d21c8 Minor Skycache memory optimizations: by lberki · 3 weeks ago
  91. e8346d6 Limit the number of in-flight SkyValues during serialization. by lberki · 3 weeks ago
  92. 93c7a0d Add a "shutdown" method for FingerprintValueService and FingerprintValueStore. by lberki · 3 weeks ago
  93. 13bc9b0 Collect counters about Skycache uploads in the trace profile. by lberki · 3 weeks ago
  94. 99463f5 Add additional_compiler_inputs to cc_binary by Keith Smiley · 3 weeks ago
  95. 3b28612 Internal changes. by trybka · 3 weeks ago
  96. 9abb631 Fix --starlark_cpu_profile time misattribution. by tjgq · 3 weeks ago
  97. 7ca1159 Support `{name}` and `{version}` placeholders in `use_repo` by Fabian Meumertzheim · 3 weeks ago
  98. e8b0204 Automated rollback of commit ed847c7929502ce6abc4eb8c3c03701059d7a579. by tanzhengwei · 3 weeks ago
  99. 461c074 Add option to continue with local execution if remote cache is unavailable. by Chi Wang · 3 weeks ago
  100. 41ccfef Preserve order of recorded inputs by Fabian Meumertzheim · 4 weeks ago