aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/skylark
Commit message (Expand)AuthorAge
* Migrate most of SkylarkRuleClassFunctions to use @SkylarkCallableGravatar cparsons2018-04-17
* Update format implementation in ctx.actions.args.Gravatar tomlu2018-04-16
* Introduce tools attribute to ctx.actions.run and friends.Gravatar tomlu2018-04-16
* Create @SkylarkGlobalLibrary annotation, allowing classes/interfaces with glo...Gravatar cparsons2018-04-16
* Implement positional overloads for ctx.actions.args.Gravatar tomlu2018-04-16
* Introduce `--incompatible_disallow_filetype` to remove the `FileType` function.Gravatar laurentlb2018-04-13
* Migrate StringModule methods to SkylarkCallable from SkylarkSignature.Gravatar cparsons2018-04-11
* Expose "mnemonic" and "env" on skylark "Action" objects.Gravatar cparsons2018-04-11
* Make SkylarkCustomCommandLine support efficient fingerprint calculation.Gravatar tomlu2018-04-10
* Split Args#add into three methods.Gravatar tomlu2018-04-05
* Make the "output files of compilation" file group official.Gravatar lberki2018-04-04
* Make RuleClass serializable and remove Environment from it, since it was only...Gravatar janakr2018-03-30
* Make error messages about illegal dependencies involving aliases clearer.Gravatar lberki2018-03-28
* Fix and rollforward of "Convert SkylarkRuleImplementationFunctions functions ...Gravatar cparsons2018-03-27
* Automated rollback of commit 1f8ba946a3c20413ff0a95235b20d7cc1b4964f0.Gravatar twerth2018-03-27
* Convert SkylarkRuleImplementationFunctions functions to use @SkylarkCallable ...Gravatar cparsons2018-03-26
* Convert several SkylarkAttr methods to use @SkylarkCallable instead of @Skyla...Gravatar cparsons2018-03-22
* Store RuleClassType in RuleClass. Shouldn't use much more memory, and allows ...Gravatar janakr2018-03-21
* Increase the timeout of SkylarkTests, which should make it no longer flaky.Gravatar cparsons2018-03-21
* Change error messaging of @SkylarkCallable invocations to match @SkylarkSigna...Gravatar cparsons2018-03-21
* Mark //src/test/java/com/google/devtools/build/lib/skylark:SkylarkTests as fl...Gravatar ruperts2018-03-20
* Automated rollback of commit 72d28f3efc2842510a34cacd930c0204143f7412.Gravatar shreyax2018-03-19
* Add some testing methods to get ConfiguredTargetAndData more easily, and rena...Gravatar janakr2018-03-19
* Automated rollback of commit 7ba939dfd5df48903929e9c14ebd0449656403e4.Gravatar shreyax2018-03-12
* Add BuildConfiguration to ConfiguredTargetAndTarget and rename it to Configur...Gravatar janakr2018-03-10
* Added named=true to output_group.group_nameGravatar cparsons2018-03-07
* Expose an actions provider on RuleConfiguredTarget instances.Gravatar cparsons2018-03-06
* Cache SkylarkLookupImportValues in memory so that we don't recompute them mul...Gravatar shreyax2018-03-05
* Remove --incompatible_load_argument_is_label flagGravatar laurentlb2018-03-01
* Keep order of dict attributes the same as it was in the BUILD file.Gravatar lberki2018-02-26
* expectThrows has been renamed to assertThrowsGravatar cushon2018-02-24
* Change Skylark's print() on a rule target to print the Skylark-exposed provid...Gravatar cparsons2018-02-16
* Automated rollback of commit fa0fac2a4e8a2e5c01b8390878289d00dcc17dba.Gravatar lberki2018-02-15
* Automated rollback of commit 0f9c6ea574918dda094cf5423fa3822112846c30.Gravatar lberki2018-02-14
* Make __init__.py files creation optionalGravatar Mouad Benchchaoui2018-02-14
* Refactor to get rid of some getConfiguredTarget() calls in tests and replaceGravatar mjhalupka2018-02-07
* 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
* 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
* Info-related cleanupsGravatar brandjon2018-01-10
* Remove ctx.fragments.jvm .Gravatar lberki2018-01-10
* Replace Attribute.ConfigurationTransition with config.transitions.Configurati...Gravatar gregce2017-12-28
* Fix test that accidentally masked an exceptionGravatar brandjon2017-12-28
* Rename some ClassObject/Provider-related methodsGravatar brandjon2017-12-28
* Remove more dead codeGravatar Googler2017-12-22
* Remove final accessors of ConfigurationTransition.HOST.Gravatar gregce2017-12-21
* Change cfg(HOST) to cfg(HostTransition.INSTANCE).Gravatar gregce2017-12-21
* Expose ObjcProtoAspect to Skylark.Gravatar cparsons2017-12-20