| Commit message (Expand) | Author | Age |
* | Introduce cc_toolchain_type, which exports c++ make variables. Use | cpeyser | 2017-11-07 |
* | Expose late-bound-attributes to Skylark. | cparsons | 2017-11-06 |
* | PiperOrigin-RevId: 173660429 | lpino | 2017-10-27 |
* | Pass SkylarkSemantics through Skyframe instead of the options class | brandjon | 2017-10-06 |
* | Remove the product name from ConfiguredRuleClassProvider. | jmmv | 2017-09-07 |
* | Remove ConfigurationCollectionFactory as part of the static config cleanup. | gregce | 2017-08-18 |
* | Move the Skylark rule infrastructure from lib.rules to lib.analysis.skylark | ulfjack | 2017-08-09 |
* | Move RuleConfiguredTargetFactory to lib.analysis | ulfjack | 2017-08-07 |
* | Apply native binary launcher to sh_binary | Yun Peng | 2017-07-31 |
* | Remove --experimental_dynamic_configs=notrim_partial. | gregce | 2017-07-26 |
* | Factor out BuildConfigurationCollection.Transitions.getDynamicTransition. | gregce | 2017-07-07 |
* | Use the same data structure for native and Skylark providers. | dslomov | 2017-07-05 |
* | Clean up Environment.Frame | brandjon | 2017-05-09 |
* | Make Skylark interpreter read Skylark command-line flags | brandjon | 2017-04-30 |
* | Make a rogue test case honor --experimental_dynamic_configs=notrim_partial li... | Greg Estren | 2016-12-05 |
* | Add option to disable dynamic configs with LIPO. | Greg Estren | 2016-12-02 |
* | Remove isSkylark and eval from Environment. | Laurent Le Brun | 2016-11-29 |
* | Fix a bunch of typos | Jon Brandvein | 2016-11-10 |
* | Small docs updates for the extra action rule. | Ulf Adams | 2016-10-28 |
* | Move ToolsRepository out of Environment | Laurent Le Brun | 2016-10-27 |
* | Move the RuleModule interface to ConfiguredRCP and rename it to RuleSet. | Ulf Adams | 2016-10-19 |
* | Refactor the rule class provider. | Ulf Adams | 2016-10-18 |
* | Rename field to clarify function. | Ulf Adams | 2016-10-14 |
* | Don't inherit the host configuration's fragments from the target config in --... | Greg Estren | 2016-10-05 |
* | Enable aspect invocations to be matched by output filters. | Michael Staib | 2016-09-19 |
* | Add deprecation support to Bazel. | Michael Staib | 2016-09-19 |
* | Add a ServerBuilder, and use that in the module API. | Ulf Adams | 2016-07-07 |
* | Split up BazelRuleClassProvider, and make the builder API more flexible. | Ulf Adams | 2016-07-06 |
* | -- | Luis Fernando Pino Duque | 2016-07-04 |
* | Simplify RuleClassProvider; it kept two identical lists for no purpose. | Ulf Adams | 2016-06-23 |
* | Introduces a registry of native providers to the BuildConfiguration, which ca... | Cal Peyser | 2016-05-03 |
* | Inject the Constants.TOOLS_REPOSITORY in SkylarkRuleClassFunctions.testBaseRule | Luis Fernando Pino Duque | 2016-04-29 |
* | Delete the interface NativeAspectFactory and make native aspects extend from ... | Luis Fernando Pino Duque | 2016-04-27 |
* | Fix the documentation generator to use rule definition instances instead of c... | Luis Fernando Pino Duque | 2016-04-26 |
* | Register instances instead of classes as Skylark-visible globals. | Dmitry Lomov | 2016-04-22 |
* | Make C++ autoconfigured toolchain the default for Linux and OS X. | Damien Martin-Guillerez | 2016-03-31 |
* | Always apply invocation policy when constructing build options. | Janak Ramakrishnan | 2016-03-24 |
* | Make labels in .bzl files in remote repos resolve relative to their repo | Kristina Chodorow | 2016-03-21 |
* | Enable injection of Skylark modules through the RuleClassProvider | Damien Martin-Guillerez | 2016-02-15 |
* | Replace getToolsRepository() with getToolsLabel(String labelValue) which prep... | Luis Fernando Pino Duque | 2016-02-09 |
* | Inject the TOOLS_REPOSITORY constant in the RuleClassProvider instead of usin... | Luis Fernando Pino Duque | 2016-01-28 |
* | Enable label-based Skylark loading. In particular, such labels may reference ... | John Field | 2015-12-22 |
* | Make BUILD_OPTIONS private | Kristina Chodorow | 2015-12-15 |
* | Add the concept of a "universal" configuration fragment, which all | Greg Estren | 2015-11-16 |
* | Use Labels, rather than PathFragments, to represent Skylark loads internally.... | John Field | 2015-11-13 |
* | Implement propagation along dependencies for Skylark aspects. | Dmitry Lomov | 2015-11-02 |
* | Move the check whether a repository name contains a slash to PackageIdentifie... | Philipp Wollermann | 2015-10-23 |
* | Rationalize copyright headers | Damien Martin-Guillerez | 2015-09-25 |
* | Roll back using labels rather than PathFragments for skylark loads. | Michajlo Matijkiw | 2015-09-22 |
* | Use Labels, rather than PathFragments, to represent Skylark loads internally.... | John Field | 2015-09-22 |