aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/skylark/SkylarkRuleClassFunctions.java
Commit message (Expand)AuthorAge
* test-wrapper: add empty impl + Bazel flagGravatar Laszlo Csomor2018-08-14
* Add a flag to split test.xml generation into a separate SpawnGravatar ulfjack2018-07-27
* Create Bazel coverage report action.Gravatar elenairina2018-07-06
* Remove old (dead) SkylarkSignature-binding code from some classes.Gravatar cparsons2018-06-27
* Automated refactor of Label.parseAbsolute() to always pass a repository mappingGravatar dannark2018-06-27
* Initial check-in of skydoc rewrite.Gravatar cparsons2018-06-26
* Remove Label.parseAbsolute(string, boolean). The goal is to get rid of all la...Gravatar dannark2018-06-22
* Audit usages of Label.getRelative and update to Label.getRelativeWithRemappingGravatar dannark2018-06-21
* Migrate DefaultInfo and its provider to skylarkbuildapiGravatar cparsons2018-06-21
* Migrate Actions provider to skylarkbuildapiGravatar cparsons2018-06-20
* Make variable providers coming from the toolchains attribute shouldn't beGravatar jcater2018-06-19
* Clean up uses of SkylarkList<String> and ast in toolchains parameters.Gravatar John Cater2018-06-18
* 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
* Add LabelLateBoundDefault to :coverage_report_generator attributeGravatar dbabkin2018-06-07
* Add LabelLateBoundDefault to :coverage_support attributeGravatar dbabkin2018-06-07
* Automated rollback of commit 1b041c86147098451bffc94d2602aea26ee16e06.Gravatar juliexxia2018-06-05
* Automated rollback of commit 52c4d05d1bfd54ea901e9926be7b262dd45e34de.Gravatar dbabkin2018-06-05
* Add LabelLateBoundDefault to :coverage_report_generator attributeGravatar dbabkin2018-06-05
* Add LabelLateBoundDefault to :coverage_support attributeGravatar dbabkin2018-06-05
* Let Skylark rules take part in MakeVariableExpandingRule expansions using theGravatar jcater2018-06-04
* Migrate OutputGroupInfo to skylarkbuildapiGravatar cparsons2018-05-24
* Migrate struct() to skylarkbuildapiGravatar cparsons2018-05-24
* RELNOTES: Update the skylark DefaultInfo documentation to spell out runfiles,...Gravatar Googler2018-05-17
* Migrate almost all Skylark global modules to skylarkbuildapiGravatar cparsons2018-05-07
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-01
* Use a new pattern for builtin Provider objects with @SkylarkCallable.Gravatar cparsons2018-05-01
* Allow skylark rule definitions to advertise providers that targets of the rul...Gravatar cparsons2018-04-27
* Migrate most of SkylarkRuleClassFunctions to use @SkylarkCallableGravatar cparsons2018-04-17
* Create @SkylarkConstructor annotation, to annotate certain global-namespace @...Gravatar cparsons2018-04-16
* Create @SkylarkGlobalLibrary annotation, allowing classes/interfaces with glo...Gravatar cparsons2018-04-16
* Introduce `--incompatible_disallow_filetype` to remove the `FileType` function.Gravatar laurentlb2018-04-13
* Migrate Info's skylark methods to @SkylarkCallableGravatar cparsons2018-04-10
* Replaces JavaSerializableCodec with DynamicCodec as the defaultGravatar shahan2018-04-04
* Make RuleClass serializable and remove Environment from it, since it was only...Gravatar janakr2018-03-30
* Make a bunch more stuff serializable, especially anonymous classes and lambda...Gravatar janakr2018-03-26
* Add more documentation for rule.outputsGravatar brandjon2018-03-20
* Tag Attribute, SkylarkDefinedAspect and some other Skylark classes withGravatar mjhalupka2018-03-12
* Fix broken links and formattingGravatar brandjon2018-03-10
* Fix incomplete documentation changeGravatar brandjon2018-03-06
* Revamp docs for ctx.outputsGravatar brandjon2018-03-02
* Revamp discussion of executable/test rulesGravatar brandjon2018-03-02
* Migrate a few trivial uses of @SkylarkSignature to use @SkylarkCallable insteadGravatar cparsons2018-03-01
* Revamp docs for default outputs / output groupsGravatar brandjon2018-02-26
* Remove hard-wired basenames for the test setup and the coverage collection sc...Gravatar lberki2018-02-09
* Remove Skylark ConfigurationTransition.DATA references.Gravatar gregce2018-01-29
* Allow late bound defaults in skylark aspectsGravatar cparsons2018-01-04
* Replace Attribute.ConfigurationTransition with config.transitions.Configurati...Gravatar gregce2017-12-28
* Rename some ClassObject/Provider-related methodsGravatar brandjon2017-12-28