aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/skylark
Commit message (Expand)AuthorAge
* Introduce Root class.Gravatar tomlu2018-01-17
* Info-related cleanupsGravatar brandjon2018-01-10
* Remove ctx.fragments.jvm .Gravatar lberki2018-01-10
* Replace Attribute.ConfigurationTransition with config.transitions.Configurati...Gravatar gregce2017-12-28
* Fix test that accidentally masked an exceptionGravatar brandjon2017-12-28
* Rename some ClassObject/Provider-related methodsGravatar brandjon2017-12-28
* Remove more dead codeGravatar Googler2017-12-22
* Remove final accessors of ConfigurationTransition.HOST.Gravatar gregce2017-12-21
* Change cfg(HOST) to cfg(HostTransition.INSTANCE).Gravatar gregce2017-12-21
* Expose ObjcProtoAspect to Skylark.Gravatar cparsons2017-12-20
* Aspects-on-aspect see and propagate over aspect attributes.Gravatar dslomov2017-12-20
* Rename OutputGroupProvider -> OutputGroupInfo.Gravatar dslomov2017-12-14
* Remove the ctx.middle_man function from Skylark.Gravatar lberki2017-12-07
* Disallow undeclared access to the $(JAVA) and $(JAVABASE) template variables.Gravatar lberki2017-12-06
* Set default value of incompatible_load_argument_is_label to true.Gravatar laurentlb2017-12-04
* Fix missing print statements in output functionsGravatar vladmos2017-12-02
* Update tests to use the label-based load() syntax.Gravatar laurentlb2017-11-30
* 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
* Shape sharing for Skylark providers.Gravatar Benjamin Peterson2017-11-27
* 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
* Implement custom executable API.Gravatar dslomov2017-10-24
* Be explicit about semantics of Skylark environmentsGravatar brandjon2017-10-23
* Add memory profiler.Gravatar tomlu2017-10-18
* Remove deprecated legacy string representations of Skylark objectsGravatar vladmos2017-10-13
* Check parameter types for methods when multiple types are allowed.Gravatar Dmitry Lomov2017-09-25
* Automated rollback of commit 17214ac78ffaec369d5d5bafe62a39730473cfaa.Gravatar dslomov2017-09-22
* Increase the timeout for Bazel SkylarkTests to "long"Gravatar vladmos2017-09-21
* 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
* CI,windows: create test_suites for Windows testsGravatar L?szl? Csomor2017-09-19
* Implement support for Skylark param files.Gravatar tomlu2017-09-19
* Move RuleConfiguredTarget to lib.analysis.configuredtargets.Gravatar gregce2017-09-19
* Project reorg: move *ConfiguredTarget to new configuredtargets/ pathGravatar gregce2017-09-18
* Rollback context.actions.args() functionality.Gravatar tomlu2017-09-14
* Fix string representations for root objectsGravatar vladmos2017-09-12
* Update ContainingPackageLookupFunction to properly handle cases where aGravatar John Cater2017-09-07
* More BUILD file refactorings.Gravatar philwo2017-09-06
* 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
* Implement CustomCommandLine support for Skylark.Gravatar tomlu2017-08-28
* Make tests independent of the current state of the incompatible_descriptive_s...Gravatar vladmos2017-08-28
* Implement field declarations for declared providers.Gravatar dslomov2017-08-25
* Remove dialect distinction from the parser.Gravatar laurentlb2017-08-22
* Rename some of native declared providers according to the new naming scheme.Gravatar dslomov2017-08-21