aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/skylark
Commit message (Expand)AuthorAge
...
* 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
* Automated rollback of commit ca77f608e486bf7aa762565d25bf7b9e30f2268c.Gravatar ulfjack2017-10-26
* Extend TemplateExpander to handle $(func param) expansionGravatar ulfjack2017-10-25
* Implement custom executable API.Gravatar dslomov2017-10-24
* Don't set globals in environments that aren't readGravatar brandjon2017-10-23
* Be explicit about semantics of Skylark environmentsGravatar brandjon2017-10-23
* Add memory profiler.Gravatar tomlu2017-10-18
* Remove deprecated legacy string representations of Skylark objectsGravatar vladmos2017-10-13
* Move the MakeVariableExpander to a new packageGravatar ulfjack2017-10-10
* Pass SkylarkSemantics through Skyframe instead of the options classGravatar brandjon2017-10-06
* Migrate from deprecated MutableList constructor to copyOf, fixing bug in latterGravatar michajlo2017-10-06
* Use SkylarkSemantics in place of options class in the interpreterGravatar brandjon2017-10-06
* LocationExpander: always require options to be passed inGravatar ulfjack2017-10-02
* Move expansion functionality to a new classGravatar ulfjack2017-09-29
* Use Mutability for Args class.Gravatar dslomov2017-09-29
* Fix and improve context.args.add documentation.Gravatar tomlu2017-09-25