aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/skylark
Commit message (Expand)AuthorAge
* 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
* Automated g4 rollback of commit c4134802dd15d6ef5cca6521f6bf6aac395ee2ad.Gravatar kchodorow2017-05-23
* Fixes incorrectly-ordered arguments to calls to assertEqualsGravatar Googler2017-05-19
* Add toolchains data to RuleClass and RuleContext.Gravatar John Cater2017-05-19
* Do not access SkylarkProviders anywhere outside of ConfiguredTarget implement...Gravatar dslomov2017-05-16
* Optimize TransitiveInfoMap memory consumption.Gravatar Googler2017-05-09
* Do not report errors when aspects try to attach to files.Gravatar dslomov2017-05-08
* Make SkyKey an interface, and start the migration of not creating SkyKey wrap...Gravatar janakr2017-05-04