aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/packages/RuleClass.java
Commit message (Expand)AuthorAge
* Move constraint enforcement policy into attribute definitions.Gravatar Greg Estren2016-12-02
* Add an actions provider for testing Skylark rules.Gravatar Jon Brandvein2016-09-30
* Use Object for what instead of StringGravatar Michajlo Matijkiw2016-09-21
* Roll forward of commit 19db71413329da3f5d22b5fc7681471f3d971d88 (Skylark: Rep...Gravatar Florian Weikert2016-09-06
* Rollback of commit 19db71413329da3f5d22b5fc7681471f3d971d88.Gravatar Tobias Werth2016-09-06
* Skylark: Replaced late bound attributes with computed default attributesGravatar Mark Schaller2016-09-02
* Allow ImplicitOutputsFunctions to be overriden on Rule creation.Gravatar Michajlo Matijkiw2016-08-10
* Delete unused RuleClass.createPlaceholderBuilderGravatar Michajlo Matijkiw2016-08-05
* Slim down RuleClass#createUncheckedGravatar Michajlo Matijkiw2016-07-26
* Expose versions of Package.Builder#addRule and RuleClass#createRule that don'...Gravatar Nathan Harmata2016-06-29
* Avoid the main use of String.format() during loading and analysis. This isGravatar Googler2016-06-21
* Better error message when combine //visibility:(public|private) with other fo...Gravatar Yue Gan2016-05-25
* Allow use of Exceptions to exit early out of configured-target creation, inst...Gravatar Chris Parsons2016-05-24
* Store the hash code of the Environment in the RuleClass object. When a RuleCl...Gravatar Janak Ramakrishnan2016-05-23
* Remove testing-only constructor for RuleClass from non-testing code.Gravatar Janak Ramakrishnan2016-05-19
* Expose parameterized aspects to Skylark.Gravatar Googler2016-05-09
* Make aspects work through bind(). Gravatar Lukacs Berki2016-04-22
* RELNOTES[INC]: Bazel warns if a cc rule's includes attribute points out of th...Gravatar Janak Ramakrishnan2016-04-14
* Roll-foward of commit 351475627b9e94e5afdf472cbf465f49c433a25e which was roll...Gravatar Nathan Harmata2016-04-14
* Rollback of commit 351475627b9e94e5afdf472cbf465f49c433a25e.Gravatar Florian Weikert2016-04-12
* Make non-empty attribute checks happen during analysis of the target in quest...Gravatar Nathan Harmata2016-04-07
* Don't keep packages in the default repository around after loading.Gravatar Brian Silverman2016-03-17
* Introduce SkylarkRepositoryModuleGravatar Damien Martin-Guillerez2016-02-17
* Make select() statements in remote repositories with selector labels pointing...Gravatar Lukacs Berki2016-01-25
* ConfigurationFragmentPolicy: assume Skylark names, allow merging.Gravatar Michael Staib2016-01-15
* Add a few other Label.resolveRepositoryRelative() calls to make select() stat...Gravatar Lukacs Berki2016-01-15
* For native rule classes, (de)serialize only explicit attrsGravatar Mark Schaller2016-01-14
* Make repository-local labels in visibility declarations actually be repositor...Gravatar Lukacs Berki2016-01-13
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Precompute non-configurable attributes at RuleClass levelGravatar Michajlo Matijkiw2015-12-09
* Fix skylark aspect issues.Gravatar Dmitry Lomov2015-12-08
* Provide the ability to declare host config fragments forGravatar Greg Estren2015-11-06
* Add isSkylark to RuleClassGravatar Michajlo Matijkiw2015-10-30
* Add preconditions check for attr existence in RuleClass#getAttributeByNameGravatar Michajlo Matijkiw2015-10-29
* Memory optimizations for Skylark.Gravatar Miguel Alcon Pinto2015-10-27
* Remove ast from RuleGravatar Michajlo Matijkiw2015-10-22
* Check invalid empty dict attributesGravatar Francois-Rene Rideau2015-10-21
* Unify Skylark and BUILD listsGravatar Francois-Rene Rideau2015-10-20
* Move the special rule creation method for deserialization to the only usage (...Gravatar Miguel Alcon Pinto2015-10-05
* Extract configuration fragment access logic into ConfigurationFragmentPolicy.Gravatar Michael Staib2015-09-30
* Make rules construction more flexible.Gravatar Miguel Alcon Pinto2015-09-28
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Skylark rules can no longer overwrite built-in attributes.Gravatar Florian Weikert2015-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
* Parse the label syntax "@//a:b" so that eventually we can make that the synta...Gravatar Lukacs Berki2015-09-15
* Prevented catching/wrapping of InterruptedExceptions, especially in BaseFunct...Gravatar Florian Weikert2015-09-14
* Refactor Skylark Environment-sGravatar Francois-Rene Rideau2015-09-11
* Skylark: configuration fragments for host configuration can now be accessed v...Gravatar Florian Weikert2015-09-08