aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/skylark/SkylarkAttr.java
Commit message (Expand)AuthorAge
* 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
* Skylark: Make 'cfg = "data"' a noop.Gravatar gregce2018-05-25
* Migrate annotations of SkylarkAttr to an interface class.Gravatar cparsons2018-04-30
* Migrate configuration_field() to SkylarkCallable.Gravatar cparsons2018-04-17
* Cleanup @SkylarkCallable parameters and their error handling.Gravatar cparsons2018-04-06
* Convert several SkylarkAttr methods to use @SkylarkCallable instead of @Skyla...Gravatar cparsons2018-03-22
* Use an immutable Attribute factory in objects that are persisted to Skyframe,...Gravatar janakr2018-03-22
* Remove Skylark ConfigurationTransition.DATA references.Gravatar gregce2018-01-29
* Fix the attr documentationGravatar vladmos2018-01-05
* Replace Attribute.ConfigurationTransition with config.transitions.Configurati...Gravatar gregce2017-12-28
* Replace Attribute.SplitTransition with config.transitions.SplitTransition.Gravatar gregce2017-12-22
* Change cfg(HOST) to cfg(HostTransition.INSTANCE).Gravatar gregce2017-12-21
* Fix the attr documentationGravatar vladmos2017-12-21
* Expose ObjcProtoAspect to Skylark.Gravatar cparsons2017-12-20
* Fix a documentation linkGravatar vladmos2017-12-18
* Fix the documentation formatting for SkylarkAttrGravatar vladmos2017-12-15
* Add more links to examples in the documentation.Gravatar laurentlb2017-12-13
* Fix missing print statements in output functionsGravatar vladmos2017-12-02
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Expose late-bound-attributes to Skylark.Gravatar cparsons2017-11-06
* Expose Apple Multi-architecture Split Transition to Skylark.Gravatar cparsons2017-11-02
* Move the Skylark rule infrastructure from lib.rules to lib.analysis.skylarkGravatar ulfjack2017-08-09