aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/core
Commit message (Expand)AuthorAge
* Keep the analysis cache between builds when only trimmed test options change.Gravatar mstaib2018-08-02
* Enable automatic trimming of test configuration when entering non-test rules.Gravatar mstaib2018-06-14
* Migrate struct() to skylarkbuildapiGravatar cparsons2018-05-24
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-01
* Add a native provider registry to ConfiguredRuleClassProviderGravatar brandjon2018-01-22
* Remove ConfigurationTransitionProxy.NONE and BaseRuleClasses.DYNAMIC_TRANSITI...Gravatar gregce2018-01-18
* Remove FeaturePolicyConfiguration et al. in favor of the new Whitelisting.Gravatar mstaib2017-08-22
* Move core test classes to lib.analysis.testGravatar ulfjack2017-08-11
* Break out --test_filter into a test configuration fragment.Gravatar tomlu2017-08-03
* Move core rules to a top-level class.Gravatar ulfjack2017-08-03