aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe
Commit message (Expand)AuthorAge
* Ensure that invalid target errors are properly reported inGravatar John Cater2017-08-10
* Move the Skylark rule infrastructure from lib.rules to lib.analysis.skylarkGravatar ulfjack2017-08-09
* Use Sets.new...WithExpectedSize to presize some collectionsGravatar michajlo2017-08-08
* Move RuleConfiguredTargetFactory to lib.analysisGravatar ulfjack2017-08-07
* Move AliasProvider to lib.analysisGravatar ulfjack2017-08-07
* Adding further error messages for cases where invalid labels are used with re...Gravatar John Cater2017-08-07
* Add a little more context to an error message for when a rule returns the wro...Gravatar Googler2017-08-07
* Micro-optimization for TransitiveBaseTraversalFunctionGravatar michajlo2017-08-07
* Aspects that apply to files cannot apply to source files.Gravatar dslomov2017-08-07
* Use RequiredProviders to validate rule prerequisites in RuleContext.Gravatar dslomov2017-08-03
* Refactor SkyframeExecutor to allow computing universal key through static methodGravatar Googler2017-08-03
* Provide toString() implementation for PrepareDepsOfPatternsValue#TargetPatter...Gravatar Googler2017-08-02
* Automated rollback of commit c32e1b1efcd703b3780de47fba62974123593d71.Gravatar dslomov2017-08-02
* Improve error message when requesting an invalid toolchain type from the cont...Gravatar John Cater2017-08-01
* Better names for declared providers-related classes.Gravatar dslomov2017-08-01
* Use RequiredProviders to validate rule prerequisites in RuleContext.Gravatar dslomov2017-07-31
* Remove MetadataHandler.isRegularFileGravatar ulfjack2017-07-28
* Fix bug where we incorrectly skip over subdirectories named 'external'. We're...Gravatar mschaller2017-07-27
* Add --toolchain_resolution_debug option to give more information aboutGravatar John Cater2017-07-26
* Remove --experimental_dynamic_configs=notrim_partial.Gravatar gregce2017-07-26
* SkyframeActionExecutor.checkOutputs: clarify commentGravatar ulfjack2017-07-26
* Generalize some of methods in TargetPattern, PrepareDepsOfPatternValue, and R...Gravatar nharmata2017-07-26
* Simplify ArtifactFunction: inline missingInputFileGravatar ulfjack2017-07-26
* Make SkyKey.argument a default methodGravatar ulfjack2017-07-25
* Add --internal_do_not_export_builtins, for testingGravatar brandjon2017-07-25
* Add hook to process SkyframeExecutor in tests. Also add sentinel exception to...Gravatar janakr2017-07-25
* BEP: Merge all failures into the Aborted eventGravatar Klaus Aehlig2017-07-24
* Skip tests that aren't CPU-compatible with the current build.Gravatar gregce2017-07-24
* Add ActionInputPrefetcher to ActionExecutionContextGravatar ulfjack2017-07-24
* Make error message in case top-level aspect is missing clearer.Gravatar Dmitry Lomov2017-07-24
* Make TestsInSuiteKey, TestSuiteExpansionKey implement SkyKeyGravatar ulfjack2017-07-24
* Use toolchain resolution in rule creation.Gravatar John Cater2017-07-21
* Improve logging on batch stat issues.Gravatar felly2017-07-21
* Add --toolchain_resolution_override to allow specifying the toolchain for a g...Gravatar John Cater2017-07-21
* Reduce to one SequencedSkyframeExecutor#create method. The others were minor ...Gravatar janakr2017-07-20
* Refactor TargetPatternPhaseFunctionGravatar ulfjack2017-07-19
* Remove TransitiveTargetValue.transitive{S,Uns}uccessfulPkgsGravatar ulfjack2017-07-19
* Make TargetPatternKey implement SkyKey instead of wrapping in LegacySkyKeyGravatar ulfjack2017-07-19
* Rework LoadingPhaseCompleteEvent & AnalysisPhaseCompleteEvent to account for ...Gravatar nharmata2017-07-19
* Clean up a few Skylark-Skyframe structuresGravatar brandjon2017-07-19
* Implement toolchain resolution via constraint checks.Gravatar John Cater2017-07-19
* Add --extra_toolchains flag to register additional toolchain labels.Gravatar John Cater2017-07-19
* Move ParsingFailureEvent reporting to TargetPatternFunctionGravatar ulfjack2017-07-18
* Make the @Option annotation depend on the java version of the tagging enums.Gravatar ccalvarin2017-07-18
* Remove ParseFailureListener in favor of posting to EventBus directlyGravatar ulfjack2017-07-18
* Aspects-on-aspects correctness fix.Gravatar dslomov2017-07-14
* If globbing throws an IOException, fail to construct the package instead of c...Gravatar janakr2017-07-14
* Add a SkyFunction to perform toolchain resolution.Gravatar John Cater2017-07-14
* Fix declared providers behaviorGravatar vladmos2017-07-14
* Add skyfunction to return all registered toolchain labels.Gravatar John Cater2017-07-13