aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/ConfiguredRuleClassProvider.java
Commit message (Expand)AuthorAge
* 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
* Introduces a registry of native providers to the BuildConfiguration, which ca...Gravatar Cal Peyser2016-05-03
* Inject the Constants.TOOLS_REPOSITORY in SkylarkRuleClassFunctions.testBaseRule Gravatar Luis Fernando Pino Duque2016-04-29
* Delete the interface NativeAspectFactory and make native aspects extend from ...Gravatar Luis Fernando Pino Duque2016-04-27
* Fix the documentation generator to use rule definition instances instead of c...Gravatar Luis Fernando Pino Duque2016-04-26
* Register instances instead of classes as Skylark-visible globals.Gravatar Dmitry Lomov2016-04-22
* Make C++ autoconfigured toolchain the default for Linux and OS X.Gravatar Damien Martin-Guillerez2016-03-31
* Always apply invocation policy when constructing build options.Gravatar Janak Ramakrishnan2016-03-24
* Make labels in .bzl files in remote repos resolve relative to their repoGravatar Kristina Chodorow2016-03-21
* Enable injection of Skylark modules through the RuleClassProviderGravatar Damien Martin-Guillerez2016-02-15