aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/BaseRuleClasses.java
Commit message (Expand)AuthorAge
* test-wrapper: add empty impl + Bazel flagGravatar Laszlo Csomor2018-08-14
* Add a flag to split test.xml generation into a separate SpawnGravatar ulfjack2018-07-27
* Create Bazel coverage report action.Gravatar elenairina2018-07-06
* Make variable providers coming from the toolchains attribute shouldn't beGravatar jcater2018-06-19
* Remove LIPO supportGravatar hlopko2018-06-15
* Enable per-target execution for genrule, sh_*, and *_test.Gravatar jcater2018-06-13
* Add LabelLateBoundDefault to :coverage_report_generator attributeGravatar dbabkin2018-06-07
* Add LabelLateBoundDefault to :coverage_support attributeGravatar dbabkin2018-06-07
* Automated rollback of commit 1b041c86147098451bffc94d2602aea26ee16e06.Gravatar juliexxia2018-06-05
* Automated rollback of commit 52c4d05d1bfd54ea901e9926be7b262dd45e34de.Gravatar dbabkin2018-06-05
* Add LabelLateBoundDefault to :coverage_report_generator attributeGravatar dbabkin2018-06-05
* Add LabelLateBoundDefault to :coverage_support attributeGravatar dbabkin2018-06-05
* Enable manual trimming of config_feature_flags.Gravatar mstaib2018-05-16
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-01
* Make a bunch more stuff serializable, especially anonymous classes and lambda...Gravatar janakr2018-03-26
* Remove hard-wired basenames for the test setup and the coverage collection sc...Gravatar lberki2018-02-09
* Stop allowing generic LateBoundDefault value types. Such types are always eit...Gravatar janakr2018-02-02
* Add alternative interface for LIPO data transitions, opt in native rules.Gravatar gregce2018-01-29
* Remove ConfigurationTransitionProxy.NONE and BaseRuleClasses.DYNAMIC_TRANSITI...Gravatar gregce2018-01-18
* Remove ConfigurationTransitionProxy.NULLGravatar gregce2018-01-16
* Move PatchTransition and kin to analysis.config.transitions.Gravatar gregce2018-01-04
* Replace Attribute.ConfigurationTransition with config.transitions.Configurati...Gravatar gregce2017-12-28
* Replace Attribute.Transition with config.transitions.Transition.Gravatar gregce2017-12-22
* Remove ConfigurationTransition.HOST.Gravatar gregce2017-12-21
* Change cfg(HOST) to cfg(HostTransition.INSTANCE).Gravatar gregce2017-12-21
* Add platform_common.MakeVariableInfo so that Skylark code has access to the M...Gravatar lberki2017-10-27
* LateBoundDefault: enforce access to a single fragment (or none).Gravatar mstaib2017-09-19
* Add a new toolchain type for c++. In order to do this, PlatformConfiguration...Gravatar cpeyser2017-09-08
* Automated rollback of commit 2b983bdf508e010a3d4ee9dbaf446b7666749799.Gravatar cpeyser2017-09-01
* Rollforward of c++ toolchain-relevant BUILD file and Bazel mocking changes. ...Gravatar cpeyser2017-08-31
* 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
* Rename some of native declared providers according to the new naming scheme.Gravatar dslomov2017-08-21
* Move core test classes to lib.analysis.testGravatar ulfjack2017-08-11
* Move MakeVariableProvider to lib.analysisGravatar ulfjack2017-08-08
* Break out --test_filter into a test configuration fragment.Gravatar tomlu2017-08-03
* 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