aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/skylark
Commit message (Expand)AuthorAge
* Convert SkylarkActionFactory methods to use @SkylarkCallable instead of @Skyl...Gravatar cparsons2018-03-22
* Force @SkylarkCallable Params with defaultValue = "None" to be noneable.Gravatar cparsons2018-03-20
* Add more documentation for rule.outputsGravatar brandjon2018-03-20
* Tag Attribute, SkylarkDefinedAspect and some other Skylark classes withGravatar mjhalupka2018-03-12
* Fix broken links and formattingGravatar brandjon2018-03-10
* Update links to examplesGravatar brandjon2018-03-10
* Expose an actions provider on RuleConfiguredTarget instances.Gravatar cparsons2018-03-06
* Make the builtins registry thread-safeGravatar brandjon2018-03-06
* Fix incomplete documentation changeGravatar brandjon2018-03-06
* Revamp docs for ctx.outputsGravatar brandjon2018-03-02
* Revamp discussion of executable/test rulesGravatar brandjon2018-03-02
* Migrate a few trivial uses of @SkylarkSignature to use @SkylarkCallable insteadGravatar cparsons2018-03-01
* Make the distinction between "global frame" and "lexical frame" explicit. As ...Gravatar nharmata2018-03-01
* Add @AutoCodec to FileType and FileTypeSet.Gravatar mjhalupka2018-02-28
* Revamp docs for default outputs / output groupsGravatar brandjon2018-02-26
* Revamp rules.md documentation for filesGravatar brandjon2018-02-26
* Do not expand depset twice and store expanded in ctx.actions.run inputs.Gravatar tomlu2018-02-21
* Deletes POLYMORPHIC strategy. ObjectCodec now uses runtime type information t...Gravatar shahan2018-02-20
* Move CommandLine, CommandLineItem, and ParamFileInfo from lib.analysis.action...Gravatar tomlu2018-02-15
* Add AutoCodec for a bunch of cc library providers.Gravatar mjhalupka2018-02-15
* 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