aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/rules/config
Commit message (Expand)AuthorAge
* Move the Skylark rule infrastructure from lib.rules to lib.analysis.skylarkGravatar ulfjack2017-08-09
* Move RuleConfiguredTargetFactory to lib.analysisGravatar ulfjack2017-08-07
* Make all WithLegacySkylarkName providers declared providers.Gravatar dslomov2017-07-28
* Support multiple --define's in config_setting.Gravatar gregce2017-07-21
* Make the @Option annotation depend on the java version of the tagging enums.Gravatar ccalvarin2017-07-18
* Fold OptionUsageRestrictions into OptionDocumentationCategory and OptionMetad...Gravatar ccalvarin2017-07-11
* Introduce --incompatible_new_actions_api flag.Gravatar dslomov2017-07-05
* Enable --feature_control_policy policy for feature flag usage.Gravatar mstaib2017-07-03
* Refactor PrinterGravatar vladmos2017-07-03
* Explicitly state the default options categories for options used in blaze tes...Gravatar ccalvarin2017-06-29
* Fix ConfigFeatureFlagTransitionFactory to obey PatchTransition equality.Gravatar mstaib2017-06-08
* Fix aliases for users of label-keyed string dicts.Gravatar mstaib2017-06-01
* Migrate tests to Truth.Gravatar lberki2017-05-26
* Fix minor hashing bug in config_feature_flag configuration name.Gravatar mstaib2017-05-17
* AutoValue and SkylarkClassObject interact badly, so remove that.Gravatar John Cater2017-04-24
* Split out option usage restriction from option category.Gravatar ccalvarin2017-04-18
* Add flag_values attribute to config_setting.Gravatar mstaib2017-04-10
* Move ConfigSetting into rules/config.Gravatar mstaib2017-04-06
* Add the config_feature_flag rule.Gravatar mstaib2017-03-31
* Define the ConfigFeatureFlagConfiguration fragment.Gravatar Michael Staib2017-03-21