aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/skylark
Commit message (Expand)AuthorAge
* Make explicit the contract of ConfiguredTarget builders returning null when t...Gravatar cparsons2018-07-30
* Automated rollback of commit be88b8539b30d1c36c68b0f6acfe1e9ae010db3b.Gravatar cparsons2018-07-30
* Improve artifact->owner label accounting in two ways. First, don't do the ful...Gravatar janakr2018-07-30
* Throw a rule error when a skylark rule implementation returns multiple provid...Gravatar cparsons2018-07-27
* [Skylark] Support dictionaries in structs when serializing them using struct....Gravatar Taras Tsugrii2018-07-25
* Use the single-string arg formatter for param file format.Gravatar tomlu2018-07-25
* Increase sharding for SkylarkTestsGravatar laurentlb2018-07-25
* Add --incompatible_disable_deprecated_attr_params to disable some deprecated ...Gravatar cparsons2018-07-16
* Test suite to verify contracts of @SkylarkCallable and @SkylarkModule which a...Gravatar cparsons2018-07-13
* For all top-level artifacts, track the labels that own them when that is avai...Gravatar janakr2018-07-13
* Remove Skylark calls to ctx.fragments.cpp fields that depend on CToolchain. T...Gravatar juliexxia2018-07-10
* Remove support for java_runtime_suiteGravatar cushon2018-07-05
* Refactor TemplateExpansionAction so that various strategies can be used to im...Gravatar kush2018-06-29
* Add --incompatible_disable_data_transition for 'cfg = "data"' Skylark callsGravatar gregce2018-06-27
* Automated refactor of Label.parseAbsolute() to always pass a repository mappingGravatar dannark2018-06-27
* Make DefaultInfo.default_runfiles return all runfiles if the runfiles field o...Gravatar cparsons2018-06-26
* Remove Label.parseAbsolute(string, boolean). The goal is to get rid of all la...Gravatar dannark2018-06-22
* Expose aspect actions from Skylark.Gravatar tomlu2018-06-22
* Create a method for initializing build API libraries using object instances i...Gravatar cparsons2018-06-21
* Migrate DefaultInfo and its provider to skylarkbuildapiGravatar cparsons2018-06-21
* Allow structField callables to specify useSkylarkSemantics, useLocation, and ...Gravatar cparsons2018-06-20
* Migrate Actions provider to skylarkbuildapiGravatar cparsons2018-06-20
* Be more permissive when dealing with rules which haveGravatar jcater2018-06-19
* Add more logging when executionPlatformConstraintsAllowed is set to PER_TARGETGravatar jcater2018-06-19
* Remove LIPO supportGravatar hlopko2018-06-15
* Allow Skylark rules to specify whether targets can add execution platform con...Gravatar John Cater2018-06-14
* Enable per-target execution for genrule, sh_*, and *_test.Gravatar jcater2018-06-13
* Split AnalysisResult into a top-level classGravatar ulfjack2018-06-13
* Let Skylark rules take part in MakeVariableExpandingRule expansions using theGravatar jcater2018-06-04
* Make tools in action inputs an error.Gravatar tomlu2018-06-02
* Amend a skylark test to attempt access of FilesToRunProvider.executableGravatar cparsons2018-06-01
* Fix `equals()` and `hashCode()` for artifacts: artifacts of different classes...Gravatar Dmitry Lomov2018-05-30
* Skylark: Exposes disabled features from rule context to SkylarkGravatar plf2018-05-28
* Skylark: Make 'cfg = "data"' a noop.Gravatar gregce2018-05-25
* Migrate struct() to skylarkbuildapiGravatar cparsons2018-05-24
* Create GlobalBootstrap and the Bootstrap interface to add portions of the bui...Gravatar cparsons2018-05-23
* Add typo detection when lookups on SkylarkModules fail.Gravatar Googler2018-05-22
* Rename CommandAction.getEnvironment, add AbstractAction.getEnvironmentGravatar ulfjack2018-05-17
* Enable manual trimming of config_feature_flags.Gravatar mstaib2018-05-16
* Fix tests to be compatible with deferred param files.Gravatar tomlu2018-05-02
* Name LateBoundDefaultApi skylark type.Gravatar cparsons2018-04-30
* Allow skylark rule definitions to advertise providers that targets of the rul...Gravatar cparsons2018-04-27
* Abstract away the param file write action from tests.Gravatar tomlu2018-04-26
* Prevent Skylark actions from setting arbitrary execution infoGravatar ulfjack2018-04-25
* Migrate most of SkylarkRuleClassFunctions to use @SkylarkCallableGravatar cparsons2018-04-17
* Update format implementation in ctx.actions.args.Gravatar tomlu2018-04-16
* Introduce tools attribute to ctx.actions.run and friends.Gravatar tomlu2018-04-16
* Create @SkylarkGlobalLibrary annotation, allowing classes/interfaces with glo...Gravatar cparsons2018-04-16
* Implement positional overloads for ctx.actions.args.Gravatar tomlu2018-04-16
* Introduce `--incompatible_disallow_filetype` to remove the `FileType` function.Gravatar laurentlb2018-04-13