- ba86658 `SymlinkAction` injects metadata from its input. by Googler · 5 months ago
- 49aa268 Bump the test size of BuiltinsInjectionTest and OutputsInvalidationIntegrationTest by Googler · 5 months ago
- e81e8d9 Refactor DiffAwareness to use IgnoredSubdirectories. by Googler · 5 months ago
- 5632043 Shard StarlarkBuiltinsFunctionTest. by Googler · 6 months ago
- a585662 Replace lang_proto_libraries with loads from protobuf by Googler · 6 months ago
- fd67506 Introduce `FilesetOutputTree`. by Googler · 6 months ago
- 676ba6e Implement execution node caching with `--experimental_remote_analysis_cache`. by Googler · 6 months ago
- cca9587 Enable incompatible_autoload_externally for Python by Googler · 6 months ago
- 6c31f69 Integrate SkyValueRetriever with SerializationCheckingGraph. by Googler · 7 months ago
- e429d47 Improve error and warning messages for Bzlmod by Googler · 7 months ago
- 5881c38 Flip --enable_workspace to false by Googler · 7 months ago
- c82cd79 Automated rollback of commit 82f029cc4b89696bcd6b3fcf226ea557d93ea8aa. by Googler · 7 months ago
- 41da8a4 Make `ConfigurationsForTargetsTest#ComputeDependenciesFunction#Key` an `ActionLookupKey`. by Googler · 7 months ago
- 82f029c No public description by Googler · 7 months ago
- 605dd21 Add codec + tests for configured target values to be deserialized as a "remote" value. by Googler · 7 months ago
- 12c7f69 Shard ConfigurationsForTargetsTest. by Googler · 8 months ago
- e49fab5 Automatic code cleanup. by Googler · 8 months ago
- 5f66ae8 Add experimental active_directories field to PROJECT.scl. by Googler · 8 months ago
- 201da64 Handle exclusions in PROJECT.scl owned code paths. by Googler · 8 months ago
- fe3b2fb Make `GlobsValue.Key#toString()` returns deterministic results when containing multiple `GlobRequest`s by Googler · 10 months ago
- 3e552cb Use a minimal `LocalOutputService` instead of `null`. by Googler · 10 months ago
- 380d35e Refactor `FlagSetFunction` to depend on a `ProjectValue` directly, instead of depending on its own `BzlLoadValue`. by Googler · 10 months ago
- 71fdd60 Increase test timeout for BzlLoadFunctionTest. by Googler · 10 months ago
- 493c523 No public description by Googler · 10 months ago
- 490e023 Remove ComposingTransition, all uses should be of ComposingTransitionFactory. by Googler · 10 months ago
- d32202b Break up some Java libraries to allow upcoming additional dependencies without introducing cycles. by Googler · 10 months ago
- fa9c648 Remove the TransitionFactories utility class. by Googler · 10 months ago
- 5239fe6 Split out serialization/testutils/RoundTripping from testutils/TestUtils. by Googler · 10 months ago
- 5cf60bd Implement `PackageFunctionWithSingleGlobsDep` so that `PackageFunction` relies on a single GLOBS node by Googler · 11 months ago
- 09d50f9 Add new flag `--incompatible_disable_native_repo_rules` by Xdng Yng · 11 months ago
- dbb9670 Break dependency from skyframe:bzl_load_value to packages:packages. by Googler · 11 months ago
- f29405c skyfocus: move callsite from `SkyfocusModule#onBuildToolFinalizingEvent` to `BuildTool#processRequest`, and remove `SkyfocusModule` as an EventBus listener. by Googler · 12 months ago
- 581e466 Update tests to allow loading of Python rules from outside Bazel by Richard Levasseur · 1 year ago
- f63cb00 skyfocus: clear action cache of actions from ActionLookupValues that were dropped by Skyfocus. by Googler · 1 year ago
- 7278be3 Delete RunfilesSupplier. by Googler · 1 year, 1 month ago
- fffa0af Add `rctx.watch_tree()` to watch a directory tree by Xdng Yng · 1 year, 1 month ago
- c7a8610 skyfocus: Move SkyframeFocuser from build.skyframe to build.lib.skyframe. by Googler · 1 year, 2 months ago
- 461360d Give `ActionRewindStrategy` the responsibility of calling `SkyframeActionExecutor#prepareForRewinding` and emitting `ActionRewoundEvent`. by Googler · 1 year, 2 months ago
- f9f2240 Make RunfilesArtifactValue accessible through InputMetadataProvider. by Googler · 1 year, 2 months ago
- 133c3ab Add a reference to the pertinent RunfilesTree to RunfilesArtifactValue. by Googler · 1 year, 2 months ago
- ffc8c15 Implement `GlobsFunction` and `GlobsProducer` by Googler · 1 year, 3 months ago
- 40271d7 Adds `GlobsValue` object which also wraps the `SkyKey` for the future `GlobsFunction` by Googler · 1 year, 3 months ago
- 5969629 Move `InvalidGlobPatternException` and `GlobException` into two separate Java files by Googler · 1 year, 3 months ago
- df1e1f6 Clean up the interface of `EvaluationProgressReceiver#evaluated`. by Googler · 1 year, 4 months ago
- b2cca31 Don't crash when loading a non-existent exec transition .bzl file. by Googler · 1 year, 4 months ago
- 208a728 Enable Starlark exec transition in code paths that weren't setting it. by Googler · 1 year, 4 months ago
- de9d1f5 Split out VisibleForSerialization from AutoCodec. by Googler · 1 year, 5 months ago
- 7e1aac6 Allow using a custom `ActionExecutionFunction`. by Googler · 1 year, 5 months ago
- ac741a3 Rename ActionMetadataHandler to ActionOutputMetadataStore and ActionInputMetadataStore to ActionInputMetadataProvider. by Googler · 1 year, 5 months ago
- 30d033c Flip --enable_bzlmod to true by Googler · 1 year, 5 months ago
- 7565756 Merge OutputStore and ActionMetadataHandler. by Googler · 1 year, 5 months ago
- ff4b1d5 Carve off the input metadata provider from ActionMetadataHandler. by Googler · 1 year, 5 months ago
- d51144c Turn on Bzlmod for all `BuildViewTestCase`s by Googler · 1 year, 6 months ago
- 9757df9 Move config-related skyfunctions and values to a new package. by Googler · 1 year, 6 months ago
- 32ece76 Move the construction of ActionOutputDirectoryHelper into CommandEnvironment. by Googler · 1 year, 7 months ago
- 72d5db1 New implementation of IncrementalArtifactConflictFinder. by Googler · 1 year, 7 months ago
- 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
- 2192a05 Fetching testparameterinjector and snakeyaml using rules_jvm_external by Yun Peng · 1 year, 8 months ago
- 61a2cbb Cleanup some code that is no longer used in production. by Googler · 1 year, 9 months ago
- 9575c7f Uses PrerequisiteProducer.evaluate to resolve Cquery transitions. by Googler · 1 year, 10 months ago
- 99b7313 Add skyframe test coverage for `IOException`s thrown by the `SyscallCache`. by Googler · 1 year, 10 months ago
- 0c656fa Move toolchain resolution skyframe classes to a new package. by Googler · 1 year, 10 months ago
- bbf78a2 Memoize computation of unloaded toolchain contexts and config conditions. by Googler · 1 year, 11 months ago
- b9bdcf8 Enable experimental_execution_graph_enable_edges_from_filewrite_actions by default by Googler · 2 years ago
- 5a4a340 Update documentation for cc_import deps attribute by Googler · 2 years ago
- 70c821a starlark: Reduce allocations for `find`/`indexof` without `end` by Fabian Meumertzheim · 2 years ago
- c024b8a Automated rollback of commit b2844771164fff2ad6cb2c265ff0da0bd0828906. by Googler · 2 years ago
- 99b672b Simplify cc_test rules by leveraging optional toolchains. by Googler · 2 years ago
- 0e6cc07 Collect `MemoryPressureStats`. by Googler · 2 years, 1 month ago
- 8a53b0e Make references to syscall caches less confusing. by Googler · 2 years, 4 months ago
- bb83594 Move NoMatchingPlatformException to ConfiguredTargetFunction. by Googler · 2 years, 4 months ago
- fa05a10 Implement alternate genquery scope collection by Googler · 2 years, 6 months ago
- fbfab66 Track empty directories with BAZEL_TRACK_SOURCE_DIRECTORIES by Fabian Meumertzheim · 2 years, 7 months ago
- c66196a Split some behavior from `AbstractSkyFunctionEnvironment` to `AbstractSkyFunctionEnvironmentForTesting`. by Googler · 2 years, 7 months ago
- 703c023 Add retries for builds using `--watchfs` to work around a race in processing of `inotify` events. by Googler · 2 years, 9 months ago
- 67d7e36 Remove the old style of successful target/aspect collection. by Googler · 2 years, 9 months ago
- 515382b Open source rewinding integration tests. by Googler · 2 years, 9 months ago
- cbf8159 Remove support for managed directories. by Googler · 2 years, 9 months ago
- 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
- e982f2a Remove PathCasingLookupFunction. by lberki · 3 years ago
- a229bed Improve action conflict checker's performance with Skymeld. by leba · 3 years ago
- d49b100 Add a test for handling of `InconsistentFilesystemException` from underlying packages in `PrepareDepsOfTargetsUnderDirectoryFunction`. by ajurkowski · 3 years ago
- 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
- 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
- e9c4107 Use ToolchainTypeRequirement in ExecGroup and ToolchainContextKey tests. by John Cater · 3 years, 1 month ago
- eb62ee9 Create a clear boundary between action conflict and other analysis error handling. by leba · 3 years, 1 month ago
- 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
- e6a44f8 ConfigurationsForTargetsTest should test the exec transition. by jcater · 3 years, 1 month ago
- 5480f5b Move the error parsing of Skyframe evaluations of both analysis & execution to one location. by leba · 3 years, 1 month ago
- bfe110f Move worker allocation to ResourceManager. by wilwell · 3 years, 2 months ago
- 30fed68 Open source `LocalDiffAwarenessTest.java`. by nharmata · 3 years, 2 months ago
- 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
- 74c97f2 Implement action conflict checking for --experimental_merged_skyframe_analysis_execution. by leba · 3 years, 2 months ago
- 123da96 Add `--experimental_check_external_repository_files` by Paul Tarjan · 3 years, 2 months ago
- c4cbe38 Disable implicitly collecting baseline coverage for toolchain targets. by ajurkowski · 3 years, 3 months ago
- 7dbabb4 Part 1 of the Implementation for new 'subpackages()` built-in helper function. by kkress · 3 years, 3 months ago
- d67dc88 Delete obsolete analysis.proto. by aiuto · 3 years, 3 months ago
- ac8dcc6 Open-source LocalDiffAwarenessIntegrationTest. by janakr · 3 years, 3 months ago
- 8e0ff85 Merge ActionSketch and VersionedActionSketch by Googler · 3 years, 3 months ago
- 16753d6 Delete top-down action caching prototype by Googler · 3 years, 3 months ago