aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/skylark/SkylarkRuleContextTest.java
Commit message (Expand)AuthorAge
* Remove support for java_runtime_suiteGravatar cushon2018-07-05
* Automated refactor of Label.parseAbsolute() to always pass a repository mappingGravatar dannark2018-06-27
* Migrate Actions provider to skylarkbuildapiGravatar cparsons2018-06-20
* Enable per-target execution for genrule, sh_*, and *_test.Gravatar jcater2018-06-13
* Let Skylark rules take part in MakeVariableExpandingRule expansions using theGravatar jcater2018-06-04
* Skylark: Exposes disabled features from rule context to SkylarkGravatar plf2018-05-28
* Enable manual trimming of config_feature_flags.Gravatar mstaib2018-05-16
* Make error messages about illegal dependencies involving aliases clearer.Gravatar lberki2018-03-28
* Add some testing methods to get ConfiguredTargetAndData more easily, and rena...Gravatar janakr2018-03-19
* Keep order of dict attributes the same as it was in the BUILD file.Gravatar lberki2018-02-26
* 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 more dead codeGravatar Googler2017-12-22
* Remove the ctx.middle_man function from Skylark.Gravatar lberki2017-12-07
* Update some of the tests to use the label-based load() syntax.Gravatar laurentlb2017-11-30
* MockRule-ify some more tests.Gravatar gregce2017-11-29
* Remove deprecated legacy string representations of Skylark objectsGravatar vladmos2017-10-13
* Project reorg: move *ConfiguredTarget to new configuredtargets/ pathGravatar gregce2017-09-18
* Update ContainingPackageLookupFunction to properly handle cases where aGravatar John Cater2017-09-07
* Make Make variables from genrule.toolchains override the usual synthetic host...Gravatar lberki2017-09-04
* Skylark: ctx.actions.run_shell uses helper scriptGravatar László Csomor2017-08-31
* Make tests independent of the current state of the incompatible_descriptive_s...Gravatar vladmos2017-08-28
* Rename some of native declared providers according to the new naming scheme.Gravatar dslomov2017-08-21
* Move the Skylark rule infrastructure from lib.rules to lib.analysis.skylarkGravatar ulfjack2017-08-09
* Better names for declared providers-related classes.Gravatar dslomov2017-08-01
* Apply native binary launcher to sh_binaryGravatar Yun Peng2017-07-31
* Make all WithLegacySkylarkName providers declared providers.Gravatar dslomov2017-07-28
* Improve attribute and index error messages for targetsGravatar vladmos2017-07-18
* Clean up string representations for select valuesGravatar vladmos2017-07-07
* Clean up string representations for labelsGravatar vladmos2017-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
* 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
* Do not access SkylarkProviders anywhere outside of ConfiguredTarget implement...Gravatar dslomov2017-05-16
* Fix tests to create WORKSPACE files for local repositories.Gravatar John Cater2017-04-24
* Automated g4 rollback of commit 1d9e1ac90197b1d3d7b137ba3c1ada67bb9ba31b.Gravatar hlopko2017-04-04
* Add ctx.experimental_new_directory (undocumented) to create tree artifacts in...Gravatar allevato2017-03-31
* Symlink output directories to the correct directory nameGravatar kchodorow2017-03-31