aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/skylark
Commit message (Expand)AuthorAge
* Remove hard-wired basenames for the test setup and the coverage collection sc...Gravatar lberki2018-02-09
* Stop allowing generic LateBoundDefault value types. Such types are always eit...Gravatar janakr2018-02-02
* Fix string_list_dict values to be skylark lists in all casesGravatar cparsons2018-01-31
* Remove Skylark ConfigurationTransition.DATA references.Gravatar gregce2018-01-29
* Do not crash when ctx.action.args.add map_fn returns a list of the wrong length.Gravatar tomlu2018-01-29
* Add CommandLineItem interface.Gravatar tomlu2018-01-25
* Only allow files created by the same rule as executable outputs of a rule.Gravatar Dmitry Lomov2018-01-22
* Remove ConfigurationTransitionProxy.NONE and BaseRuleClasses.DYNAMIC_TRANSITI...Gravatar gregce2018-01-18
* Introduce Root class.Gravatar tomlu2018-01-17
* Rename Root to ArtifactRoot.Gravatar tomlu2018-01-16
* Simplify SkylarkRuleContext#getBuildFileRelativePath.Gravatar tomlu2018-01-11
* Use an annotation preprocessor to validate SkylarkConfigurationField.Gravatar cparsons2018-01-10
* Info-related cleanupsGravatar brandjon2018-01-10
* Fix the attr documentationGravatar vladmos2018-01-05
* Allow late bound defaults in skylark aspectsGravatar cparsons2018-01-04
* Automated rollback of commit 46356dfa59428b665aa280ba4cbca6e449f73c5b.Gravatar laszlocsomor2018-01-02
* Replace Attribute.ConfigurationTransition with config.transitions.Configurati...Gravatar gregce2017-12-28
* Rename some ClassObject/Provider-related methodsGravatar brandjon2017-12-28
* Refactor Info classGravatar brandjon2017-12-27
* Replace Attribute.SplitTransition with config.transitions.SplitTransition.Gravatar gregce2017-12-22
* Remove final accessors of ConfigurationTransition.HOST.Gravatar gregce2017-12-21
* Use an annotation preprocessor to validate SkylarkConfigurationField.Gravatar cparsons2017-12-21
* Change cfg(HOST) to cfg(HostTransition.INSTANCE).Gravatar gregce2017-12-21
* Fix the attr documentationGravatar vladmos2017-12-21
* Refactor SkylarkProvider constructors and add testsGravatar brandjon2017-12-21
* Remove ConfigurationTransition.HOST references from lib.packages.Gravatar gregce2017-12-20
* Expose ObjcProtoAspect to Skylark.Gravatar cparsons2017-12-20
* Doccomment missing space.Gravatar Nathan Herring2017-12-20
* Aspects-on-aspect see and propagate over aspect attributes.Gravatar dslomov2017-12-20
* Automated rollback of commit 2f10da0db062e023b1f0f8222f8545467b29ae4e.Gravatar schmitt2017-12-19
* Fix links to Build EncyclopediaGravatar vladmos2017-12-19
* Improve doc for .files and add more links/examples.Gravatar laurentlb2017-12-18
* Fix a documentation linkGravatar vladmos2017-12-18
* Change CommandHelper to use TemplateExpander directlyGravatar ulfjack2017-12-18
* Fix the documentation formatting for SkylarkAttrGravatar vladmos2017-12-15
* Clarify types of `ctx.attr.<attr_name>` objects.Gravatar vladmos2017-12-14
* Rename OutputGroupProvider -> OutputGroupInfo.Gravatar dslomov2017-12-14
* Add more links to examples in the documentation.Gravatar laurentlb2017-12-13
* Fix the documentation to allow making links to BE documetation articlesGravatar vladmos2017-12-13
* Doc: mention that sibling must be in the same package.Gravatar laurentlb2017-12-11
* Register builtins with RuntimeGravatar brandjon2017-12-07
* Remove the ctx.middle_man function from Skylark.Gravatar lberki2017-12-07
* Fix missing print statements in output functionsGravatar vladmos2017-12-02
* Mark relative_to_caller_repository as deprecated in Label constructor.Gravatar laurentlb2017-11-30
* refactor: add LocationExpander factoriesGravatar L?szl? Csomor2017-11-28
* bazel: s/ctx.run()/ctx.actions.run()/Gravatar Googler2017-11-27
* Documentation for aspects-on-aspects.Gravatar Dmitry Lomov2017-11-14
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Expose late-bound-attributes to Skylark.Gravatar cparsons2017-11-06
* Expose Apple Multi-architecture Split Transition to Skylark.Gravatar cparsons2017-11-02