aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/skylark/SkylarkRuleContextTest.java
Commit message (Expand)AuthorAge
* 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
* Stop returning JavaSourceJarsProvider from java_libraryGravatar elenairina2017-03-29
* Remove provider safety check and make all old ctx objects featurelessGravatar Vladimir Moskva2017-03-23
* Add the LABEL_KEYED_STRING_DICT type for attributes.Gravatar Michael Staib2017-02-24
* Rollback of commit 4b73e972d909bcd533f2f9940f95a00b9b73bdde.Gravatar Dmitry Lomov2017-02-17
* Roll forward execroot changeGravatar Kristina Chodorow2017-02-16
* Refactoring: Types report what class of labels they contain.Gravatar Michael Staib2017-02-14
* Make tests that mess with the WORKSPACE file work with untrimmed dynamic conf...Gravatar Greg Estren2017-02-14
* Create a base implementation of GenRule that can be used by both Bazel andGravatar John Cater2017-01-30
* Style edits for ActionsProvider and provider constructorsGravatar Jon Brandvein2016-12-12
* Allow dicts to contain non-comparable objects as keysGravatar Vladimir Moskva2016-12-05
* Rollback of commit c182908910a370b490e7e027b867e11f9f2fb086.Gravatar Michajlo Matijkiw2016-12-01
* Allow dicts to contain non-comparable objects as keysGravatar Vladimir Moskva2016-11-30
* Initial checkin of the toolchain_lookup() rule for expressing explicit depend...Gravatar Lukacs Berki2016-11-22
* Add ctx.coverage_instrumented function to SkylarkGravatar Googler2016-11-17
* Fix test breakage on Windows.Gravatar Laszlo Csomor2016-11-04
* Windows: java_binary can be an action executableGravatar Laszlo Csomor2016-10-31
* Automated [] rollback of commit 8d36a34ee02ad0fd07d713b8c8ee273ff30d2fb9.Gravatar Jon Brandvein2016-10-12
* [Roll-forward] Rollback of commit dd299dbc61be51112534a4698f7cf2deee43053b.Gravatar Jon Brandvein2016-10-12
* Rollback of commit e025939e71b179ae0f6bd09ef3af474f49b853a2.Gravatar Ulf Adams2016-10-11