aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/RuleContext.java
Commit message (Expand)AuthorAge
...
* Move Label from the lib.syntax to the lib.cmdline package so that:Gravatar Lukacs Berki2015-09-21
* Make sure disabled FDO features are filtered out.Gravatar Googler2015-09-21
* Separate build-specific types and types inherent to Skylark.Gravatar Lukacs Berki2015-09-21
* Prevented catching/wrapping of InterruptedExceptions, especially in BaseFunct...Gravatar Florian Weikert2015-09-14
* Avoid checking visibility and other constraints for the lipo dependency.Gravatar Ulf Adams2015-09-08
* Improved error message when accessing undeclared configuration fragments.Gravatar Florian Weikert2015-09-08
* Skylark: configuration fragments for host configuration can now be accessed v...Gravatar Florian Weikert2015-09-08
* Fix some warnings.Gravatar Ulf Adams2015-09-04
* Replace AnalysisEnvironment.getDerivedArtifact() calls with RuleContext.getSh...Gravatar Lukacs Berki2015-08-20
* Skylark: In addition to using ctx.configuration.fragment(CONF), the build con...Gravatar Florian Weikert2015-08-06
* Add more configuration fragment annotations, and a runtime check.Gravatar Ulf Adams2015-08-04
* Minor cosmetic changes.Gravatar Lukacs Berki2015-08-04
* Remove an unused method from RuleContext.Gravatar Ulf Adams2015-07-29
* Check that most output artifacts are under a directory determined by the repo...Gravatar Lukacs Berki2015-07-29
* Skylark: Implemented ctx.expand_location() which expands the location(s) of t...Gravatar Florian Weikert2015-07-10
* Eliminate BuildConfiguration.getShortName().Gravatar Lukacs Berki2015-06-29
* Remove BuildConfiguration.cacheKey() and replace .shortCacheKey() with a .che...Gravatar Lukacs Berki2015-06-29
* Make split configuration transitions work with Bazel.Gravatar Lukacs Berki2015-06-29
* Refactor HOST configuration transitions to be dynamic-configuration friendly.Gravatar Greg Estren2015-06-29
* Implements an attribute 'features' that allows overriding package levelGravatar Manuel Klimek2015-04-30
* Redirect the getBuildInfo method calls through RuleContext.Gravatar Ulf Adams2015-04-23
* Simplify Attribute builder now that all rules specify allowed file types.Gravatar Ulf Adams2015-03-13
* RELNOTES[NEW]: The "args" attribute of *_binary and *_test rules now support ...Gravatar Damien Martin-Guillerez2015-03-06
* Some cleanup changes.Gravatar Ulf Adams2015-03-05
* Make Rule know about the name of the workspace it is in.Gravatar Kristina Chodorow2015-03-05
* Description redacted.Gravatar Marian Lobur2015-03-04
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25