aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/packages/RuleClass.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
* 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
* Rollback of commit 5a94e59f02833f9142bad9203acd72626b089535.Gravatar Janak Ramakrishnan2015-09-08
* Refactor Skylark Environment-sGravatar Francois-Rene Rideau2015-09-08
* Fix some warnings.Gravatar Ulf Adams2015-09-04
* Move global objects to RuntimeGravatar Francois-Rene Rideau2015-08-31
* Avoid repeated copies of RuleClass attributes.Gravatar Eric Fellheimer2015-08-28
* Verify values for selects in attributes with allowed values.Gravatar Michael Staib2015-08-28
* Implement the core structure for dynamic configurations.Gravatar Greg Estren2015-08-26
* Lock down the requirement of fragment declaration.Gravatar Ulf Adams2015-08-26
* Rollback of commit 0218320f1316b4d25e35abaaa80206237468824d.Gravatar Han-Wen Nienhuys2015-08-20
* Skylark rules can no longer overwrite built-in attributes.Gravatar Florian Weikert2015-08-20
* Skylark rules can now declare their required configuration fragmentsGravatar Florian Weikert2015-08-10
* Annotate every single rule with required configuration fragments.Gravatar Ulf Adams2015-08-10
* Refactor the missing fragment handling code to use a policy enum.Gravatar Ulf Adams2015-08-06
* Provide placeholder rule class for deserialized Skylark rulesGravatar Mark Schaller2015-07-10
* Rollback of commit 4dbd628dc1384e5dce8c036e2b6bf93dd974bf04.Gravatar Mark Schaller2015-07-08
* Provide placeholder rule class for deserialized Skylark rulesGravatar Mark Schaller2015-07-08
* Allow Skylark rules to be private.Gravatar Laurent Le Brun2015-07-07
* Allow repository rules to provide default bindings for external labels.Gravatar Lukacs Berki2015-06-18
* Remove compatible_with / restricted_to attributes from ruleGravatar Greg Estren2015-06-03
* Use an aspect to calculate the Android neverlink libraries.Gravatar Lukacs Berki2015-05-29
* Remove old Skylark Function hierarchyGravatar Francois-Rene Rideau2015-04-23
* Use BuiltinFunction for all builtinsGravatar Francois-Rene Rideau2015-04-22
* Remove Package.AbstractBuilder.Gravatar Han-Wen Nienhuys2015-04-22
* Further reduction of calls to AggregatingAttributeMapper.visitAttribute.Gravatar Greg Estren2015-04-16
* Configurable attributes: support embeddable selects. With thisGravatar Greg Estren2015-04-14
* Skylark: Expose output_to_genfiles rule attributeGravatar Laurent Le Brun2015-04-08
* Save ~13% execution time in []RuleClassProvider.create() by only formatting s...Gravatar Googler2015-03-13
* Some constraint enforcement tweaks:Gravatar Greg Estren2015-03-10
* Some cleanup changes.Gravatar Ulf Adams2015-03-05
* Introduce first class function signatures; make the parser use them.Gravatar Francois-Rene Rideau2015-02-19
* Cosmetic changes moved out of []Gravatar Francois-Rene Rideau2015-02-11
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25