aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/syntax/SelectorList.java
Commit message (Expand)AuthorAge
* Make SkylarkList a List.Gravatar Francois-Rene Rideau2016-01-22
* Improve error message for select objects ('+' operator for incompatible types)Gravatar Laurent Le Brun2015-11-05
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Separate build-specific types and types inherent to Skylark.Gravatar Lukacs Berki2015-09-21
* Even more select concatenation: this time when a glob is *in*Gravatar Greg Estren2015-05-28
* Let select concatenation mix Skylark and native listsGravatar Greg Estren2015-05-15
* Allow "attr = glob([*]) + select({...})" intermixing inGravatar Greg Estren2015-05-15
* Configurable attributes: support embeddable selects. With thisGravatar Greg Estren2015-04-14