aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/skylark/SkylarkRuleImplementationFunctionsTest.java
Commit message (Expand)AuthorAge
* Disallow undeclared access to the $(JAVA) and $(JAVABASE) template variables.Gravatar lberki2017-12-06
* Update tests to use the label-based load() syntax.Gravatar laurentlb2017-11-30
* Break dependency on vfs from the interface of syntax and cmdline.Gravatar tomlu2017-11-06
* Expose late-bound-attributes to Skylark.Gravatar cparsons2017-11-06
* Automated rollback of commit 8cb1d2fb460a9caf47df58d7ff051d31080a77cb.Gravatar ulfjack2017-11-03
* Add a regression test for expand_locationGravatar ulfjack2017-10-26
* Automated rollback of commit ca77f608e486bf7aa762565d25bf7b9e30f2268c.Gravatar ulfjack2017-10-26
* Extend TemplateExpander to handle $(func param) expansionGravatar ulfjack2017-10-25
* Check parameter types for methods when multiple types are allowed.Gravatar Dmitry Lomov2017-09-25
* Automated rollback of commit 17214ac78ffaec369d5d5bafe62a39730473cfaa.Gravatar dslomov2017-09-22
* Add ability to write param files to disk.Gravatar tomlu2017-09-21
* Check parameter types for methods when multiple types are allowed.Gravatar dslomov2017-09-20
* Implement support for Skylark param files.Gravatar tomlu2017-09-19
* Rollback context.actions.args() functionality.Gravatar tomlu2017-09-14
* Implement CustomCommandLine support for Skylark.Gravatar tomlu2017-08-28
* Rename some of native declared providers according to the new naming scheme.Gravatar dslomov2017-08-21
* Refactor Bash LauncherGravatar Yun Peng2017-08-21
* Move the Skylark rule infrastructure from lib.rules to lib.analysis.skylarkGravatar ulfjack2017-08-09
* Make list EMPTY instance work like tuplesGravatar brandjon2017-08-02
* Better names for declared providers-related classes.Gravatar dslomov2017-08-01
* Rename 'executable' argument of 'ctx.actions.expand_template' to 'is_executab...Gravatar laurentlb2017-07-31
* Expose to Skylark Strings instead of PathFragments from CppConfiguration.Gravatar dslomov2017-07-31
* Improve attribute and index error messages for targetsGravatar vladmos2017-07-18
* Automated rollback of commit 8002b6205e004721f771df20d1d8c1402c03964e.Gravatar laszlocsomor2017-07-14
* Fix rules that provide both 'executable' and 'files'Gravatar vladmos2017-07-14
* Fix declared providers behaviorGravatar vladmos2017-07-14
* Clean up string representations for rule and aspect contextsGravatar vladmos2017-07-07
* Cleanup for Java 8Gravatar laurentlb2017-07-05
* Implement ctx.actions.expand_template.Gravatar dslomov2017-07-05
* Migrate tests to ctx.actions.run/run_shell.Gravatar dslomov2017-07-05
* Introduce ctx.actions.write in place of ctx.file_action.Gravatar dslomov2017-06-30
* Implement ctx.actions.do_nothing instead of ctx.empty_actionGravatar dslomov2017-06-30
* ctx.empty_action now allows depset as inputsGravatar laurentlb2017-06-16
* ctx.action now allows depset as inputsGravatar laurentlb2017-06-14
* Migrate Java tests to Truth.Gravatar lberki2017-05-30
* Do not access SkylarkProviders anywhere outside of ConfiguredTarget implement...Gravatar dslomov2017-05-16
* Fix `in` operator for targetsGravatar vladmos2017-04-18
* Used 'DefaultInfo' instead of `ctx.default_provider`.Gravatar dslomov2017-04-12
* Implement default providerGravatar vladmos2017-04-11
* Change print(artifact) to return "File" instead of "Artifact"Gravatar vladmos2017-03-29
* Refactor implementation of native and Skylark declared providers.Gravatar Dmitry Lomov2017-03-03
* Change depset conversion to stringsGravatar Vladimir Moskva2017-01-30
* Switch to RunfilesSuppliers for communicating runfilesGravatar Michajlo Matijkiw2017-01-30
* Cleanup in error messages, try to improve consistency.Gravatar Laurent Le Brun2017-01-03
* Make depsets temporarily completely backward compatibleGravatar Vladimir Moskva2016-12-27
* Add `depset` as an alias to `set` in SkylarkGravatar Vladimir Moskva2016-12-27
* Implemented default providerGravatar Vladimir Moskva2016-11-09
* Add bin_dir and genfiles_dir to ctxGravatar Kristina Chodorow2016-10-11
* Supported "in" operator for all SkylarkIndexable objects.Gravatar Vladimir Moskva2016-10-07
* Implemented declared providers interface #1727Gravatar Vladimir Moskva2016-09-21