aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/packages/BuildType.java
Commit message (Expand)AuthorAge
* Improve fidelity of proto configured attribute serializationGravatar Michajlo Matijkiw2016-05-23
* Add support for custom "no match" errors in select()s.Gravatar Greg Estren2016-05-11
* Remove LABEL_LIST_DICT type. This was only used for abi_deps,Gravatar Greg Estren2016-05-11
* Remove abi and abi_deps attributes.Gravatar Greg Estren2016-05-09
* Let select() "unset" values via: select({"//some:condition: None }).Gravatar Greg Estren2016-04-29
* Make constraints and select() work well with each other.Gravatar Greg Estren2016-04-22
* Permit proto serialization of configured attribute valuesGravatar Mark Schaller2016-01-04
* Move Selector#defaultConditionLabel to static final varGravatar Michajlo Matijkiw2015-12-13
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Move Label from the lib.syntax to the lib.cmdline package so that:Gravatar Lukacs Berki2015-09-21
* Separate build-specific types and types inherent to Skylark.Gravatar Lukacs Berki2015-09-21