aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/analysis/util/TestAspects.java
Commit message (Expand)AuthorAge
* Remove a dependency on dart_library rule from ConfiguredTargetTransitivePacka...Gravatar Dmitry Lomov2016-05-03
* Delete the interface NativeAspectFactory and make native aspects extend from ...Gravatar Luis Fernando Pino Duque2016-04-27
* Rename LateBoundLabel#getDefault(Rule, AttributeMap, T) to #resolve().Gravatar Lukacs Berki2016-04-19
* Implement TODO from: https://github.com/bazelbuild/bazel/blo[]fbbd6a32b95ba74...Gravatar Greg Estren2016-02-11
* Rewrite SkylarkAspectsTest to inherit AnalysisTestCase.Gravatar Ulf Adams2016-01-19
* Emit extra-actions for actions registered by Aspects.Gravatar Carmi Grushko2015-11-17
* Aspect terminology update.Gravatar Dmitry Lomov2015-11-10
* When creating RuleContext, explicitly pass the set of attributes an attached ...Gravatar Carmi Grushko2015-11-02
* Parametrize aspect definition with AspectParameters.Gravatar Dmitry Lomov2015-11-02
* Implement propagation along dependencies for Skylark aspects.Gravatar Dmitry Lomov2015-11-02
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Move Label from the lib.syntax to the lib.cmdline package so that:Gravatar Lukacs Berki2015-09-21
* Separate build-specific types and types inherent to Skylark.Gravatar Lukacs Berki2015-09-21
* Fix a bug, when we have dependency from one aspect to another aspect1->aspect...Gravatar Marian Lobur2015-09-14
* Fix broken tests.Gravatar Marian Lobur2015-09-02
* Aspects can get information from their base rule.Gravatar Marian Lobur2015-09-02
* A prototype implementation of top-level aspects.Gravatar Dmitry Lomov2015-08-20
* We are trying to merge same copies of the aspect, when target is declared in ...Gravatar Marian Lobur2015-05-15
* Open source the aspects-related tests.Gravatar Ulf Adams2015-04-24