- 54f410c Change to a lower-noise reporting method. by emilyguo · 3 years ago
- 38722db Automated rollback of commit f2bee5658d2991ccd1674f2c8bec303db30f3371. by emilyguo · 3 years ago
- 815c78d Don't propagate interrupt in ConfiguredTargetFunction#computeDependencies if there is also an error: if we really are being interrupted, the interrupt will override any error in the Skyframe engine. If the interrupt was because we're in error bubbling, we need to throw the processed error to avoid a loading-phase error tunneling through to analysis-phase objects. by janakr · 3 years ago
- f2bee56 Automated rollback of commit a8ca83fc01e6312fe0e145e8d63fad8b84713e09. by michajlo · 3 years ago
- a8ca83f Replace `getValues` in `skyframe` directory with `getValuesAndExceptions/getOrderedValuesAndExceptions` to create less garbage and narrow the available interface of the returned result. by emilyguo · 3 years, 1 month ago
- b59498a Replace `getValuesOrThrow` with `getValuesAndExceptions` in `ConfiguredTargetFunction` to create less garbage. by emilyguo · 3 years, 1 month ago
- 2ee79b8 Bazel DocGen (3/3): Update links in code comments. by fwe · 3 years, 1 month ago
- 6484373 Update RuleClass to use ToolchainTypeRequirement. by John Cater · 3 years, 1 month ago
- 3dd3a1b Update ExecGroup to use ToolchainTypeRequirement by John Cater · 3 years, 2 months ago
- 0d511e8 Update ExecGroup to use a Builder interface. by John Cater · 3 years, 2 months ago
- 3cd5f84 Automatic code cleanup. by Googler · 3 years, 2 months ago
- 10fb5ee Give helpful information if the user encounters action conflicts from a single target. by Googler · 3 years, 3 months ago
- bcd11ae Use the new `SkyKeyComputeState` mechanism to avoid making superfluous heavy-hitter `env.getValue[s][OrThrow]` calls on subsequent `#compute` calls. by nharmata · 3 years, 3 months ago
- 85e4380 Use `SkyKeyComputeState` to address a major inefficiency in `ConfiguredTargetFunction` and `AspectFunction`. by nharmata · 3 years, 3 months ago
- 1661a9c Remove LabelLateBoundDefault.useHostConfiguration and associated hostConfigurations. by ilist · 3 years, 4 months ago
- 103ea9d Remove the concept of a "default" repo name and consolidate label parsing logic by wyv · 3 years, 4 months ago
- 0a93c1f Enrich the Skyframe exception handling API with methods that promote code reuse and request batching. by jhorvitz · 3 years, 4 months ago
- 1c3a245 Support select() on constraint_value for aliases. by Greg Estren · 3 years, 4 months ago
- a9d3cfb Remove FragmentClassSet from BuildConfigurationKey by twigg · 3 years, 5 months ago
- 33f7648 Remove the unnecessary `BuildConfigurationValue` wrapper around `BuildConfiguration`. by jhorvitz · 3 years, 5 months ago
- 7978f36 In CTF.K narrow ToolchainContextKey to execution platform Label. Update docs. by twigg · 3 years, 6 months ago
- 86409b7 Remove code related to trimming the host configuration. by jhorvitz · 3 years, 6 months ago
- b2dcba5 Remove TargetAndConfiguration.getConfiguredTargetKey. by jcater · 3 years, 7 months ago
- 545befb Allow --toolchain_resolution_debug to match specific targets, as well as specific toolchain types. by jcater · 3 years, 7 months ago
- ec4be00 Simplify ConfiguredValueCreationException by gregce · 3 years, 9 months ago
- c564977 Tidy ConfiguredTargetFunction exception handling. by gregce · 3 years, 9 months ago
- b3aacbb Migrate some uses of NestedSet#forEachElement to NestedSetVisitor by Yannic Bonenberger · 3 years, 9 months ago
- 645c42b Create a new ExecGroupCollection container to manage exec group inheritance and exec property parsing. by jcater · 3 years, 11 months ago
- 762b5d8 BuildViewForTesting should directly call into ConfiguredTargetFunction. by jcater · 4 years ago
- b5bfcc1 Add --experimental_oom_sensitive_skyfunctions_semaphore_size to configure the by leba · 4 years ago
- 8139503 Remove `defaultBuildOptions` from `PlatformMappingValue`. by jhorvitz · 4 years ago
- 6380c289 Use `FragmentClassSet` instead of `ImmutableSortedSet<Class<? extends Fragment>>`. by jhorvitz · 4 years ago
- e68a7d0 Remove the `--experimental_dynamic_configs` flag. by jhorvitz · 4 years ago
- 9ad5aed Remove `OptionsDiffForReconstruction` in favor of just using `BuildOptions`. by jhorvitz · 4 years ago
- e362fc9 Delete code associated with `--experimental_dynamic_configs=retroactive`. by jhorvitz · 4 years ago
- c902691 Refactor the ActionLookupValue/ConfiguredObjectValue hierarchy to reflect the reality that some configured targets will never have associated actions (all non-rule configured targets, including input/output files, aliases, and package groups). by janakr · 4 years ago
- 04ab8d0 Remove unused repoMapping data in ResolvedToolchainContext. by John Cater · 4 years ago
- 5593358 Update ConfiguredTargetFunction.computeUnloadedToolchainContexts to by John Cater · 4 years ago
- 876deaa Move ConfiguredTargetValue to the lib/analysis package, where it belongs. by janakr · 4 years, 2 months ago
- 79989f9 Roll forward config_setting visibility enforcement behind a flag. by gregce · 4 years, 2 months ago
- 36d228b Roll back https://github.com/bazelbuild/bazel/pull/12877. by gregce · 4 years, 2 months ago
- cac82cf Enforce visibility on select() keys by Greg Estren · 4 years, 2 months ago
- 63e0392 bazel packages: avoid EvalException for errors unrelated to Starlark by adonovan · 4 years, 3 months ago
- 66b6463 Allow native rule analysis implementations to see Starlark-defined builtins by brandjon · 4 years, 4 months ago
- 859c9ac Encode ViewCreation failures with FailureDetails by mschaller · 4 years, 6 months ago
- cede76b Enshrine that all ToolchainContexts in a toolchain collection have the same target platform so the toolchain collection should be able to directly access it. by juliexxia · 4 years, 6 months ago
- 1511dd2 Equip LabelCause with DetailedExitCode, relay detailed input failures in action execution by mschaller · 4 years, 7 months ago
- 450c7ad bazel: rename imports of lib.syntax to java.starlark.net by adonovan · 4 years, 7 months ago
- 12b06b2 Support constraint_value directly in select() by Greg Estren · 4 years, 7 months ago
- f82a44b Check for errors from config conditions before checking for missing by John Cater · 4 years, 8 months ago
- 3391e17 bazel syntax: simplify EvalException by adonovan · 4 years, 8 months ago
- 0aa5c5c Remove the warning for shared actions with tree artifact inputs. by ajurkowski · 4 years, 9 months ago
- 6415e5c Split toolchain dependencies based on the toolchain context. by jcater · 4 years, 9 months ago
- b442fca Add a warning when shared actions detection can be producing a false positive. by ajurkowski · 4 years, 9 months ago
- eefc91c The great Skylark -> Starlark migration: by gregce · 4 years, 10 months ago
- 81db8a5 Hoist up the useToolchainTransitionParameter to the caller. by jcater · 4 years, 10 months ago
- fae8904 use AutoValue for ExecGroup by juliexxia · 4 years, 10 months ago
- a048f0f Convert remaining native uses of patch() / split(). by gregce · 4 years, 10 months ago
- 04028ef When re-using a ToolchainContextKey, make sure to remove the actual by John Cater · 4 years, 10 months ago
- c7262a3 Rewrite the ConfigurationResolver for simplicity. by John Cater · 4 years, 10 months ago
- 7b8b814 Re-use the existing ConfiguredTargetKey instead of re-creating from by John Cater · 4 years, 10 months ago
- f70067f ConfiguredTargetFunction should use the given ToolchainContextKey, if available. by jcater · 4 years, 10 months ago
- 7f4befa Add tests specifically for ConfiguredTargetFunction.computeUnloadedToolchainContexts. by jcater · 4 years, 10 months ago
- 5037537 Convert ToolchainCollection to use AutoValue. by jcater · 4 years, 10 months ago
- 0ea96d8 Call Dependency.getConfiguredTargetKey instead of calling the Builder directly to get a ConfiguredTargetKey. by jcater · 4 years, 10 months ago
- 83221e3 Update users of ConfiguredTargetKey to use the Builder. by jcater · 4 years, 10 months ago
- 5fa85c8 Add getConfiguredTarget method to Dependency. by John Cater · 4 years, 10 months ago
- 696e302 Add Builder class for Dependency. by John Cater · 4 years, 11 months ago
- 2a54659 Split ConfigurationTransitionDependency into a new class by John Cater · 4 years, 11 months ago
- 6fe70c2 Parse exec properties attribute into exec group properties for RuleContexts. by juliexxia · 4 years, 11 months ago
- 0bbb20e Remove an unused parameter from ConfigurationResolver#resolveConfigurations. by Googler · 5 years ago
- 6083711 Rename UnloadedToolchainContextKey to ToolchainContextKey. by John Cater · 5 years ago
- 74ae9b4 Move DependencyKind subclasses into DependencyKind. by John Cater · 5 years ago
- 412e03c Automated rollback of commit 9a00c789ea46dcb8c73e513ad1ba234a8417fff3. by adgar · 5 years ago
- 9a00c78 Automated rollback of commit 20b0befdcf4d5f064a8e328c1766e8ca434a8bb1. by janakr · 5 years ago
- 1e6bbb9 AnalysisRootCauseEvent produced when no configuration match found. by adgar · 5 years ago
- 3cc6cc3 Precomputes and stores split transition results for null configuration dependencies in ConfigurationResolver#resolveConfigurations so that RuleContext#getSplitPrerequisiteConfiguredTargetAndTargets does not need to execute split transitions in any cases. by Googler · 5 years ago
- 20b0bef Analysis failure root cause reported for deps on missing package. by adgar · 5 years ago
- 2050fad Extract AspectCreationException to its own class. by jcater · 5 years ago
- 5fa42ae Split Key and implementation from UnloadedToolchainContext. by jcater · 5 years ago
- 41a3cb0 Remove ConfiguredTargetValue.key. by jcater · 5 years ago
- dad2dd3 Split DependencyKind and InconsistentAspectOrderException into their own classes. by jcater · 5 years ago
- ad752cc Skylark -> Starlark comment and doc updates by gregce · 5 years ago
- e7e1c26 Check non-default UnloadedToolchainContexts for errors in ConfiguredTargetFunction by juliexxia · 5 years ago
- b5f9d74 Resolve toolchains and thread through to RuleContext by juliexxia · 5 years ago
- 71a80dc Create UnloadedToolchainContexts for exec groups and make exec_group-related toolchains a dependency of their targets. Use a new helper class ToolchainCollection to handle the default/unnamed execution group. by juliexxia · 5 years ago
- 6718191 Extract DependencyEvaluationException to its own file. by jcater · 5 years ago
- 2f3c5bd Extract the widely-used ConfiguredValueCreationException to its own file. by jcater · 5 years ago
- a8ee68a Create a new marker interface for sane analysis exceptions. by jcater · 5 years ago
- 7b04b49 Move static function only used in ConfiguredTargetFunction into ConfiguredTargetFunction. by jcater · 5 years ago
- 84ca556 Move DuplicateException to its own class. by jcater · 5 years ago
- 3ca2468 Remove superfluous BuildEventId Java class. The protobuf is just as good, and it reduces complexity to not have these wrapper classes floating around. by janakr · 5 years ago
- f0a40ac Make StarlarkDefinedConfigTransition immutable. by gregce · 5 years ago
- 46b285a Plumbs transition key data through to ConfiguredTargetAndData and makes getSplitPrerequisiteConfiguredTargetAndTargets use transition keys instead of reading CPU information from BuildOptions. by Googler · 5 years ago
- 043acd9 Remove misleading "; build aborted" suffix from failures of a single target. In a keep-going build, the build will not be aborted. At least one of these dates from unknown commit! by janakr · 5 years ago
- ce6ad29 Remove dep fingerprinting, part 2 of 2. by Googler · 5 years ago
- 6c3908c Explicit iteration over NestedSet with toList() by ulfjack · 5 years ago
- 04be3f8 Remove the ExecutionPlatformConstraintsAllowed enum entirely. by John Cater · 5 years ago
- 61d9994 Set execution constraints by target. by schmitt · 5 years ago
- 3740768 Avoid all configured targets depending on all build infos by ulfjack · 6 years ago