aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/AnalysisUtils.java
Commit message (Expand)AuthorAge
* Add a flag to evaluate the top level transitions in SkyframeGravatar ulfjack2018-08-02
* Refresh ConfigurationResolver.getConfigurationsFromExecutor documentation.Gravatar gregce2018-08-01
* Migrate JavaInfo's provider to use the new provider pattern.Gravatar cparsons2018-05-22
* Add the capability to register a trimming RuleTransitionFactory.Gravatar mstaib2018-04-19
* Remove DynamicTransitionMapper, ConfigurationTransitionProxy.Gravatar gregce2018-01-30
* Loop in top-level transition logic to configurable query to give more accurat...Gravatar juliexxia2017-10-20
* Move RuleConfiguredTarget to lib.analysis.configuredtargets.Gravatar gregce2017-09-19
* Better names for declared providers-related classes.Gravatar dslomov2017-08-01
* Make all WithLegacySkylarkName providers declared providers.Gravatar dslomov2017-07-28
* Automated rollback of commit 6d884afa8da1b08288cb0108e8bbf6c22ec63393.Gravatar dslomov2017-07-25
* Make all WithLegacySkylarkName providers declared providers.Gravatar dslomov2017-07-25
* Make native declared providers type-safe.Gravatar dslomov2017-07-10
* Automated g4 rollback of commit 34fe247448a9be13fc41f93ac78a071ec157f434.Gravatar Googler2017-05-12
* Automated g4 rollback of commit 006a80425e7dd521634c5735d2730f40e9e82e06.Gravatar Googler2017-05-10
* Make the cc_toolchain libc_top use the target configurationGravatar Googler2017-05-09
* Implement OutputGroupInfo provider.Gravatar dslomov2017-05-03
* Refactor implementation of native and Skylark declared providers.Gravatar Dmitry Lomov2017-03-03
* Rollback of commit 4b73e972d909bcd533f2f9940f95a00b9b73bdde.Gravatar Dmitry Lomov2017-02-17
* Roll forward execroot changeGravatar Kristina Chodorow2017-02-16
* Add a testing Skylark module that exposes an ExecutionInfoProvider constructor.Gravatar Sergio Campama2016-12-12
* Rollback of commit 82d43279f93d95e4c41b4bc598a3cc05ddd1ae1a.Gravatar Laszlo Csomor2016-09-21
* Change execution root for external repositories to be ../repoGravatar Kristina Chodorow2016-09-20
* Rename some PackageId and RepositoryName fields/methods in prep for deep exec...Gravatar Kristina Chodorow2016-07-28
* RELNOTES: Use the correct build configuration for shared native deps during A...Gravatar Googler2016-07-01
* Optimize an assertion which was showing up in profiles. (Even better might beGravatar Googler2016-06-21
* In AnalysisUtils.getProviders, construct the result in place.Gravatar Carmi Grushko2016-05-31
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Allow @AutoValue-ed classes as provider keys. Also, reject the generated Auto...Gravatar Carmi Grushko2015-12-07
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Move Label from the lib.syntax to the lib.cmdline package so that:Gravatar Lukacs Berki2015-09-21
* Separate build-specific types and types inherent to Skylark.Gravatar Lukacs Berki2015-09-21
* Check that most output artifacts are under a directory determined by the repo...Gravatar Lukacs Berki2015-07-29
* AttributeMap#has(String, Type) is added to check whether an attribute with a ...Gravatar Googler2015-03-13
* Some cleanup changes.Gravatar Ulf Adams2015-03-05
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25