aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/packages/RuleClass.java
Commit message (Expand)AuthorAge
* Automated rollback of commit 964f0a5d83fe7958236c9eb0be619f553d488748.Gravatar cpeyser2017-09-01
* Bazel c++ rules depend on a c++ toolchain.Gravatar cpeyser2017-09-01
* Automated rollback of commit 9d5bce66280094c0531ddfde2752e596d0d78c79.Gravatar plf2017-08-30
* Add a new toolchain type for c++. In order to do this, PlatformConfiguration...Gravatar cpeyser2017-08-29
* Automated rollback of commit 363413110f3a63a11d900864be1852adbaed2899.Gravatar cpeyser2017-08-29
* Add a new toolchain type for c++. In order to do this, PlatformConfiguration...Gravatar cpeyser2017-08-28
* Remove RuleClass.Configurator and obsolete LIPO_ON_DEMAND uses.Gravatar gregce2017-08-18
* Clean up Label validation, and introduce a factory method for constructing a ...Gravatar nharmata2017-08-08
* Slight refactor to AttributeValuesMap to permit multiple different efficient ...Gravatar nharmata2017-08-08
* Required toolchains set on rule classes are inherited.Gravatar cpeyser2017-08-07
* Fix confusing semantics for Attribute.Builder.allowedRuleClasses.Gravatar gregce2017-07-28
* Define an outgoing rule transition interface.Gravatar gregce2017-07-27
* Remove the ToolchainConstructor class and change uses to be either aGravatar John Cater2017-07-06
* Automated g4 rollforward of commit b71e99b1f3746103e5d6802eebc24096b3494959.Gravatar gregce2017-06-05
* Add toolchains data to RuleClass and RuleContext.Gravatar John Cater2017-05-19
* Automated g4 rollback of commit b71e99b1f3746103e5d6802eebc24096b3494959.Gravatar mstaib2017-05-17
* Implement dynamically configured LIPO builds.Gravatar gregce2017-05-04
* Add static methods to return target kinds for built-in targetsGravatar Googler2017-05-03
* Generalize ConfigSetting's special options handling.Gravatar mstaib2017-04-05
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Add isConfigMatcher property to rule classes.Gravatar mstaib2017-04-03
* Enable rules to transition based on their Rule objects.Gravatar Michael Staib2017-03-21
* Global cleanup change.Gravatar Googler2017-03-14
* Make RuleClass non-final for testing.Gravatar Janak Ramakrishnan2017-02-16
* Remove special handling of name attribute. Fixes #278Gravatar Googler2017-02-14
* Allows a rule class to specify a configuration transtion that will apply to allGravatar Cal Peyser2017-01-12
* Extract a set of advertised providers into a separate class.Gravatar Dmitry Lomov2017-01-10
* 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