1. 81b9287 Keep runfiles tree IDs in memory for tools and multiple test attempts by Fabian Meumertzheim · 7 months ago
  2. beee1bf Factor out much of Package.Builder into TargetDefinitionContext by Googler · 7 months ago
  3. d42301b Automatically ignore vendor dir for finding packages by Yun Peng · 7 months ago
  4. caa2c41 Check the mtime again immediately before garbage collecting a disk cache entry. by Googler · 7 months ago
  5. 0f14eff Move profile spans into logEntry/logEntryWithoutId. by Googler · 7 months ago
  6. 4eba4a6 Make UnixFileSystem Y2K38-ready. by Googler · 7 months ago
  7. 5997fde Correctly handle path encoding in DiskCacheLock. by Tiago Quelhas · 7 months ago
  8. b4b35af Heuristically path map copts and defines by Fabian Meumertzheim · 7 months ago
  9. 676ba6e Implement execution node caching with `--experimental_remote_analysis_cache`. by Googler · 7 months ago
  10. 125e6e8 Starlarkify `sh_library` by Fabian Meumertzheim · 7 months ago
  11. c72af54 Use a LongAdder instead of an AtomicLong. by Googler · 7 months ago
  12. 2d60e01 Teach ExecLogParser how to parse all three execution log formats. by Googler · 7 months ago
  13. a716fdf Make the cache in `PlatformMappingValue` strong instead of weak. by Googler · 7 months ago
  14. 0c100ef Flip symbolic macro flags by Googler · 7 months ago
  15. cd82f68 Allow //visibility:public and //visibility:private in non-singleton visibility declarations by Googler · 7 months ago
  16. 888ab1f Munge visibility attribute for symbolic macros by Googler · 7 months ago
  17. 31b4125 Add rule class definitions to query proto output by Googler · 7 months ago
  18. 3312f4e Apply select() promotion to Nones by Googler · 7 months ago
  19. b387036 Allow decompression of nupkg by Dennis van den Berg · 7 months ago
  20. e959d78 Don't HTML escape `bazel mod` JSON output by Fabian Meumertzheim · 7 months ago
  21. af38f3b Add execution info to action conflict error message by Richard Levasseur · 7 months ago
  22. 739e37d Set default value of `--experimental_remote_cache_eviction_retries` to `5`. by Googler · 7 months ago
  23. 2345011 Incorporate the top level configuration into the `SkyKey` distinguisher. by Googler · 7 months ago
  24. 6e6c9a8 Make attribute and rule info extraction non-throwing by Googler · 7 months ago
  25. 6f946cf Automated rollback of commit abe1f660a314621b949e839275ccc1bff7ebafca. by Googler · 7 months ago
  26. df6f1ea Special case WeakReference in Dumper/Fingerprinter. by Googler · 7 months ago
  27. 8b19650 Blunt mitigation for blaze crashing with includes_scanning error: Adding retries for the 2 error modes. by Googler · 7 months ago
  28. af05263 Delete --incompatible_remote_symlinks and --incompatible_remote_dangling_symlinks. by Googler · 7 months ago
  29. 6922734 Correctly handle non-ASCII paths in DiskCacheLock. by Googler · 7 months ago
  30. 333b625 Add a `keyBytes` distinguisher for FrontierSerializer and SkyValueRetriever. by Googler · 7 months ago
  31. 6f705ce RuleVisibility concatenation doesn't add redundant items by Googler · 7 months ago
  32. 5bc9b65 Add visibility attribute to all symbolic macros by Googler · 7 months ago
  33. dfba96d Remove unnecessary tolerance for duplicate fileset entries. by Googler · 7 months ago
  34. 32264b0 Delete native Android providers, resource processing pipeline, android_data, and related tests. by Googler · 7 months ago
  35. 3cb5bea Fix proto autoloads and legacy_globals by Googler · 7 months ago
  36. 623a908 Wire up Python rules documentation on Build Encyclopedia to Starlark rules by Googler · 7 months ago
  37. 38239d9 Remove autoloads for rules_android internals. by Tim Peut · 7 months ago
  38. f27cfb8 Support docgen from external repository by Googler · 7 months ago
  39. f953a41 Remove special Fileset symlink behaviour. by Googler · 7 months ago
  40. 0c59ecc Delete no-op flag. by Googler · 7 months ago
  41. e8c5fb3 Automated rollback of commit 8ef7b705bb33de6ee9025c01bdf65a23f73926e3. by Googler · 7 months ago
  42. db4a400 Amend the description of DiskCacheClient to reflect the addition of automatic garbage collection. by Googler · 7 months ago
  43. 6f3f24a Simplify logging of artifacts with an unexpected filesystem type. by Googler · 7 months ago
  44. 7506690 Remove rules_java_builtin in WORKSPACE prefix by Yun Peng · 7 months ago
  45. 55eb334 Allow the same output group to be provided twice. by Googler · 7 months ago
  46. 56882d5 Stop exporting unused java builtins to native by Googler · 7 months ago
  47. 1b9870e Log exceptions from tasks in IdleTaskManager. by Googler · 7 months ago
  48. d48e391 Use a dedicated thread pool for disk cache garbage collection. by Googler · 7 months ago
  49. 14777e0 Return a quoted string for `repr(repository_ctx.path(...))` by Fabian Meumertzheim · 7 months ago
  50. 765d5e0 Create writable dirs under hermetic tmp in the sandbox by Fabian Meumertzheim · 7 months ago
  51. 9c7d587 Don't propagate default_visibility to within a symbolic macro by Googler · 7 months ago
  52. c3393da Make repo marker file parsing robust to version changes by Fredrik Medley · 7 months ago
  53. c4eba38 Rename TargetRegistrationEnvironment -> TargetRecorder by Googler · 7 months ago
  54. 46d5502 Add a standalone disk cache garbage collection utility. by Googler · 7 months ago
  55. 355b408 Move closure of `profiler` before `BlazeRuntime#afterCommand()` is called by Googler · 7 months ago
  56. 3699636 Weakly cache runfiles mappings of tools by Fabian Meumertzheim · 7 months ago
  57. ff0bc4b Improve comments in light of unknown commit. by Googler · 7 months ago
  58. 041faf5 Acquire an exclusive lock on the disk cache while running a garbage collection. by Googler · 7 months ago
  59. 6096b5e Tie-break by path, so that AC entries are garbage collected before CAS entries with the same age. by Googler · 7 months ago
  60. 0b86e78 An attempt at sorting PRIVATE_STARLARKIFICATION_ALLOWLIST in cc_helper_internal.bzl by Googler · 7 months ago
  61. 1690067 Collect and log statistics for every disk cache garbage collection run. by Googler · 7 months ago
  62. ca802d6 Wire DiskCacheGarbageCollector into RemoteModule as an IdleTask. by Googler · 7 months ago
  63. a647c9c Make cc_common.create_module_map available to rules_apple. by Googler · 7 months ago
  64. 0ffac31 Starlarkify IntermediateArtifacts by Googler · 7 months ago
  65. e1504f0 Use `--one_version_allowlist` flag added in unknown commit by Googler · 7 months ago
  66. 99434b1 Automated rollback of commit 4607ad439fe8869c8e8951d953e2d3adb613e6d6. by Googler · 7 months ago
  67. 527fc15 Optionally simplify unconditional selects when storing rule attribute values by Googler · 7 months ago
  68. cd90ba7 Add flag and code to fail a build if it tries to run a local test. by Googler · 7 months ago
  69. ee3fa9d Move macro visibility appending out of Package.Builder by Googler · 7 months ago
  70. 62dc3b5 Flip `--incompatible_macos_set_install_name` by Fabian Meumertzheim · 7 months ago
  71. 05dc25f native.existing_rule() should not see finalizer-instantiated targets by Googler · 7 months ago
  72. 08cd046 Implement a helper class to manage a shared or exclusive lock around the disk cache. by Googler · 7 months ago
  73. 5a2b8a8 Declare the compact execution log format to be stable. by Googler · 7 months ago
  74. 2dc4abe Delete native android_sdk. by Googler · 7 months ago
  75. 163160d LSC(tp): Add `load()`s for the builtin java rules by Googler · 7 months ago
  76. 49001c8 Mark tool runfiles as such in expanded execution log by Fabian Meumertzheim · 7 months ago
  77. 69c95c1 Make BE document rules removed from RuleClassProvider by Googler · 7 months ago
  78. c063f99 Starlarkify ObjcCompilationContext. by Googler · 7 months ago
  79. cca9587 Enable incompatible_autoload_externally for Python by Googler · 7 months ago
  80. f4d92d4 Move PlatformKeys to a new top-level class. by Googler · 7 months ago
  81. 11c090f Make Package.Builder compose instead of inherit from TargetRegistrationEnvironment by Googler · 7 months ago
  82. 33a2bb7 Merge TargetDefinitionContext into TargetRegistrationEnvironment by Googler · 7 months ago
  83. b64d074 Make TargetRegistrationEnvironment better encapsulated by Googler · 7 months ago
  84. f8b322a Simplify TargetRegistrationEnvironment API for adding targets by Googler · 7 months ago
  85. ce4d4b1 Add a new flag, `--allowed_cpu_values`, to verify that values passed to `--cpu` make sense. by Googler · 7 months ago
  86. 8977891 Don't zero-out builder fields in finishBuild() by Googler · 7 months ago
  87. b58036e Factor out TargetRegistrationEnvironment from Package.Builder by Googler · 7 months ago
  88. abe1f66 Extract a `HasExecPath` interface from `ActionInput`. by Googler · 7 months ago
  89. c413192 Apply `single_version_override` patches to module files by Fabian Meumertzheim · 7 months ago
  90. 51a776a Removes experimental note from cc_library implementation_deps by Taylor Cramer · 7 months ago
  91. e69dd3c Fix counting created actions to not over count aspect actions on alias targets by Googler · 7 months ago
  92. c1734aa Setup BUILD for a no-op output service server. by Googler · 7 months ago
  93. 0825634 Actually disable the disk cache if the remote output service is enabled. by Googler · 7 months ago
  94. 187b465 Use millisecond precision when setting the last modified time on Unix. by Googler · 7 months ago
  95. 6fae208 Add the ability to register idle tasks. by Googler · 7 months ago
  96. e9a18ce Use NOW_SENTINEL_TIME when refreshing the mtime on a disk cache entry. by Googler · 7 months ago
  97. cc6e286 Correct docs about allowed syntax of `exports_filter` by Thi Doan · 7 months ago
  98. 46341b1 Add `override_repo` and `inject_repo` by Fabian Meumertzheim · 7 months ago
  99. 9cfffdf Path map non-direct children of tree artifacts during header discovery by Fabian Meumertzheim · 7 months ago
  100. 836ab55 Make StarlarkMaterializingLateBoundDefault not is-a LateBoundDefault. by Googler · 7 months ago