aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/skylark/SkylarkRuleClassFunctionsTest.java
Commit message (Expand)AuthorAge
* [Skylark] Support dictionaries in structs when serializing them using struct....Gravatar Taras Tsugrii2018-07-25
* Add --incompatible_disable_deprecated_attr_params to disable some deprecated ...Gravatar cparsons2018-07-16
* Add --incompatible_disable_data_transition for 'cfg = "data"' Skylark callsGravatar gregce2018-06-27
* Remove Label.parseAbsolute(string, boolean). The goal is to get rid of all la...Gravatar dannark2018-06-22
* Allow structField callables to specify useSkylarkSemantics, useLocation, and ...Gravatar 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
* Allow Skylark rules to specify whether targets can add execution platform con...Gravatar John Cater2018-06-14
* Skylark: Make 'cfg = "data"' a noop.Gravatar gregce2018-05-25
* Migrate struct() to skylarkbuildapiGravatar cparsons2018-05-24
* Add typo detection when lookups on SkylarkModules fail.Gravatar Googler2018-05-22
* Name LateBoundDefaultApi skylark type.Gravatar cparsons2018-04-30
* 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 @SkylarkGlobalLibrary annotation, allowing classes/interfaces with glo...Gravatar cparsons2018-04-16
* Introduce `--incompatible_disallow_filetype` to remove the `FileType` function.Gravatar laurentlb2018-04-13
* Make RuleClass serializable and remove Environment from it, since it was only...Gravatar janakr2018-03-30
* Convert several SkylarkAttr methods to use @SkylarkCallable instead of @Skyla...Gravatar cparsons2018-03-22
* Expose an actions provider on RuleConfiguredTarget instances.Gravatar cparsons2018-03-06
* expectThrows has been renamed to assertThrowsGravatar cushon2018-02-24
* Remove Skylark ConfigurationTransition.DATA references.Gravatar gregce2018-01-29
* Remove ConfigurationTransitionProxy.NONE and BaseRuleClasses.DYNAMIC_TRANSITI...Gravatar gregce2018-01-18
* Info-related cleanupsGravatar brandjon2018-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
* Change cfg(HOST) to cfg(HostTransition.INSTANCE).Gravatar gregce2017-12-21
* Expose ObjcProtoAspect to Skylark.Gravatar cparsons2017-12-20
* Fix missing print statements in output functionsGravatar vladmos2017-12-02
* Update tests to use the label-based load() syntax.Gravatar laurentlb2017-11-30
* Shape sharing for Skylark providers.Gravatar Benjamin Peterson2017-11-27
* Add memory profiler.Gravatar tomlu2017-10-18
* Implement field declarations for declared providers.Gravatar dslomov2017-08-25
* Move the Skylark rule infrastructure from lib.rules to lib.analysis.skylarkGravatar ulfjack2017-08-09
* Use RequiredProviders to validate rule prerequisites in RuleContext.Gravatar dslomov2017-08-03
* Automated rollback of commit c32e1b1efcd703b3780de47fba62974123593d71.Gravatar dslomov2017-08-02
* Better names for declared providers-related classes.Gravatar dslomov2017-08-01
* Use RequiredProviders to validate rule prerequisites in RuleContext.Gravatar dslomov2017-07-31
* Add doc argument to attr.*, rule, aspect, and provider.Gravatar allevato2017-07-10
* Improve error message when calling a builtin function with wrong typeGravatar laurentlb2017-07-07
* Remove the ToolchainConstructor class and change uses to be either aGravatar John Cater2017-07-06
* Allow strings as default values of labelsGravatar vladmos2017-07-05
* Rule functions should return None instead of internal Rule objectsGravatar vladmos2017-06-20
* Remove all imports of org.junit.Assert except for static imports of #fail().Gravatar lberki2017-06-01
* Migrate Java tests to Truth.Gravatar lberki2017-05-30
* Add toolchains data to RuleClass and RuleContext.Gravatar John Cater2017-05-19
* Allow declared providers in attribute and aspect defintions.Gravatar Dmitry Lomov2017-03-06
* Allow ' ', '(', ')' and '$' in labels Gravatar Damien Martin-Guillerez2017-03-06
* Refactor implementation of native and Skylark declared providers.Gravatar Dmitry Lomov2017-03-03
* Rollback of commit 34ffc4cab1b6cdde54e5945427b79c24fff39aa5.Gravatar Dmitry Lomov2017-03-02