1. ba86658 `SymlinkAction` injects metadata from its input. by Googler · 5 months ago
  2. 49aa268 Bump the test size of BuiltinsInjectionTest and OutputsInvalidationIntegrationTest by Googler · 5 months ago
  3. e81e8d9 Refactor DiffAwareness to use IgnoredSubdirectories. by Googler · 5 months ago
  4. 5632043 Shard StarlarkBuiltinsFunctionTest. by Googler · 6 months ago
  5. a585662 Replace lang_proto_libraries with loads from protobuf by Googler · 6 months ago
  6. fd67506 Introduce `FilesetOutputTree`. by Googler · 6 months ago
  7. 676ba6e Implement execution node caching with `--experimental_remote_analysis_cache`. by Googler · 6 months ago
  8. cca9587 Enable incompatible_autoload_externally for Python by Googler · 6 months ago
  9. 6c31f69 Integrate SkyValueRetriever with SerializationCheckingGraph. by Googler · 7 months ago
  10. e429d47 Improve error and warning messages for Bzlmod by Googler · 7 months ago
  11. 5881c38 Flip --enable_workspace to false by Googler · 7 months ago
  12. c82cd79 Automated rollback of commit 82f029cc4b89696bcd6b3fcf226ea557d93ea8aa. by Googler · 7 months ago
  13. 41da8a4 Make `ConfigurationsForTargetsTest#ComputeDependenciesFunction#Key` an `ActionLookupKey`. by Googler · 7 months ago
  14. 82f029c No public description by Googler · 7 months ago
  15. 605dd21 Add codec + tests for configured target values to be deserialized as a "remote" value. by Googler · 7 months ago
  16. 12c7f69 Shard ConfigurationsForTargetsTest. by Googler · 8 months ago
  17. e49fab5 Automatic code cleanup. by Googler · 8 months ago
  18. 5f66ae8 Add experimental active_directories field to PROJECT.scl. by Googler · 8 months ago
  19. 201da64 Handle exclusions in PROJECT.scl owned code paths. by Googler · 8 months ago
  20. fe3b2fb Make `GlobsValue.Key#toString()` returns deterministic results when containing multiple `GlobRequest`s by Googler · 10 months ago
  21. 3e552cb Use a minimal `LocalOutputService` instead of `null`. by Googler · 10 months ago
  22. 380d35e Refactor `FlagSetFunction` to depend on a `ProjectValue` directly, instead of depending on its own `BzlLoadValue`. by Googler · 10 months ago
  23. 71fdd60 Increase test timeout for BzlLoadFunctionTest. by Googler · 10 months ago
  24. 493c523 No public description by Googler · 10 months ago
  25. 490e023 Remove ComposingTransition, all uses should be of ComposingTransitionFactory. by Googler · 10 months ago
  26. d32202b Break up some Java libraries to allow upcoming additional dependencies without introducing cycles. by Googler · 10 months ago
  27. fa9c648 Remove the TransitionFactories utility class. by Googler · 10 months ago
  28. 5239fe6 Split out serialization/testutils/RoundTripping from testutils/TestUtils. by Googler · 10 months ago
  29. 5cf60bd Implement `PackageFunctionWithSingleGlobsDep` so that `PackageFunction` relies on a single GLOBS node by Googler · 11 months ago
  30. 09d50f9 Add new flag `--incompatible_disable_native_repo_rules` by Xdng Yng · 11 months ago
  31. dbb9670 Break dependency from skyframe:bzl_load_value to packages:packages. by Googler · 11 months ago
  32. f29405c skyfocus: move callsite from `SkyfocusModule#onBuildToolFinalizingEvent` to `BuildTool#processRequest`, and remove `SkyfocusModule` as an EventBus listener. by Googler · 12 months ago
  33. 581e466 Update tests to allow loading of Python rules from outside Bazel by Richard Levasseur · 1 year ago
  34. f63cb00 skyfocus: clear action cache of actions from ActionLookupValues that were dropped by Skyfocus. by Googler · 1 year ago
  35. 7278be3 Delete RunfilesSupplier. by Googler · 1 year, 1 month ago
  36. fffa0af Add `rctx.watch_tree()` to watch a directory tree by Xdng Yng · 1 year, 1 month ago
  37. c7a8610 skyfocus: Move SkyframeFocuser from build.skyframe to build.lib.skyframe. by Googler · 1 year, 2 months ago
  38. 461360d Give `ActionRewindStrategy` the responsibility of calling `SkyframeActionExecutor#prepareForRewinding` and emitting `ActionRewoundEvent`. by Googler · 1 year, 2 months ago
  39. f9f2240 Make RunfilesArtifactValue accessible through InputMetadataProvider. by Googler · 1 year, 2 months ago
  40. 133c3ab Add a reference to the pertinent RunfilesTree to RunfilesArtifactValue. by Googler · 1 year, 2 months ago
  41. ffc8c15 Implement `GlobsFunction` and `GlobsProducer` by Googler · 1 year, 3 months ago
  42. 40271d7 Adds `GlobsValue` object which also wraps the `SkyKey` for the future `GlobsFunction` by Googler · 1 year, 3 months ago
  43. 5969629 Move `InvalidGlobPatternException` and `GlobException` into two separate Java files by Googler · 1 year, 3 months ago
  44. df1e1f6 Clean up the interface of `EvaluationProgressReceiver#evaluated`. by Googler · 1 year, 4 months ago
  45. b2cca31 Don't crash when loading a non-existent exec transition .bzl file. by Googler · 1 year, 4 months ago
  46. 208a728 Enable Starlark exec transition in code paths that weren't setting it. by Googler · 1 year, 4 months ago
  47. de9d1f5 Split out VisibleForSerialization from AutoCodec. by Googler · 1 year, 5 months ago
  48. 7e1aac6 Allow using a custom `ActionExecutionFunction`. by Googler · 1 year, 5 months ago
  49. ac741a3 Rename ActionMetadataHandler to ActionOutputMetadataStore and ActionInputMetadataStore to ActionInputMetadataProvider. by Googler · 1 year, 5 months ago
  50. 30d033c Flip --enable_bzlmod to true by Googler · 1 year, 5 months ago
  51. 7565756 Merge OutputStore and ActionMetadataHandler. by Googler · 1 year, 5 months ago
  52. ff4b1d5 Carve off the input metadata provider from ActionMetadataHandler. by Googler · 1 year, 5 months ago
  53. d51144c Turn on Bzlmod for all `BuildViewTestCase`s by Googler · 1 year, 6 months ago
  54. 9757df9 Move config-related skyfunctions and values to a new package. by Googler · 1 year, 6 months ago
  55. 32ece76 Move the construction of ActionOutputDirectoryHelper into CommandEnvironment. by Googler · 1 year, 7 months ago
  56. 72d5db1 New implementation of IncrementalArtifactConflictFinder. by Googler · 1 year, 7 months ago
  57. cbddf60 Stop injecting metadata for non-symlink outputs materialized as a symlink (to a preexisting remote artifact) in RemoteActionFileSystem. by Googler · 1 year, 7 months ago
  58. 2192a05 Fetching testparameterinjector and snakeyaml using rules_jvm_external by Yun Peng · 1 year, 8 months ago
  59. 61a2cbb Cleanup some code that is no longer used in production. by Googler · 1 year, 9 months ago
  60. 9575c7f Uses PrerequisiteProducer.evaluate to resolve Cquery transitions. by Googler · 1 year, 10 months ago
  61. 99b7313 Add skyframe test coverage for `IOException`s thrown by the `SyscallCache`. by Googler · 1 year, 10 months ago
  62. 0c656fa Move toolchain resolution skyframe classes to a new package. by Googler · 1 year, 10 months ago
  63. bbf78a2 Memoize computation of unloaded toolchain contexts and config conditions. by Googler · 1 year, 11 months ago
  64. b9bdcf8 Enable experimental_execution_graph_enable_edges_from_filewrite_actions by default by Googler · 2 years ago
  65. 5a4a340 Update documentation for cc_import deps attribute by Googler · 2 years ago
  66. 70c821a starlark: Reduce allocations for `find`/`indexof` without `end` by Fabian Meumertzheim · 2 years ago
  67. c024b8a Automated rollback of commit b2844771164fff2ad6cb2c265ff0da0bd0828906. by Googler · 2 years ago
  68. 99b672b Simplify cc_test rules by leveraging optional toolchains. by Googler · 2 years ago
  69. 0e6cc07 Collect `MemoryPressureStats`. by Googler · 2 years, 1 month ago
  70. 8a53b0e Make references to syscall caches less confusing. by Googler · 2 years, 4 months ago
  71. bb83594 Move NoMatchingPlatformException to ConfiguredTargetFunction. by Googler · 2 years, 4 months ago
  72. fa05a10 Implement alternate genquery scope collection by Googler · 2 years, 6 months ago
  73. fbfab66 Track empty directories with BAZEL_TRACK_SOURCE_DIRECTORIES by Fabian Meumertzheim · 2 years, 7 months ago
  74. c66196a Split some behavior from `AbstractSkyFunctionEnvironment` to `AbstractSkyFunctionEnvironmentForTesting`. by Googler · 2 years, 7 months ago
  75. 703c023 Add retries for builds using `--watchfs` to work around a race in processing of `inotify` events. by Googler · 2 years, 9 months ago
  76. 67d7e36 Remove the old style of successful target/aspect collection. by Googler · 2 years, 9 months ago
  77. 515382b Open source rewinding integration tests. by Googler · 2 years, 9 months ago
  78. cbf8159 Remove support for managed directories. by Googler · 2 years, 9 months ago
  79. fc66ead Remove options class parameters from `SkyframeExecutor` sync methods - an `OptionsProvider` is already passed in, and it's confusing that some tests have conflicting options in the raw parameter vs the provider. by jhorvitz · 3 years ago
  80. e982f2a Remove PathCasingLookupFunction. by lberki · 3 years ago
  81. a229bed Improve action conflict checker's performance with Skymeld. by leba · 3 years ago
  82. d49b100 Add a test for handling of `InconsistentFilesystemException` from underlying packages in `PrepareDepsOfTargetsUnderDirectoryFunction`. by ajurkowski · 3 years ago
  83. f14dd12 Don't use the SyscallCache for external repository/managed directory/output files in FilesystemValueChecker: such files may be updated later in the build, so caching them is unsafe. by janakr · 3 years ago
  84. 873bf0a Change FileSystemValueChecker to use a SyscallCache when computing new values. This cache is not expected to help too much, since the new value is injected into Skyframe, but for stat operations that need to repeated by non-Skyframe globbing, this benefits caching a bit. by janakr · 3 years, 1 month ago
  85. e9c4107 Use ToolchainTypeRequirement in ExecGroup and ToolchainContextKey tests. by John Cater · 3 years, 1 month ago
  86. eb62ee9 Create a clear boundary between action conflict and other analysis error handling. by leba · 3 years, 1 month ago
  87. a01210f Abort query evaluation early in no-keep-going mode if preloading the transitive closure of a set of target fails *and* the transitive closure needed was unbounded. by janakr · 3 years, 1 month ago
  88. e6a44f8 ConfigurationsForTargetsTest should test the exec transition. by jcater · 3 years, 1 month ago
  89. 5480f5b Move the error parsing of Skyframe evaluations of both analysis & execution to one location. by leba · 3 years, 1 month ago
  90. bfe110f Move worker allocation to ResourceManager. by wilwell · 3 years, 2 months ago
  91. 30fed68 Open source `LocalDiffAwarenessTest.java`. by nharmata · 3 years, 2 months ago
  92. fc1d79c Clean up FilesystemCalls: rename to SyscallCache, move to a top-level class, and get rid of AtomicReference wherever possible. Use a SyscallCache for any command-scoped classes, and Supplier<SyscallCache> for others. This change should have no runtime-observable effects (all underlying caches are the same). by janakr · 3 years, 2 months ago
  93. 74c97f2 Implement action conflict checking for --experimental_merged_skyframe_analysis_execution. by leba · 3 years, 2 months ago
  94. 123da96 Add `--experimental_check_external_repository_files` by Paul Tarjan · 3 years, 2 months ago
  95. c4cbe38 Disable implicitly collecting baseline coverage for toolchain targets. by ajurkowski · 3 years, 3 months ago
  96. 7dbabb4 Part 1 of the Implementation for new 'subpackages()` built-in helper function. by kkress · 3 years, 3 months ago
  97. d67dc88 Delete obsolete analysis.proto. by aiuto · 3 years, 3 months ago
  98. ac8dcc6 Open-source LocalDiffAwarenessIntegrationTest. by janakr · 3 years, 3 months ago
  99. 8e0ff85 Merge ActionSketch and VersionedActionSketch by Googler · 3 years, 3 months ago
  100. 16753d6 Delete top-down action caching prototype by Googler · 3 years, 3 months ago