1. 2ea131a Fix DefaultSyscallCache for normalizing filesystems by Fabian Meumertzheim · 9 hours ago master
  2. 9ec3d27 Do not use starlark flag aliases in exec transitions by messa · 11 hours ago
  3. 1df4a27 Replace Object with actual types in ActionInputMap. by tjgq · 14 hours ago
  4. 1a65623 Release 9.0.0-pre.20250908.2 (2025-09-22) by Bazel Release System · 14 hours ago
  5. faa3e3c Release 9.0.0-pre.20250908.2 (2025-09-22) by Bazel Release System · 14 hours ago
  6. 8189ef2 Fix `args` usage in performance docs by Fabian Meumertzheim · 14 hours ago
  7. 9c9a789 Release 9.0.0-pre.20250908.2 (2025-09-22) by Bazel Release System · 14 hours ago
  8. 550eb46 Reject UTF16-encoded strings in FileWriteAction. by tjgq · 15 hours ago
  9. 6cf5f68 Sort `PathFragment`s as sequences of segments by Fabian Meumertzheim · 19 hours ago
  10. 5eed424 Fix and reenable some tests involving symlinks on Windows. by tjgq · 20 hours ago
  11. a0daa8e Fix typos in documentation for registering custom jdks by hvd · 21 hours ago
  12. 906b91b Actually enforce transitive visibility. by steinman · 3 days ago
  13. 5ae256e Add support for `deserializedInterface` to AutoCodec by wyv · 3 days ago
  14. 944ca5f Automated rollback of commit 6f8dadf2001d4689b8f3394cf3ba0be3ee368f71. by ilist · 3 days ago
  15. ae65af2 Don't use Skyframe event handler for downloader events by Fabian Meumertzheim · 3 days ago
  16. df2d158 BEGIN_PUBLIC Move junction_test.py from bazel to rules_android END_PUBLIC by tedx · 3 days ago
  17. 3c9b6c3 Avoid cgroups-related logspam on non-Linux platforms. by tjgq · 4 days ago
  18. a5ad8e7 Remove protocol buffer types from the BuildEventServiceClient interface. by tjgq · 4 days ago
  19. 5fb6ca3 BEP: Sets `start_time` on `BuildStarted` events from `NoBuildEvent` by Ricard Sol · 4 days ago
  20. db6e3f9 Refactor skydoc_bin options processing by arostovtsev · 4 days ago
  21. 0782827 Refactor param handling to be compatible with FunctionParamInfo from Stardoc protos by arostovtsev · 4 days ago
  22. 37a74a7 Refactor Starlark API docgen to not refer to Java annotations directly by arostovtsev · 4 days ago
  23. 820ad5d When evaluating an artifact (directory) generated by an action template, evaluate only the expanded action execution keys of actions that generate that directory. by tanzhengwei · 4 days ago
  24. d811376 Remove `ActionTemplate.getOutputTreeArtifact()` and bubble it up to the subclasses that implement `ActionTemplate` where needed. `#getOutputTreeArtifact()` is mainly a convenience method to access one of the underlying output tree artifacts in tests, and has no contractual significance in the expansion of the `ActionTemplate`. by tanzhengwei · 4 days ago
  25. 370232e Make ActionTemplate support having multiple input TreeArtifacts. by tanzhengwei · 5 days ago
  26. 53b8ca4 Rename Starlark docgen classes in preparation for supporting docgen from .bzl files by arostovtsev · 5 days ago
  27. 08cee73 Split off CommandContext from BuildEventServiceProtoUtil. by tjgq · 5 days ago
  28. a0cc2cb Compute the full set of BES keywords in BuildEventServiceModule#getBesKeywords(). by tjgq · 5 days ago
  29. 501f688 Hide `GrepIncludes` outputs from the execution graph. by jhorvitz · 5 days ago
  30. 93f57a4 Enable --enable_platform_specific_config by default by Keith Smiley · 5 days ago
  31. 397e876 Depreacte `--local_{cpu,ram}_resources=`. Replace it with `--local_resources={cpu,memory}=`. by bangbang · 5 days ago
  32. 44dbe07 Don't overwrite user-set Starlark flags with PROJECT.scl Starlark flags. by gregce · 5 days ago
  33. 6fba6fd Rollforward of https://github.com/bazelbuild/bazel/commit/d96e067331680dd4dec9fb391ed148d90daafbf8 after addressing the performance regression. by messa · 5 days ago
  34. b0b5497 Make the InputMetadataProvider#getInput argument a PathFragment instead of a String. by tjgq · 6 days ago
  35. 6f8dadf Refactor LtoBackendAction creation to remove the Builder. by ilist · 6 days ago
  36. 035c764 Allow the `enable_modules`, `module_map`, and `module_name` attributes of `objc_library` to be removed from the rule definition. by allevato · 6 days ago
  37. 50dd547 Remove unused code from `CppCompileActionBuilder` and one no longer necessary test from `CppCompileActionTest`. by pzembrod · 6 days ago
  38. e5e8f4a Allow running hermetic `--sandbox_debug` command multiple times by Wade Carpenter · 6 days ago
  39. 0dd18a5 Graveyard no-op python2 related flags by messa · 6 days ago
  40. 3cc9812 Introduce `config.string_set` by messa · 6 days ago
  41. 0c79e2c Remove unused methods from `CompileBuildVariables`. by pzembrod · 7 days ago
  42. 9fe4dd1 Also handle SerializationException as cache miss for reporting. by shahan · 7 days ago
  43. f4b6d2c Enable worker data collection in the profiler by default. by twerth · 7 days ago
  44. 3e1ce33 Depreacte `--local_cpu_resources=`. Replace it with `--local_resources=cpu=`. by bangbang · 7 days ago
  45. 163b19c Depreacte `--local_{cpu,ram}_resources=`. Replace it with `--local_resources={cpu,memory}=`. by bangbang · 7 days ago
  46. 6463561 Delete unused java rules code by hvd · 7 days ago
  47. 647bd6b Lazily request allowed inputs during input discovery with Bazel's BwoB by Fabian Meumertzheim · 7 days ago
  48. b85c3e2 Clarify the interplay between NamedArtifactGroup and TargetCompleteEvent. by tjgq · 7 days ago
  49. fa07aa0 Fix virtual headers symlink action for C++ headers by Peter Lukacs · 7 days ago
  50. b39e21f Add the missing headers by iancha1992 · 7 days ago
  51. 209a4d7 fix compact strings error message by Benjamin Peterson · 7 days ago
  52. 5c29cc3 Graveyard `--incompatible_use_python_toolchains`. by gregce · 7 days ago
  53. 9b54736 Update Bazel's starlark sets to match latest language spec by arostovtsev · 7 days ago
  54. f36168e Add a equals and hashCode to CcCompilationContext.HeaderInfo. by shahan · 7 days ago
  55. 62b3eb0 Graveyard no-op python flags by messa · 7 days ago
  56. 654e2ba Fix StarlarkList method signatures to match Python by ilist · 8 days ago
  57. 07d73d1 Internal change. by jhorvitz · 8 days ago
  58. c8bbe82 Introduce `Mapping[K, V]` type to Starlark. by ilist · 8 days ago
  59. 71ca0ed Remove the core cc and objc rules from Bazel by hvd · 8 days ago
  60. a0e92f3 Prepare Bazel tests for removal of builtin cc rules (21/N) by hvd · 8 days ago
  61. 43445ca Update `rules_cc` to `0.2.8` by hvd · 8 days ago
  62. d82ee21 Integrate creation of CppCompileActionBuilder into create_compile_action() by pzembrod · 8 days ago
  63. c2069ec fix typo by Benjamin Peterson · 8 days ago
  64. 5674a2d Add support for excluded paths to `MacOSXFsEventsDiffAwareness` by Fabian Meumertzheim · 8 days ago
  65. 3493c2b Inline CcStaticCompilationHelper.createCompileActionTemplate() in CcStarlarkInternal.createCppCompileActionTemplate() by pzembrod · 8 days ago
  66. 2d4b89c Integrate creation of CppCompileActionBuilder into create_compile_action_template() by pzembrod · 8 days ago
  67. 2f296f0 Fail if `single_version_override` version is lower than dep spec by Fabian Meumertzheim · 10 days ago
  68. 2f67489 Make output download logic for test rules more readable by Fabian Meumertzheim · 11 days ago
  69. 2fd5d5f Release 9.0.0-pre.20250831.1 (2025-09-12) by Bazel Release System · 11 days ago
  70. a88caea Remove `fdo_context` from `cc_common.create_lto_backend_actions` API. by ilist · 11 days ago
  71. 3f9e4a7 Make actions context shareable outside of `cc_common.create_lto_backend_artifacts` by ilist · 11 days ago
  72. a49a5e9 Move CcToolchainConfigInfo parsing logic to a dedicated class. by ilist · 11 days ago
  73. 70b89ce Fix usage of `use_cc_toolchain` in `cc_toolchain_alias.bzl` by hvd · 11 days ago
  74. c7e4eff Migrate LtoCompilationContext to a Starlark provider. by ilist · 11 days ago
  75. 552f121 Always prioritize running actions over scheduled actions in UI by Keith Smiley · 11 days ago
  76. 9ae678a Migrate CcCompilationOutputs to Starlark. by ilist · 11 days ago
  77. f298504 Simplify exception re-throwing. by tjgq · 11 days ago
  78. 47ec83b Update `rules_shell` to fix its docs by Fabian Meumertzheim · 11 days ago
  79. 0303abe Automated rollback of commit 44171b71532321b4af28ba9b50906086a2607da3. by tjgq · 11 days ago
  80. 1e51b7a Delete no-op flag. by tjgq · 11 days ago
  81. c0651aa Use sealed classes to simplify BuildEventServiceUploader. by tjgq · 11 days ago
  82. 9bf29d8 Release 8.4.1 (2025-09-11) by Bazel Release System · 11 days ago
  83. ddc43ec Migrate `CcCompilationOutputs` private fields to use underscore by ilist · 11 days ago
  84. 8938554 Prepare Bazel tests for removal of builtin cc rules (14/N) by hvd · 12 days ago
  85. 21f0259 Release 9.0.0-pre.20250831.1 (2025-09-11) by Bazel Release System · 12 days ago
  86. 699a1a7 Remove `CcCompilationOutputs.files_to_compile` and implement its logic in Starlark. by ilist · 12 days ago
  87. 121c8ad Prepare Bazel tests for removal of builtin cc rules (11/N) by hvd · 12 days ago
  88. a962fa2 Prepare Bazel tests for removal of builtin cc rules (20/N) by hvd · 12 days ago
  89. 4248728 Make unshareable actions that have fully equal artifacts not report conflicts. by shahan · 12 days ago
  90. a40c76e Prepare Bazel tests for removal of builtin cc rules (15/N) by hvd · 12 days ago
  91. f4c0f34 Update `@rules_cc` `0.2.5` by hvd · 12 days ago
  92. d1a8938 Migrate away from callable private attributes in compilation outputs by ilist · 12 days ago
  93. bbd02a8 Migrate away from compilation_outputs.files_to_compile by ilist · 12 days ago
  94. 4169f9d Make target's env higher priority than --run_env by Keith Smiley · 12 days ago
  95. b5a6d41 Fork missing methods from `cc_helper.bzl` by hvd · 12 days ago
  96. 1b56765 Refactor CcCompilationOutputs building in Starlark. by ilist · 12 days ago
  97. f8c2e00 Add `load()`s for cc rules in `//third_party/` by hvd · 13 days ago
  98. e7d5f1d Add documentation for the include scanning machinery. by lberki · 12 days ago
  99. 3f1de48 Represent `--nofetch` state in Skyframe by Fabian Meumertzheim · 12 days ago
  100. 88b4aa2 Add a new `transitive_visibility` attribute to `package()`, which then appears in a transitiveVisibilityProvider on targets that depend on it. by steinman · 12 days ago