1. 00c1b7b Prepare tests for moving the Java providers & toolchain rules out of `@_builtins` by Googler · 5 months ago
  2. 6466301 Replace Duration.getSeconds() with Duration.toSeconds() where it makes sense, by Googler · 5 months ago
  3. dfdbe77 Migrate some uses of AutoValue to records by Googler · 5 months ago
  4. 97a31fd Remove CONFIGURED_TARGET dependency from TOP_LEVEL_ASPECTS by Googler · 5 months ago
  5. 9e15ca3 Disallow symbolic macros from returning a non-None value by Googler · 5 months ago
  6. 67ff5a1 Use records instead of AutoValue in PsInfoCollector. by Googler · 5 months ago
  7. c1b510a Incorporate evaluating version into FrontierNodeVersion fingerprint. by Googler · 5 months ago
  8. c1cc547 Replace more mentions of the term "middleman" with "runfiles tree". by Googler · 5 months ago
  9. 0f9d547 Make 'proto_library' based on the prebuilt protoc binaries i.e. `release/protoc_minimal`. by Googler · 5 months ago
  10. dc4fb9c Encode `JavaInfo` provider type. by Googler · 5 months ago
  11. f16737c Remove mentions of middlemen from RewindingTestsHelper.java and ActionRewindStrategy.java . by Googler · 5 months ago
  12. 8d02d47 Add `--inject_repository` and fix crash on overridden non-existent repo by Fabian Meumertzheim · 5 months ago
  13. a5b6c30 Fix Autoloads skyframe injection by Googler · 5 months ago
  14. 5b25f8c Rename FileStateValue.DEFAULT_MIDDLEMAN to RUNFILES_TREE_MARKER. by Googler · 5 months ago
  15. 66ea9a0 Add a third variant of native provider wrappers for `@rules_java` itself by Googler · 5 months ago
  16. 5554af3 Start renaming "middlemen" to "runfiles trees". by Googler · 5 months ago
  17. fc6b384 Automated rollback of commit a58fe3fa6b9ab1f7bfcd1ad8c94ab1f09a4cca39. by Googler · 5 months ago
  18. 7696344 Fix proto flags by Googler · 5 months ago
  19. 5bac626 Add suppressions for usages of Virtual Threads by Googler · 5 months ago
  20. 870c275 Makes build event files adopting the new `InstrumentationOutput` framework by Googler · 5 months ago
  21. da1aba9 Prepare for moving the java providers out of builtins by Googler · 5 months ago
  22. d88c108 Also apply --experimental_inprocess_symlink_creation to filesets. by Googler · 5 months ago
  23. 634f992 Remove ActionAnalysisMetadata.getActionType() and MiddlemanType. by Googler · 5 months ago
  24. c3346a5 Automated rollback of commit 9ee7b1b891ae69b31b8e35d75ed63c17fb55820a. by Googler · 5 months ago
  25. 09ca1f3 Stop exporting proto_common and ProtoInfo by Googler · 5 months ago
  26. 42c0e0d Finish renaming IgnoredPackagePrefixes to IgnoredSubdirectories. by Googler · 5 months ago
  27. 6aec0ca Fix permissions on directories while incrementally updating a symlink tree. by Googler · 5 months ago
  28. df5ab9d Update rules_proto to 7.0.1 and rules_cc 0.0.15 by Googler · 5 months ago
  29. fe3f1de Store diffs from evaluating version as a `ModifiedFileSet` in `RemoteAnalysisCachingDependenciesProvider`. by Googler · 5 months ago
  30. fd4d04a Handle unresolved symlinks correctly when replacing an existing entry in a runfiles tree. by Googler · 5 months ago
  31. e9a8e7b Automated rollback of commit 186abf7eacf291b0550ddb63fb308a317c8b43eb. by Googler · 5 months ago
  32. 8357fba Match --worker_extra_flag against the worker key mnemonic, not the action mnemonic, as is the case for other worker flags taking a mnemonic. by Googler · 5 months ago
  33. 9e4b498 Rename "IgnoredPackagePrefixes" to "IgnoredSubdirectories". by Googler · 5 months ago
  34. 3f14ced Use getNumActions instead of calling getActions, which NPEs. by Googler · 5 months ago
  35. 324c900 `--experimental_propagate_custom_flag`: support `/...`-style target patterns. by Googler · 5 months ago
  36. 467ea0c Add `repository_ctx.rename()` for renaming files or directories by John Millikin · 5 months ago
  37. d379dca Fix flaky GlobTest.testCheckCanBeinterrupted. by Googler · 5 months ago
  38. eec5305 Symbolic macro attribute inheritance by Googler · 5 months ago
  39. a58fe3f Fix most Unicode encoding bugs by Fabian Meumertzheim · 5 months ago
  40. 77234ae Handle deserialized `ActionLookupValues` without actions in more places. by Googler · 5 months ago
  41. 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 · 5 months ago
  42. f2053fb Remove `path` from `InstrumentationOutputFactory#createInstrumentationOutput()` by Googler · 5 months ago
  43. ecd2967 Add a fingerprinting method to the `RunfilesTree` interface. by Googler · 5 months ago
  44. 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 · 5 months ago
  45. edb15a5 Remove `LauncherFileWriteAction` by Fabian Meumertzheim · 5 months ago
  46. 6b29bed Use either repository or builtin ProtoLangToolchainInfo in tests by Googler · 5 months ago
  47. 186abf7 Handle change pruned actions in execution graph. by Googler · 5 months ago
  48. f57f672 Remove DownloadManager instance from RegistryFactoryImpl. by Cornelius Riemenschneider · 5 months ago
  49. 1b9eef1 Use finish time to check the overlap of no-spawn actions. by Googler · 5 months ago
  50. 1003d2c Include apparent names of deps in `bazel mod` JSON output by Fabian Meumertzheim · 5 months ago
  51. 1f0db43 Cleanups in the wake of https://github.com/bazelbuild/bazel/commit/9c6d24f3f7595fc293415c8f60b05360a4ed8f85. by Googler · 5 months ago
  52. 8ce1661 Update rules_java v8.3.0 by Googler · 5 months ago
  53. 9c6d24f Implement ignoring directories based on wildcards. by Lukacs T. Berki · 5 months ago
  54. 9ee7b1b Automated rollback of commit 6a620980fad69d698aca0637dd7ff729f75f1318. by Googler · 5 months ago
  55. 3959272 With PROJECT.scl files, allow user flags if they are also part of the selected config. by Googler · 5 months ago
  56. 6762481 Add custom `Predicate<SkyKey> keepGoing` test coverage in `ParallelEvaluatorTest`. by Googler · 5 months ago
  57. db22635 Fully enable java_lite_proto_library test by Googler · 5 months ago
  58. 86c8b0f Remove Proto rules from Bazel by Googler · 5 months ago
  59. 796ed0e Split createLocalOutput with convenience named symlink into its own method by Googler · 5 months ago
  60. aa7317f Allow `use_repo_rule` repos to load from each other by Fabian Meumertzheim · 5 months ago
  61. 20f9a5e Remove Sh rules from Bazel by Googler · 5 months ago
  62. ed85a67 Test Sh rules with implementation from rules_shell by Googler · 5 months ago
  63. d1a6fcd Pass `Predicate` for `--keep_going` checks to `ParallelEvaluatorContext` by Googler · 5 months ago
  64. c88fc2a Replace sh_binary in rewinding tests with a testing rule by Googler · 5 months ago
  65. 2f35186 Replace sh_library in tests with a testing rule by Googler · 5 months ago
  66. 6a62098 Starlarkify objc/CompilationAttributes.java by Keith Smiley · 5 months ago
  67. 0e2bcda Allow `external` top-level dir in Bzlmod-managed non-main repos by Fabian Meumertzheim · 5 months ago
  68. 1cbdc27 Make DiskCacheLock a generic utility class for holding a filesystem lock. by Googler · 5 months ago
  69. 09874b5 Fix missing critical path components due to change-pruning. by Googler · 5 months ago
  70. 17b6a9c In `createInstrumentationOutput`, replace function parameters `isRedirect` flag and `options` with a single `CommandEnvironment` function parameter by Googler · 5 months ago
  71. 17fb8aa Fix integration test failures on Windows. by Googler · 5 months ago
  72. 8124111 Optionally track target instantiation locations in lieu of their instantiating macro by Googler · 5 months ago
  73. 0698d85 Add load statements for Go rules in Blaze tests. by Googler · 5 months ago
  74. 5ebe3d5 Remove InputMetadataProvider.mayGetGeneratingActionsFromSkyframe . by Googler · 5 months ago
  75. adfd70e Remove the unused method OutputMetadatStore.getTreeArtifactChildren(). by Googler · 5 months ago
  76. f21821d Analysis caching: key SkyValue versions with the top level configuration after trimming test by Googler · 5 months ago
  77. 52a1fb6 Convert calls to `rewriteWorkspace` to use Java text blocks. by Googler · 5 months ago
  78. 5ce6fa6 Add more tests for checking what toolchain types are allowed on exec platforms. by Googler · 5 months ago
  79. dd343a3 Fold TreeArtifactInjector into MetadataInjector. by Googler · 5 months ago
  80. ba86658 `SymlinkAction` injects metadata from its input. by Googler · 5 months ago
  81. 0f89dcc Convert calls to `rewriteModuleDotBazel` to use Java text blocks. by Googler · 5 months ago
  82. dde9cc8 Remove OutputMetadataStore.constructMetadataForDigest(). by Googler · 5 months ago
  83. 419fdac Provide label of the toolchain in `ToolchainAspectsProviders` by Googler · 5 months ago
  84. 3746583 Prevent excessive thread creation in disk cache garbage collection by Roman Salvador · 5 months ago
  85. 5107b62 Remove OutputMetadataStore.getTreeArtifactChildren(). by Googler · 5 months ago
  86. 4b8334c Remove special handling of middleman actions. by Googler · 5 months ago
  87. f434363 Move `isPlatformSuitable` check into PlatformKeys. by Googler · 5 months ago
  88. ea34e18 Use non-snapshotted paths when creating a runfiles symlink tree. by Googler · 5 months ago
  89. c1d0b7d Make .label on dormant dependencies a struct field. by Googler · 5 months ago
  90. 7d6c3c9 Remove TargetApi and make Target not-a StarlarkValue. by Googler · 5 months ago
  91. ea477ac Expose `config.no_config` to Starlark. by Googler · 5 months ago
  92. 6a44976 Remove OMITTED_FILE_MARKER and OMITTED_TREE_MARKER. by Googler · 5 months ago
  93. 9d4193b Track metadata for omitted artifacts also. by Googler · 5 months ago
  94. c172162 Add tests for nested set collision handling in the compact execution log by Fabian Meumertzheim · 5 months ago
  95. bd273e5 Refactor RuleVisibility validation and concatenation by Googler · 5 months ago
  96. 68f94a1 Enable analysis caching codepaths only for commands that execute actions. by Googler · 5 months ago
  97. b8b9bfc Derive worker files hash from a self-describing layout by Fabian Meumertzheim · 5 months ago
  98. 2d4c8eb Allow implicit creation of input files within a macro's namespace by Googler · 5 months ago
  99. 91673a2 Fix FrontierNodeVersion multiple instantiation and add logging. by Googler · 5 months ago
  100. 9c90100 Use backslashes in executable paths when remotely executing on Windows by Fabian Meumertzheim · 5 months ago