1. 59f0d12 Introduce metadata for proxied file artifact values. by Googler · 4 months ago
  2. 9761aa7 Show aspect analysis configuration progress in the UIStateTracker. by Googler · 4 months ago
  3. e8b2790 Make Bazel not crash if a runfiles tree is in a runfiles tree. by Googler · 4 months ago
  4. fba8603 Parse Starlark files as raw bytes for Bzlmod by Fabian Meumertzheim · 4 months ago
  5. d560b8d Store client information in `FrontierNodeVersion`. by Googler · 4 months ago
  6. 1da4641 Automated rollback of commit 17057fd4409da8286709a70c077fe457275138f6. by Googler · 4 months ago
  7. a2f1f58 Force the default value of symbolic macro's optional inherited attributes to None by Googler · 4 months ago
  8. b406bdc In AppleBootstrap.java give several rule repos access to apple_common that need it, and activate the access restriction independent of INCOMPATIBLE_STOP_EXPORTING_LANGUAGE_MODULES by Googler · 4 months ago
  9. 17057fd Preserve analysis cache through `--test_env` changes by Fabian Meumertzheim · 4 months ago
  10. d99595f Remove `@InlineMe`-annotated getters after unknown commit by Googler · 4 months ago
  11. 13a1cec Remove unused requiresTreeMetadataWhenTreeFileIsInput. by Googler · 4 months ago
  12. 79764b2 Don't select()-promote None values by Googler · 4 months ago
  13. 372980c Explicitly ban attribute inheritance from unexported rules/macros by Googler · 4 months ago
  14. 4515bb6 Preserve analysis cache through `--run_under` command changes by Fabian Meumertzheim · 4 months ago
  15. 6fc4d10 Fix inability to disable analysis caching after enabling it. by Googler · 4 months ago
  16. 4d5c88b Fix regression in clean build caused by https://github.com/bazelbuild/bazel/commit/09874b5b722c3fc0902e73bd5545ead129b72f36 in critical path computing. by Googler · 4 months ago
  17. 4b02c95 Makes dumping `starlark_memory` adopt `InstrumentationOutput` by Googler · 4 months ago
  18. fccfaa1 Make `RunUnder` a sealed interface by Fabian Meumertzheim · 4 months ago
  19. 08beb21 Put macro attribute inheritance behind an off-by-default --experimental_enable_macro_inherit_attrs flag by Googler · 4 months ago
  20. 1ddb323 Make handling of the visibility attribute consistent, inside and outside symbolic macros by Googler · 4 months ago
  21. a42e3fb Remove mentions of middlemen from integration tests and update them when convenient: by Googler · 4 months ago
  22. 1744d45 Roll forward of https://github.com/bazelbuild/bazel/commit/a58fe3fa6b9ab1f7bfcd1ad8c94ab1f09a4cca39: Fix most Unicode encoding bugs. by Fabian Meumertzheim · 4 months ago
  23. 93b6265 Full support workspace with --incompatible_autoload_externally by Googler · 4 months ago
  24. 00c1b7b Prepare tests for moving the Java providers & toolchain rules out of `@_builtins` by Googler · 4 months ago
  25. 6466301 Replace Duration.getSeconds() with Duration.toSeconds() where it makes sense, by Googler · 4 months ago
  26. 9fddc11 Replace errorprone warning: Duration#getSeconds -> Duration#toSeconds. by Googler · 4 months ago
  27. c0a210d Remove references to middlemen from the code of C++ rules. by Googler · 4 months ago
  28. dfdbe77 Migrate some uses of AutoValue to records by Googler · 4 months ago
  29. 72a9d49 Refactor instanceof expressions to use new Java 21 name syntax. by Googler · 4 months ago
  30. 97a31fd Remove CONFIGURED_TARGET dependency from TOP_LEVEL_ASPECTS by Googler · 4 months ago
  31. 9e15ca3 Disallow symbolic macros from returning a non-None value by Googler · 4 months ago
  32. 74096f6 Change the mnemonic of actions creating runfiles trees from "Middleman" to "RunfilesTree". by Googler · 4 months ago
  33. 52a44d4 Automated rollback of commit 471aca124968977ecf1920711811c37ce19c1aa7. by Googler · 4 months ago
  34. 04e362e Refactor instanceof expressions to use new Java 21 name syntax. by Googler · 4 months ago
  35. b2664b1 Only re-use last ps snapshot if it was expecting the same list of processes to be alive. by Googler · 4 months ago
  36. 21d8b02 Don't crash when repo rule throws `InterruptedException` by Fabian Meumertzheim · 4 months ago
  37. 5b09ab6 Add the fourth (and last) variant of native Java provider wrappers for use in `WORKSPACE` mode by Googler · 4 months ago
  38. 67ff5a1 Use records instead of AutoValue in PsInfoCollector. by Googler · 4 months ago
  39. 254e134 Remove middleman-related graveyarded options. by Googler · 4 months ago
  40. c1b510a Incorporate evaluating version into FrontierNodeVersion fingerprint. by Googler · 4 months ago
  41. c1cc547 Replace more mentions of the term "middleman" with "runfiles tree". by Googler · 4 months ago
  42. dc4fb9c Encode `JavaInfo` provider type. by Googler · 4 months ago
  43. 60d1759 Resolve fingerprint service asynchronously. by Googler · 4 months ago
  44. 471aca1 Remove implicit _stl attribute from C++ rules. by Googler · 4 months ago
  45. 04871da Use LinkedHashSet instead of HashSet in CcCompilationContext.Builder for determinism by nickreid · 4 months ago
  46. f16737c Remove mentions of middlemen from RewindingTestsHelper.java and ActionRewindStrategy.java . by Googler · 4 months ago
  47. c5e08d4 Add set data type to Starlark by Googler · 4 months ago
  48. 8d02d47 Add `--inject_repository` and fix crash on overridden non-existent repo by Fabian Meumertzheim · 4 months ago
  49. a1af43c Remove ProtoInfo from Bazel by Googler · 4 months ago
  50. f56dd36 Remove unused methods from CppHelper. PR#24009 (https://github.com/bazelbuild/bazel/commit/c3346a52702ae878d2ecad154b53a311e6fd9677) removed their last use. by Googler · 4 months ago
  51. a5b6c30 Fix Autoloads skyframe injection by Googler · 4 months ago
  52. 5b25f8c Rename FileStateValue.DEFAULT_MIDDLEMAN to RUNFILES_TREE_MARKER. by Googler · 4 months ago
  53. d22c22c Update a comment to reflect the middleman-less reality. by Googler · 4 months ago
  54. 66ea9a0 Add a third variant of native provider wrappers for `@rules_java` itself by Googler · 4 months ago
  55. ae3577f Replace the lastest remaining mentions of "ignored package prefixes" with "ignored subdirectories". by Googler · 4 months ago
  56. 5554af3 Start renaming "middlemen" to "runfiles trees". by Googler · 4 months ago
  57. fc6b384 Automated rollback of commit a58fe3fa6b9ab1f7bfcd1ad8c94ab1f09a4cca39. by Googler · 4 months ago
  58. 7696344 Fix proto flags by Googler · 4 months ago
  59. c84a576 Allow overriding the source root in query formatters. by Googler · 4 months ago
  60. 5bac626 Add suppressions for usages of Virtual Threads by Googler · 4 months ago
  61. 870c275 Makes build event files adopting the new `InstrumentationOutput` framework by Googler · 4 months ago
  62. 84e6698 Use canonical repo name in `rules_java` provider key labels by Googler · 4 months ago
  63. 29747e5 Remove RootTypes for middleman roots. by Googler · 4 months ago
  64. da1aba9 Prepare for moving the java providers out of builtins by Googler · 4 months ago
  65. 9438840 Fix conditional for `--experimental_check_external_repository_files` triggering. by Googler · 4 months ago
  66. d88c108 Also apply --experimental_inprocess_symlink_creation to filesets. by Googler · 4 months ago
  67. 634f992 Remove ActionAnalysisMetadata.getActionType() and MiddlemanType. by Googler · 4 months ago
  68. c3346a5 Automated rollback of commit 9ee7b1b891ae69b31b8e35d75ed63c17fb55820a. by Googler · 4 months ago
  69. 09ca1f3 Stop exporting proto_common and ProtoInfo by Googler · 4 months ago
  70. 42c0e0d Finish renaming IgnoredPackagePrefixes to IgnoredSubdirectories. by Googler · 4 months ago
  71. 6aec0ca Fix permissions on directories while incrementally updating a symlink tree. by Googler · 4 months ago
  72. ad828a7 Remove the unused interface TestMiddlemanObserver. by Googler · 4 months ago
  73. a2ccbb9 Fix proto_common_do_not_use in autoloads by Googler · 4 months ago
  74. 779d697 Add BUILD_ID and BUILD_EXECROOT to the environment of commands executed by "bazel run". by Googler · 4 months ago
  75. fe3f1de Store diffs from evaluating version as a `ModifiedFileSet` in `RemoteAnalysisCachingDependenciesProvider`. by Googler · 4 months ago
  76. fd4d04a Handle unresolved symlinks correctly when replacing an existing entry in a runfiles tree. by Googler · 4 months ago
  77. a0471c7 Add support for `--keep_going` to `bazel mod` by Fabian Meumertzheim · 4 months ago
  78. e9a8e7b Automated rollback of commit 186abf7eacf291b0550ddb63fb308a317c8b43eb. by Googler · 4 months ago
  79. 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 · 4 months ago
  80. b8e96e5 Flip the default value of flag `experimental_use_new_worker_pool` to true. by Googler · 4 months ago
  81. 9e4b498 Rename "IgnoredPackagePrefixes" to "IgnoredSubdirectories". by Googler · 4 months ago
  82. 8eef078 Refactor `RemoteAnalysisCachingDependenciesProvider` from `SkyframeBuildView` to `SkyframeExecutor`. by Googler · 4 months ago
  83. 3f14ced Use getNumActions instead of calling getActions, which NPEs. by Googler · 4 months ago
  84. 324c900 `--experimental_propagate_custom_flag`: support `/...`-style target patterns. by Googler · 4 months ago
  85. 467ea0c Add `repository_ctx.rename()` for renaming files or directories by John Millikin · 4 months ago
  86. e89be2f Fix typo in the error message. by Googler · 4 months ago
  87. f9e839b Include `toolchainsAspects` in the `equals` and `hasCode` functions of the `StarlarkDefinedAspect` by Googler · 4 months ago
  88. f651450 Add better error handling for skyframe cycles while creating configurations. by Googler · 4 months ago
  89. eec5305 Symbolic macro attribute inheritance by Googler · 4 months ago
  90. ebb2790 Use either builtin or from-repository ProtoInfo in cc_shared_library by Googler · 4 months ago
  91. a58fe3f Fix most Unicode encoding bugs by Fabian Meumertzheim · 4 months ago
  92. 77234ae Handle deserialized `ActionLookupValues` without actions in more places. by Googler · 4 months ago
  93. 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
  94. 21a12c7 Let repo rules remove env vars for subprocesses by Fabian Meumertzheim · 4 months ago
  95. f2053fb Remove `path` from `InstrumentationOutputFactory#createInstrumentationOutput()` by Googler · 4 months ago
  96. ecd2967 Add a fingerprinting method to the `RunfilesTree` interface. by Googler · 4 months ago
  97. 7409e68 Remove the `--watchfs` startup option from the server and make it a no-op in the client. by Googler · 4 months ago
  98. 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
  99. 00c5f1f docs for REPO.bazel by Xdng Yng · 4 months ago
  100. edb15a5 Remove `LauncherFileWriteAction` by Fabian Meumertzheim · 4 months ago