aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/packages/BuildType.java
Commit message (Expand)AuthorAge
* Remove Label.parseAbsolute(string, boolean). The goal is to get rid of all la...Gravatar dannark2018-06-22
* Audit usages of Label.getRelative and update to Label.getRelativeWithRemappingGravatar dannark2018-06-21
* Take into account repository mapping when processing labels inside BUILD file...Gravatar dannark2018-06-21
* On type errors for select()s, show which branch is responsible.Gravatar gregce2018-06-19
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-01
* @AutoCodec for TypeGravatar shahan2018-03-05
* Micro-optimization - presize internal Selector mapGravatar michajlo2017-08-08
* Make selector list construction n^2 -> n efficient.Gravatar gregce2017-08-07
* Make SkylarkValue instances mutable by defaultGravatar vladmos2017-07-11
* Clean up string representations for select valuesGravatar vladmos2017-07-07
* Allow strings as default values of labelsGravatar vladmos2017-07-05
* Refactor PrinterGravatar vladmos2017-07-03
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* Make SelectorList.toString() user-friendly.Gravatar gregce2017-06-01
* Rephrase AbstractAttributeMapper#visitLabels such that we can avoid creating ...Gravatar nharmata2017-04-05
* Add the LABEL_KEYED_STRING_DICT type for attributes.Gravatar Michael Staib2017-02-24
* Refactoring: Types report what class of labels they contain.Gravatar Michael Staib2017-02-14
* Rollback of commit cdbad585187dfe7bbb4d69ad68a1baf852beb691.Gravatar Michael Staib2017-02-14
* Refactoring: Types report what class of labels they contain.Gravatar Michael Staib2017-02-13
* Be honest about type in Type#visitLabelsGravatar Michajlo Matijkiw2016-09-22
* Implement label visitation using visitorGravatar Michajlo Matijkiw2016-09-21
* Use Object for what instead of StringGravatar Michajlo Matijkiw2016-09-21
* Some optimizations in Type#flatten (used under the covers by AggregatingAttri...Gravatar Nathan Harmata2016-08-25
* 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