aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/skylark
Commit message (Expand)AuthorAge
* Use RequiredProviders to validate rule prerequisites in RuleContext.Gravatar dslomov2017-08-03
* Automated rollback of commit c32e1b1efcd703b3780de47fba62974123593d71.Gravatar dslomov2017-08-02
* Make list EMPTY instance work like tuplesGravatar brandjon2017-08-02
* Better names for declared providers-related classes.Gravatar dslomov2017-08-01
* Use RequiredProviders to validate rule prerequisites in RuleContext.Gravatar dslomov2017-07-31
* 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
* Apply native binary launcher to sh_binaryGravatar Yun Peng2017-07-31
* Make all WithLegacySkylarkName providers declared providers.Gravatar dslomov2017-07-28
* Make error message in case top-level aspect is missing clearer.Gravatar Dmitry Lomov2017-07-24
* Improve attribute and index error messages for targetsGravatar vladmos2017-07-18
* Clean up string representations for unknown objectsGravatar vladmos2017-07-17
* Automated rollback of commit 8002b6205e004721f771df20d1d8c1402c03964e.Gravatar laszlocsomor2017-07-14
* Aspects-on-aspects correctness fix.Gravatar dslomov2017-07-14
* Fix rules that provide both 'executable' and 'files'Gravatar vladmos2017-07-14
* Fix declared providers behaviorGravatar vladmos2017-07-14
* Automated rollback of commit 0d2aa6369b09940d584b544fb10796387e0fafa0.Gravatar brandjon2017-07-12
* Clean up string representations for unknown objectsGravatar vladmos2017-07-12
* Add a string representations test for glob valuesGravatar vladmos2017-07-11
* Add doc argument to attr.*, rule, aspect, and provider.Gravatar allevato2017-07-10
* Clean up string representations for artifactsGravatar vladmos2017-07-10
* Clean up string representations for configured targetsGravatar vladmos2017-07-07
* Clean up string representations for rule and aspect contextsGravatar vladmos2017-07-07
* Clean up string representations for providersGravatar vladmos2017-07-07
* Clean up string representations for attr and attr.*Gravatar vladmos2017-07-07
* Improve error message when calling a builtin function with wrong typeGravatar laurentlb2017-07-07
* Clean up string representations for select valuesGravatar vladmos2017-07-07
* Clean up string representations for aspectsGravatar vladmos2017-07-07
* Clean up string representations for functionsGravatar vladmos2017-07-07
* Remove the ToolchainConstructor class and change uses to be either aGravatar John Cater2017-07-06
* Clean up string representations for labelsGravatar vladmos2017-07-05
* Allow strings as default values of labelsGravatar vladmos2017-07-05
* Cleanup for Java 8Gravatar laurentlb2017-07-05
* Introduce --incompatible_new_actions_api flag.Gravatar dslomov2017-07-05
* Implement ctx.actions.expand_template.Gravatar dslomov2017-07-05
* More tests for ctx.actions.run/run_shellGravatar 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
* Tests + cleanup + docs for ctx.actions.declare_{file,directory}Gravatar dslomov2017-06-28
* Add 'ctx.actions.declare_directory'Gravatar dslomov2017-06-28
* Add 'ctx.actions' and implement 'ctx.action.declare_file'.Gravatar dslomov2017-06-27
* Update testSpecialMandatoryProviderMissing to cover more casesGravatar vladmos2017-06-22
* Rule functions should return None instead of internal Rule objectsGravatar vladmos2017-06-20
* ctx.empty_action now allows depset as inputsGravatar laurentlb2017-06-16
* ctx.action now allows depset as inputsGravatar laurentlb2017-06-14
* Remove all imports of org.junit.Assert except for static imports of #fail().Gravatar lberki2017-06-01
* Make SelectorList.toString() user-friendly.Gravatar gregce2017-06-01
* Fix aliases for users of label-keyed string dicts.Gravatar mstaib2017-06-01
* Migrate Java tests to Truth.Gravatar lberki2017-05-30