aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe/ToplevelSkylarkAspectFunction.java
Commit message (Expand)AuthorAge
* 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