aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/RuleContext.java
Commit message (Expand)AuthorAge
...
* Rollback of commit 351475627b9e94e5afdf472cbf465f49c433a25e.Gravatar Florian Weikert2016-04-12
* Expose method on ruleContext for retrieving TransitiveInfoProviders by config...Gravatar Chris Parsons2016-04-08
* Clean the API of ProtoCompileAction, in preparation for making the proto-comp...Gravatar Carmi Grushko2016-04-07
* Make non-empty attribute checks happen during analysis of the target in quest...Gravatar Nathan Harmata2016-04-07
* Add comments to analysis-phase objects so future developers won't accidentall...Gravatar Janak Ramakrishnan2016-03-23
* Make ActionOwner a final class, since all non-test implementations were basic...Gravatar Janak Ramakrishnan2016-03-21
* Fixed indentation problem: 8 spaces -> 4 spacesGravatar Yun Peng2016-03-21
* Python provider is now available in SkylarkGravatar Yun Peng2016-03-03
* Changed mandatoryProviders to mandatoryProvidersListGravatar Yun Peng2016-02-22
* Introduce TreeArtifact and associated code to work with it. No functionality ...Gravatar Michael Thvedt2016-02-09
* Support $(location) expansion in java_binary.jvm_flagsGravatar Liam Miller-Cushon2016-02-03
* Enforce aspect configuration fragment specification when present.Gravatar Michael Staib2016-01-21
* ConfigurationFragmentPolicy: assume Skylark names, allow merging.Gravatar Michael Staib2016-01-15
* Make package names in the package_group.packages attribute refer to the repos...Gravatar Lukacs Berki2016-01-13
* Implement aspect attributes and expose them to aspect implementation function.Gravatar Dmitry Lomov2015-12-16
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Fix android_library resources handlingGravatar Googler2015-12-07
* Add the concept of a "universal" configuration fragment, which allGravatar Greg Estren2015-11-16
* Skylark: Updated the locations of more error messages.Gravatar Florian Weikert2015-11-05
* When creating RuleContext, explicitly pass the set of attributes an attached ...Gravatar Carmi Grushko2015-11-02
* Bugfix: Host fragments could not be accessed properly through Skylark.Gravatar Florian Weikert2015-10-28
* Extract configuration fragment access logic into ConfigurationFragmentPolicy.Gravatar Michael Staib2015-09-30
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Improved error reporting in RuleContext:Gravatar Florian Weikert2015-09-25
* Change Attribute.skipConstraintsCheck() (and similar methods)Gravatar Greg Estren2015-09-25
* 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