aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/syntax/SelectorValue.java
Commit message (Expand)AuthorAge
* @AutoCodec SelectorValue. Rather than making mapMarshaller handle wildcards b...Gravatar janakr2018-03-23
* Remove comment that is false as of a recent commit.Gravatar nharmata2018-03-12
* Keep the order of select branches the same as it was in the BUILD file.Gravatar lberki2018-02-26
* Remove deprecated legacy string representations of Skylark objectsGravatar vladmos2017-10-13
* Make SkylarkValue instances mutable by defaultGravatar vladmos2017-07-11
* Clean up string representations for select valuesGravatar vladmos2017-07-07
* Refactor PrinterGravatar vladmos2017-07-03
* Fix NullPointerException on "select({}) + <something else>" clauses.Gravatar Greg Estren2016-10-05
* Add support for custom "no match" errors in select()s.Gravatar Greg Estren2016-05-11
* Make SkylarkList a List.Gravatar Francois-Rene Rideau2016-01-22
* Permit proto serialization of configured attribute valuesGravatar Mark Schaller2016-01-04
* Sort entries in SelectorValue.Gravatar Han-Wen Nienhuys2015-11-18
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Separate build-specific types and types inherent to Skylark.Gravatar Lukacs Berki2015-09-21
* Configurable attributes: support embeddable selects. With thisGravatar Greg Estren2015-04-14
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25