aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis
Commit message (Expand)AuthorAge
* --Gravatar Carmi Grushko2016-06-24
* Description redacted.Gravatar Lukacs Berki2016-06-23
* Simplify RuleClassProvider; it kept two identical lists for no purpose.Gravatar Ulf Adams2016-06-23
* Filegroups can optionally export sources from a given output group.Gravatar Cal Peyser2016-06-23
* Disable runfiles on Windows.Gravatar Dmitry Lomov2016-06-21
* Optimize an assertion which was showing up in profiles. (Even better might beGravatar Googler2016-06-21
* Simplify the logic of determining output groups.Gravatar Alex Humesky2016-06-21
* Make skylark repository rules accept basic rule attributesGravatar Kristina Chodorow2016-06-21
* Trim configurations requested for a target in BuildViewTestCase.Gravatar Greg Estren2016-06-20
* Rollback of commit bdfd58a8ca2ed5735d6aaa5b238fb0f689515724.Gravatar Laurent Le Brun2016-06-20
* Remove BuildConfiguration.addRoots() and the pregrepped includes directory.Gravatar Lukacs Berki2016-06-17
* Make the execution root match the runfiles tree structure for external reposi...Gravatar Kristina Chodorow2016-06-17
* Support for platform_type="watchos" on apple_binary.Gravatar Chris Parsons2016-06-16
* Remove BuildConfiguration.Fragment#declareSkyframeDependencies().Gravatar Lukacs Berki2016-06-15
* 1. Create the TreeArtifact directory structure before expanding ActionTemplates.Gravatar Rumou Duan2016-06-14
* Add --[no]instrument_test_targets option to BlazeGravatar Googler2016-06-14
* Remove ConfigurationsCreatedEvent.Gravatar Lukacs Berki2016-06-13
* Turn --legacy_external_runfiles back on by defaultGravatar Damien Martin-Guillerez2016-06-09
* Remove a reference to targetConfiguration from BuildProgressPublisher in prep...Gravatar Lukacs Berki2016-06-09
* Dynamic configurations: trim top-level targets, too.Gravatar Greg Estren2016-06-02
* In AnalysisUtils.getProviders, construct the result in place.Gravatar Carmi Grushko2016-05-31
* By default, don't create the .runfiles/workspace/external/repo dirsGravatar Kristina Chodorow2016-05-27
* Enable interleaved loading & analysis by default.Gravatar Ulf Adams2016-05-25
* Introducing PopulateTreeArtifactAction, an Action that populates a TreeArtifa...Gravatar Rumou Duan2016-05-25
* Allow use of Exceptions to exit early out of configured-target creation, inst...Gravatar Chris Parsons2016-05-24
* Replace the occurrences of Constants.PRODUCT_NAME for a call toGravatar Luis Fernando Pino Duque2016-05-23
* When BuildOptions.get(Class<T> optionsClass) fails, include whichGravatar Greg Estren2016-05-23
* Update Bazel native rule documentation to use new ${link} syntax.Gravatar David Chen2016-05-20
* Make ide_build_info work again with targets that have configurable attributes.Gravatar Lukacs Berki2016-05-19
* CommandLine: Add support for tree artifact expansions.Gravatar Rumou Duan2016-05-19
* Take aliases into consideration when creating a LabelAndConfiguration from a ...Gravatar Lukacs Berki2016-05-19
* Add an overview comment about how the analysis phase works and some pointers ...Gravatar Lukacs Berki2016-05-19
* Always restrict aspects to only access requested configuration fragments.Gravatar Michael Staib2016-05-19
* Fix wrong method accessor in "this dep isGravatar Greg Estren2016-05-13
* Introducing SpawnActionTemplate, a stub action for TreeArtifacts at analysis ...Gravatar Rumou Duan2016-05-12
* Dynamic configurations: have HostTransition just clone theGravatar Greg Estren2016-05-11
* Add support for custom "no match" errors in select()s.Gravatar Greg Estren2016-05-11
* Remove LABEL_LIST_DICT type. This was only used for abi_deps,Gravatar Greg Estren2016-05-11
* Add an "alias" rule.Gravatar Lukacs Berki2016-05-10
* Expose parameterized aspects to Skylark.Gravatar Googler2016-05-09
* Remove abi and abi_deps attributes.Gravatar Greg Estren2016-05-09
* Add attribute validation of mandatory native providersGravatar Liam Miller-Cushon2016-05-03
* Introduces a registry of native providers to the BuildConfiguration, which ca...Gravatar Cal Peyser2016-05-03
* Make compatible_with / restricted_to nonconfigurable.Gravatar Greg Estren2016-05-03
* Use ConstraintSemantics.getSupportedEnvironments() in supportsJava7TargetEnvi...Gravatar Liam Miller-Cushon2016-05-02
* In apple_binary, propagate cc_library dependencies for all child configuratio...Gravatar Chris Parsons2016-05-02
* Let select() "unset" values via: select({"//some:condition: None }).Gravatar Greg Estren2016-04-29
* Inject the Constants.TOOLS_REPOSITORY in SkylarkRuleClassFunctions.testBaseRule Gravatar Luis Fernando Pino Duque2016-04-29
* Declare TargetAndConfiguration as final and immutable. Fix documentation.Gravatar Ulf Adams2016-04-28
* Set Bazel's workspace nameGravatar Kristina Chodorow2016-04-27