aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/ConfiguredRuleClassProvider.java
Commit message (Expand)AuthorAge
* Fix spelling error in javadoc.Gravatar dannark2018-05-11
* Relax requirements of skylark-exposed configuration fragmentsGravatar cparsons2018-05-07
* Add the capability to register a trimming RuleTransitionFactory.Gravatar mstaib2018-04-19
* Remove BuildConfiguration.Fragment#setupActionEnvironment().Gravatar lberki2018-04-11
* Remove BuildConfiguration.Fragment#getReservedActionMnemonics() in favor of e...Gravatar lberki2018-04-09
* Move shell executable to its own configuration fragment.Gravatar lberki2018-04-06
* Victory lap: Remove all code that used to support the three-argument form of ...Gravatar lberki2018-03-23
* Add BuildConfiguration to ConfiguredTargetAndTarget and rename it to Configur...Gravatar janakr2018-03-10
* Make the distinction between "global frame" and "lexical frame" explicit. As ...Gravatar nharmata2018-03-01
* Environment guarantees determinism when retrieving its bindingsGravatar brandjon2018-02-13
* ConfiguredRuleClassProvider preserves order in its builtin map.Gravatar cpeyser2018-02-02
* Some simplifications for package serialization.Gravatar cpeyser2018-01-30
* Remove DynamicTransitionMapper, ConfigurationTransitionProxy.Gravatar gregce2018-01-30
* Remove Skylark ConfigurationTransition.DATA references.Gravatar gregce2018-01-29
* Add alternative interface for LIPO data transitions, opt in native rules.Gravatar gregce2018-01-29
* Explicitly make fragments option to BuildConfigurationValue#key an ImmutableS...Gravatar janakr2018-01-23
* Add a native provider registry to ConfiguredRuleClassProviderGravatar brandjon2018-01-22
* Start the process of getting Target out of ConfiguredTarget: add a new contai...Gravatar janakr2018-01-18
* Do not crash if 'bind' and external repo generate the same //external: target.Gravatar Dmitry Lomov2018-01-15
* Replace Attribute.Transition with config.transitions.Transition.Gravatar gregce2017-12-22
* Introduce cc_toolchain_type, which exports c++ make variables. UseGravatar cpeyser2017-11-07
* Expose late-bound-attributes to Skylark.Gravatar cparsons2017-11-06
* PiperOrigin-RevId: 173660429Gravatar lpino2017-10-27
* Pass SkylarkSemantics through Skyframe instead of the options classGravatar brandjon2017-10-06
* Remove the product name from ConfiguredRuleClassProvider.Gravatar jmmv2017-09-07
* Remove ConfigurationCollectionFactory as part of the static config cleanup.Gravatar gregce2017-08-18
* Move the Skylark rule infrastructure from lib.rules to lib.analysis.skylarkGravatar ulfjack2017-08-09
* Move RuleConfiguredTargetFactory to lib.analysisGravatar ulfjack2017-08-07
* Apply native binary launcher to sh_binaryGravatar Yun Peng2017-07-31
* Remove --experimental_dynamic_configs=notrim_partial.Gravatar gregce2017-07-26
* Factor out BuildConfigurationCollection.Transitions.getDynamicTransition.Gravatar gregce2017-07-07
* Use the same data structure for native and Skylark providers.Gravatar dslomov2017-07-05
* Clean up Environment.FrameGravatar brandjon2017-05-09
* Make Skylark interpreter read Skylark command-line flagsGravatar brandjon2017-04-30
* Make a rogue test case honor --experimental_dynamic_configs=notrim_partial li...Gravatar Greg Estren2016-12-05
* Add option to disable dynamic configs with LIPO.Gravatar Greg Estren2016-12-02
* Remove isSkylark and eval from Environment.Gravatar Laurent Le Brun2016-11-29
* Fix a bunch of typosGravatar Jon Brandvein2016-11-10
* Small docs updates for the extra action rule.Gravatar Ulf Adams2016-10-28
* Move ToolsRepository out of EnvironmentGravatar Laurent Le Brun2016-10-27
* Move the RuleModule interface to ConfiguredRCP and rename it to RuleSet.Gravatar Ulf Adams2016-10-19
* Refactor the rule class provider.Gravatar Ulf Adams2016-10-18
* Rename field to clarify function.Gravatar Ulf Adams2016-10-14
* Don't inherit the host configuration's fragments from the target config in --...Gravatar Greg Estren2016-10-05
* Enable aspect invocations to be matched by output filters.Gravatar Michael Staib2016-09-19
* Add deprecation support to Bazel.Gravatar Michael Staib2016-09-19
* Add a ServerBuilder, and use that in the module API.Gravatar Ulf Adams2016-07-07
* Split up BazelRuleClassProvider, and make the builder API more flexible.Gravatar Ulf Adams2016-07-06
* --Gravatar Luis Fernando Pino Duque2016-07-04
* Simplify RuleClassProvider; it kept two identical lists for no purpose.Gravatar Ulf Adams2016-06-23