1. f9e839b Include `toolchainsAspects` in the `equals` and `hasCode` functions of the `StarlarkDefinedAspect` by Googler · 4 months ago
  2. f651450 Add better error handling for skyframe cycles while creating configurations. by Googler · 4 months ago
  3. eec5305 Symbolic macro attribute inheritance by Googler · 4 months ago
  4. ebb2790 Use either builtin or from-repository ProtoInfo in cc_shared_library by Googler · 4 months ago
  5. a58fe3f Fix most Unicode encoding bugs by Fabian Meumertzheim · 4 months ago
  6. f6585d4 Bump the test timeouts and fine-tune the test jobs number on macOS arm64 by Googler · 4 months ago
  7. 77234ae Handle deserialized `ActionLookupValues` without actions in more places. by Googler · 4 months ago
  8. b59004d Remove builtins_bzl/common/objc/linking_support.bzl and .../multi_arch_binary_support.bzl and the related providers after their move to rules_apple. by Googler · 4 months ago
  9. 21a12c7 Let repo rules remove env vars for subprocesses by Fabian Meumertzheim · 4 months ago
  10. f2053fb Remove `path` from `InstrumentationOutputFactory#createInstrumentationOutput()` by Googler · 4 months ago
  11. 78afd0b Acknowledge `TASTY` as known ClassFile attribute in ijar by Wojciech Mazur · 4 months ago
  12. ecd2967 Add a fingerprinting method to the `RunfilesTree` interface. by Googler · 4 months ago
  13. 7409e68 Remove the `--watchfs` startup option from the server and make it a no-op in the client. by Googler · 4 months ago
  14. 096a0cb Makes `InstrumentationOutputBuilder` takes in a `PathFragment`-typed `destination` and an enum indicating which type of directory the output path is relative to. by Googler · 4 months ago
  15. 00c5f1f docs for REPO.bazel by Xdng Yng · 4 months ago
  16. b035c70 Bump the github-actions group with 3 updates by dependabot[bot] · 4 months ago
  17. 41dc431 Release 9.0.0-pre.20241026.2 (2024-11-06) by Bazel Release System · 4 months ago
  18. edb15a5 Remove `LauncherFileWriteAction` by Fabian Meumertzheim · 4 months ago
  19. 6b29bed Use either repository or builtin ProtoLangToolchainInfo in tests by Googler · 4 months ago
  20. 1565bbb Add output of top level aspects to master log by Googler · 4 months ago
  21. 997e1d9 Update documentation on how to use a CC toolchain in a custom rule. by Googler · 4 months ago
  22. 186abf7 Handle change pruned actions in execution graph. by Googler · 4 months ago
  23. 7ee3e9c Re-enable remote cache for macOS builds in postsubmit by Googler · 4 months ago
  24. 764ba19 Don't check main repo name for auto-load when bzlmod is disabled. by Googler · 4 months ago
  25. c8b12e3 Observe --noexperimental_check_output_files even for `run` commands. by Googler · 4 months ago
  26. f8242a7 Remove experimental_disable_topo_sort_do_not_use_remove_before_7_0 attribute again from cc_shared_library rule given that b/280902394 is now fixed and Bazel 7.0 is out. by Googler · 4 months ago
  27. f57f672 Remove DownloadManager instance from RegistryFactoryImpl. by Cornelius Riemenschneider · 4 months ago
  28. 2fd6115 Add .bazelbsp to .gitignore by Googler · 4 months ago
  29. 1b9eef1 Use finish time to check the overlap of no-spawn actions. by Googler · 4 months ago
  30. a73ff32 Automatic code cleanup. by Googler · 4 months ago
  31. 27082e3 Add a link to the BazelCon 2024 talk on how we handle globs. by Googler · 4 months ago
  32. 7bb8d2b Force the JVM to use UTF-8 on Windows by Fabian Meumertzheim · 4 months ago
  33. 47e5502 Fix flag name referenced in `build_event_stream.proto`. by Googler · 4 months ago
  34. 1003d2c Include apparent names of deps in `bazel mod` JSON output by Fabian Meumertzheim · 4 months ago
  35. c79bc21 Update documentation of `//tools/cpp:current_cc_toolchain` to instead refer to by Googler · 4 months ago
  36. 2ebc759 Handle action-less RemoteConfiguredTargetValues in CriticalPathComputer. by Googler · 4 months ago
  37. 576a6ca Extract methods to acquire and release a filesystem lock. by Googler · 4 months ago
  38. 129c89d Stops serializing Actions inside AspectValue. by Googler · 4 months ago
  39. 540958d Improve the documentation for client/server synchronization. by Googler · 4 months ago
  40. 1f0db43 Cleanups in the wake of https://github.com/bazelbuild/bazel/commit/9c6d24f3f7595fc293415c8f60b05360a4ed8f85. by Googler · 4 months ago
  41. 8ce1661 Update rules_java v8.3.0 by Googler · 4 months ago
  42. de9debb Improve support for spaces in output base by Fabian Meumertzheim · 4 months ago
  43. 9c6d24f Implement ignoring directories based on wildcards. by Lukacs T. Berki · 4 months ago
  44. e14d524 Export Unix `cc_toolchain_config` for backwards compatibility by Fabian Meumertzheim · 4 months ago
  45. dcf80a0 Fix links to externally generated docs by Googler · 4 months ago release-9.0.0-pre.20241105.2rc1
  46. ae84eb8 Make the Windows implementation of AcquireLock compatible with JVM locks. by Googler · 4 months ago
  47. 4da313a Avoid a print loop when busy-waiting on the client lock on Windows. by Googler · 4 months ago
  48. 9ee7b1b Automated rollback of commit 6a620980fad69d698aca0637dd7ff729f75f1318. by Googler · 4 months ago
  49. 5381f6b Fix links to proto rules docs by Googler · 4 months ago
  50. 1560047 Fix empty package in AutoBazelRepositoryProcessor by Farid Zakaria · 4 months ago
  51. 68a3a8b Fix the name of Shell rules by Googler · 4 months ago
  52. 05bb9c7 Open the client lock file with O_CLOEXEC so we don't have to call fcntl(F_SETFD) later. by Googler · 4 months ago
  53. e60d886 Add --run_env to bazel run by Keith Smiley · 4 months ago
  54. 73b0da9 Eliminate some dead code (fwdDepLabels without global deps) by Googler · 4 months ago
  55. 83ecb3e Automatic code cleanup. by Googler · 4 months ago
  56. 3959272 With PROJECT.scl files, allow user flags if they are also part of the selected config. by Googler · 4 months ago
  57. 6762481 Add custom `Predicate<SkyKey> keepGoing` test coverage in `ParallelEvaluatorTest`. by Googler · 4 months ago
  58. f97970e Internal refactoring by Googler · 4 months ago
  59. db22635 Fully enable java_lite_proto_library test by Googler · 4 months ago
  60. 86c8b0f Remove Proto rules from Bazel by Googler · 4 months ago
  61. 796ed0e Split createLocalOutput with convenience named symlink into its own method by Googler · 5 months ago
  62. aa7317f Allow `use_repo_rule` repos to load from each other by Fabian Meumertzheim · 5 months ago
  63. 20f9a5e Remove Sh rules from Bazel by Googler · 5 months ago
  64. ed85a67 Test Sh rules with implementation from rules_shell by Googler · 5 months ago
  65. 1453843 Wire up rules_shell documentation to Build encyclopedia by Googler · 5 months ago
  66. fda4b45 Update error handling for absolute symlink violations when checking package boundaries. by Googler · 5 months ago
  67. d1a6fcd Pass `Predicate` for `--keep_going` checks to `ParallelEvaluatorContext` by Googler · 5 months ago
  68. c56eeeb Add rules_shell loads to bazel_tools by Googler · 5 months ago
  69. f806496 Split @rules_x//x/defs.bzl into specific rules by Googler · 5 months ago
  70. bb8f70b Fix crashing `blaze query --output=graph` on some targets. by Googler · 5 months ago
  71. a3be5e6 Release 9.0.0-pre.20241023.1 (2024-10-31) by Bazel Release System · 5 months ago
  72. c88fc2a Replace sh_binary in rewinding tests with a testing rule by Googler · 5 months ago
  73. 43e1935 Remove the comments indicating which symbols make each include necessary. by Googler · 5 months ago
  74. 2f35186 Replace sh_library in tests with a testing rule by Googler · 5 months ago
  75. c436f3e Fix a typo by Googler · 5 months ago
  76. 652f83e Use disk cache in //src/test/shell/bazel:bazel_proto_library_test by Googler · 5 months ago
  77. 6a62098 Starlarkify objc/CompilationAttributes.java by Keith Smiley · 5 months ago
  78. 41ff1d1 Clean up validation of registered toolchains. by Googler · 5 months ago
  79. 0e2bcda Allow `external` top-level dir in Bzlmod-managed non-main repos by Fabian Meumertzheim · 5 months ago
  80. 1cbdc27 Make DiskCacheLock a generic utility class for holding a filesystem lock. by Googler · 5 months ago
  81. 09874b5 Fix missing critical path components due to change-pruning. by Googler · 5 months ago
  82. 989f8c3 Restructure TargetAndConfigurationProducer and RuleTransitionApplier for future changes by Googler · 5 months ago
  83. e17b5f7 Fold MetadataInjector into OutputMetadataStore. by Googler · 5 months ago
  84. 17b6a9c In `createInstrumentationOutput`, replace function parameters `isRedirect` flag and `options` with a single `CommandEnvironment` function parameter by Googler · 5 months ago
  85. 17fb8aa Fix integration test failures on Windows. by Googler · 5 months ago
  86. 8124111 Optionally track target instantiation locations in lieu of their instantiating macro by Googler · 5 months ago
  87. 0698d85 Add load statements for Go rules in Blaze tests. by Googler · 5 months ago
  88. 51b12e3 Disable some slow tests in presubmit on macOS by Googler · 5 months ago
  89. 5ebe3d5 Remove InputMetadataProvider.mayGetGeneratingActionsFromSkyframe . by Googler · 5 months ago
  90. adfd70e Remove the unused method OutputMetadatStore.getTreeArtifactChildren(). by Googler · 5 months ago
  91. b3ba592 Wire up proto Bazel docs to protobuf origin by Googler · 5 months ago
  92. 3ed6f3b Update to Turbine 0.8.0 by Liam Miller-Cushon · 5 months ago
  93. eac0752 In `SymlinkAction`, use `SymlinkToSourceFileArtifactValue` for the metadata of the symlink when it points to a source artifact. by Googler · 5 months ago
  94. f21821d Analysis caching: key SkyValue versions with the top level configuration after trimming test by Googler · 5 months ago
  95. 4c22e9f Add `HOME` TO `PathToReplace#Type` enumeration by Googler · 5 months ago
  96. 9d51ede Fix input root creation for path mapped workers by Fabian Meumertzheim · 5 months ago
  97. 52a1fb6 Convert calls to `rewriteWorkspace` to use Java text blocks. by Googler · 5 months ago
  98. 4e4b88f docs(module): fix list of bullet points not rendering by Matt Brown · 5 months ago
  99. e297727 Allowlist mac indexing directory by Googler · 5 months ago
  100. 5ce6fa6 Add more tests for checking what toolchain types are allowed on exec platforms. by Googler · 5 months ago