aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis
Commit message (Expand)AuthorAge
* Clean up DependencyResolver's interface for the dynamic config migration and ...Gravatar Greg Estren2016-07-28
* Pass the coverage environment into tests using a nested set collected from th...Gravatar Lukacs Berki2016-07-27
* Use a marker provider to determine of a rule is linked statically for the pur...Gravatar Lukacs Berki2016-07-27
* Typo fixes in markdown and javadoc as suggested by intellij typo inspection.Gravatar Googler2016-07-27
* Rename TreeFileArtifact-related functions to make them more self-explanatory ...Gravatar Rumou Duan2016-07-26
* Call precomputed() on static CharMatcher instances.Gravatar Googler2016-07-26
* Bring PackageSpecification docs up-to-date, clean up its interfaceGravatar Mark Schaller2016-07-22
* RELNOTES: Improve Android split transition handling.Gravatar Googler2016-07-22
* Create a symlink with the right workspace name under the execrootGravatar Kristina Chodorow2016-07-22
* Don't store workspace name on ruleGravatar Michajlo Matijkiw2016-07-18
* Silence Error Prone warnings in BuildConfiguration.java .Gravatar Lukacs Berki2016-07-14
* Delete ConfigurationsCreatedEvent. This is a resubmission of unknown commit a...Gravatar Lukacs Berki2016-07-14
* Rollback of commit 270f59b3630ef009f4a3e973581b3fc65a24ecc9.Gravatar Michael Staib2016-07-14
* Allow SpawnActions to always use a params fileGravatar Liam Miller-Cushon2016-07-14
* Discourage passing NestedSets to SpawnAction.Builder#addInputsGravatar Liam Miller-Cushon2016-07-14
* Omit redundant string formattingGravatar Liam Miller-Cushon2016-07-14
* Add all available toolchains to the FileProvider of cc_toolchain_suite.Gravatar Lukacs Berki2016-07-14
* RELNOTES: Improve Android split transition handling.Gravatar Googler2016-07-12
* 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
* RELNOTES: Use the correct build configuration for shared native deps during A...Gravatar Googler2016-07-01
* Whilelist blog.llvm.org and add ThinLTO reference to bazelGravatar Googler2016-07-01
* ThinLTO changes for upstreamed compiler implementation and other fixes to bla...Gravatar Googler2016-07-01
* Refactor how coverage support files get to test actions.Gravatar Lukacs Berki2016-06-29
* For --aspects parameter, ignore top-level targets that are not rules.Gravatar Dmitry Lomov2016-06-29
* Reorganize Skylark Reference documentation.Gravatar Dmitry Lomov2016-06-29
* Polish the command-line reference.Gravatar Ulf Adams2016-06-27
* Provide clearer messaging when a build fails because a rule'sGravatar Greg Estren2016-06-27
* --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