aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/ToolchainContext.java
Commit message (Expand)AuthorAge
* Automated refactor of Label.parseAbsolute() to always pass a repository mappingGravatar dannark2018-06-27
* ToolchainContext directly implements SkylarkValue and SkylarkIndexable.Gravatar John Cater2018-06-22
* Rename the implicit attribute used to store toolchain dependencies.Gravatar jcater2018-06-21
* Migrate remaining assorted skylark types to skylarkbuildapiGravatar cparsons2018-06-11
* Refactor root cause reporting in ConfiguredTargetFunctionGravatar ulfjack2018-05-29
* Add BuildConfiguration to ConfiguredTargetAndTarget and rename it to Configur...Gravatar janakr2018-03-10
* Start the process of getting Target out of ConfiguredTarget: add a new contai...Gravatar janakr2018-01-18
* Add platform data into to the ToolchainContext unconditionally.Gravatar John Cater2017-11-22
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Add tests for ToolchainUtil, and fix an error when there is an error andGravatar John Cater2017-10-23
* Toolchain providers are propagated in the ToolchainContext instance madeGravatar cpeyser2017-09-12
* Rule classes cannot request duplicate toolchains.Gravatar cpeyser2017-09-08
* RuleContext instances obtained through BuildViewTestCase#getRuleContext have aGravatar cpeyser2017-09-07
* Automated rollback of commit 2b983bdf508e010a3d4ee9dbaf446b7666749799.Gravatar cpeyser2017-09-01
* Rollforward of c++ toolchain-relevant BUILD file and Bazel mocking changes. ...Gravatar cpeyser2017-08-31
* Automated rollback of commit 9d5bce66280094c0531ddfde2752e596d0d78c79.Gravatar plf2017-08-30
* Add a new toolchain type for c++. In order to do this, PlatformConfiguration...Gravatar cpeyser2017-08-29
* Automated rollback of commit 363413110f3a63a11d900864be1852adbaed2899.Gravatar cpeyser2017-08-29
* Add a new toolchain type for c++. In order to do this, PlatformConfiguration...Gravatar cpeyser2017-08-28
* Ensure that invalid target errors are properly reported inGravatar John Cater2017-08-10
* Improve error message when requesting an invalid toolchain type from the cont...Gravatar John Cater2017-08-01
* Use toolchain resolution in rule creation.Gravatar John Cater2017-07-21
* Remove the ToolchainConstructor class and change uses to be either aGravatar John Cater2017-07-06
* Add toolchains attribute to aspect.Gravatar John Cater2017-05-26
* Add toolchains data to RuleClass and RuleContext.Gravatar John Cater2017-05-19