aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe/ToplevelSkylarkAspectFunction.java
Commit message (Expand)AuthorAge
* Refactor root cause reporting in ConfiguredTargetFunctionGravatar ulfjack2018-05-29
* Adds hook to AspectFunction to allow for inlining SkylarkImportLookupFunction.Gravatar cpeyser2018-03-23
* Stop storing the base configuration in AspectKey. As with https://github.com/...Gravatar janakr2018-01-24
* Convert ActionLookupKey implementations to directly implement SkyKey, removin...Gravatar janakr2018-01-11
* If --batch, --keep_going, --discard_analysis_cache, and the new --noexperimen...Gravatar janakr2017-03-31
* Names of extra-action protos now take into account all aspect names.Gravatar Dmitry Lomov2016-12-16
* Allow labels in the '--aspects' parameter.Gravatar Dmitry Lomov2016-11-21
* Aspects-on-aspects implementation.Gravatar Dmitry Lomov2016-11-15
* Expose parameterized aspects to Skylark.Gravatar Googler2016-05-09
* Use two configurations for AspectKeys.Gravatar Michael Staib2016-03-01
* Fix: return an error from the analysis phase with keep_going in error cases.Gravatar Ulf Adams2016-01-27
* Share some error handling code between aspects and top-level aspects.Gravatar Ulf Adams2016-01-25
* Fix a couple of bugs related to error handling for top-level aspects.Gravatar Ulf Adams2016-01-20
* General cleanup for the configured target / aspect creation code.Gravatar Ulf Adams2016-01-19
* Support skylark aspects in serialization/deserialization.Gravatar Dmitry Lomov2015-11-30
* Use Labels, rather than PathFragments, to represent Skylark loads internally....Gravatar John Field2015-11-13
* Implement propagation along dependencies for Skylark aspects.Gravatar Dmitry Lomov2015-11-02