aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/ConfiguredRuleClassProvider.java
Commit message (Expand)AuthorAge
* Automated refactor of Label.parseAbsolute() to always pass a repository mappingGravatar dannark2018-06-27
* Remove all uses of RuleDefinitionEnvironment#getLabel, replacing them with La...Gravatar janakr2018-06-20
* Let ConfiguredRuleClassProvider decide whether to drop the analysis cache.Gravatar mstaib2018-06-18
* Remove LIPO supportGravatar hlopko2018-06-15
* Create a bootstrap for repository-related skylark build API.Gravatar cparsons2018-06-11
* Allow multiple trimming transition factories to be added.Gravatar mstaib2018-06-01
* Create a Bootstrap for config-related libraries of skylarkbuildapi.Gravatar cparsons2018-06-01
* Provide ability to inject custom ConstraintSemantics behavior.Gravatar gregce2018-05-25
* Migrate struct() to skylarkbuildapiGravatar cparsons2018-05-24
* Create GlobalBootstrap and the Bootstrap interface to add portions of the bui...Gravatar cparsons2018-05-23
* 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