aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/BaseRuleClasses.java
Commit message (Expand)AuthorAge
* Add a toolchains= attribute to *_binary, *_test, cc_library and extra_action ...Gravatar lberki2017-07-14
* Factor out BuildConfigurationCollection.Transitions.getDynamicTransition.Gravatar gregce2017-07-07
* Remove special handling of name attribute. Fixes #278Gravatar Googler2017-02-14
* Add coverage support for java test.Gravatar Yue Gan2016-12-07
* Move constraint enforcement policy into attribute definitions.Gravatar Greg Estren2016-12-02
* Merge BazelBaseRuleClasses into BaseRuleClasses.Gravatar Ulf Adams2016-10-14
* Proper error messages when built-in rule attributes are overridden #1811Gravatar Vladimir Moskva2016-10-05
* Rollback of commit 3c0d64886d2f7f6b2015780f1628b1391c320d0f.Gravatar Carmi Grushko2016-10-04
* Proper error messages when built-in rule attributes are overridden #1811Gravatar Vladimir Moskva2016-10-04
* Make test "args" attribute configurable.Gravatar Greg Estren2016-08-19
* Refactor how coverage support files get to test actions.Gravatar Lukacs Berki2016-06-29
* Make compatible_with / restricted_to nonconfigurable.Gravatar Greg Estren2016-05-03
* Rename LateBoundLabel#getDefault(Rule, AttributeMap, T) to #resolve().Gravatar Lukacs Berki2016-04-19
* Add placeholder documentation for Bazel's constraint system -Gravatar Greg Estren2016-03-08
* Implement TODO from: https://github.com/bazelbuild/bazel/blo[]fbbd6a32b95ba74...Gravatar Greg Estren2016-02-11
* Make generator_function, generator_name nonconfigurable -Gravatar Greg Estren2016-02-09
* Replace getToolsRepository() with getToolsLabel(String labelValue) which prep...Gravatar Luis Fernando Pino Duque2016-02-09
* Replace occurrences of Constants.TOOLS_REPOSITORY in places where it can be r...Gravatar Luis Fernando Pino Duque2016-02-03
* Emit extra-actions for actions registered by Aspects.Gravatar Carmi Grushko2015-11-17
* Rules created by Skylark Macros now store the workspace-relative path of the ...Gravatar Florian Weikert2015-10-07
* Partially revert []: move the tools/defaults package back to the main reposit...Gravatar Lukacs Berki2015-10-07
* Add a Constants.TOOLS_PREFIX constant that will serve to redirect the Bazel t...Gravatar Lukacs Berki2015-10-05
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-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
* Separate build-specific types and types inherent to Skylark.Gravatar Lukacs Berki2015-09-21
* Removed attribute 'generator_location' from rules created by Skylark macros.Gravatar Florian Weikert2015-09-15
* Skip the constraints check for :run_under.Gravatar Ulf Adams2015-09-14
* Rules created by Skylark macros now have values for the attributes generator_...Gravatar Florian Weikert2015-08-26
* Support coverage in experimental_ios_test.Gravatar Peter Schmitt2015-07-29
* Define ":action_listener" attribute for Skylark rules.Gravatar Laurent Le Brun2015-07-13
* Implements an attribute 'features' that allows overriding package levelGravatar Manuel Klimek2015-04-30
* Replace @BlazeRule with a getMetadata() method. This lets us avoid Java Refle...Gravatar Googler2015-03-20
* Remove "obsolete" and "default_obsolete" from the BUILD language.Gravatar Greg Estren2015-03-18
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25