aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/syntax/Type.java
Commit message (Expand)AuthorAge
* Remove glob list from native rulesGravatar laurentlb2018-05-16
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-01
* @AutoCodec for TypeGravatar shahan2018-03-05
* Keep order of dict attributes the same as it was in the BUILD file.Gravatar lberki2018-02-26
* Reduce iterator usage on hot code pathsGravatar michajlo2017-10-07
* Remove general list typeGravatar michajlo2017-09-06
* Misc cleanups of syntax dirGravatar brandjon2017-07-12
* Refactor PrinterGravatar vladmos2017-07-03
* Introduce --incompatible_depset_is_not_iterableGravatar laurentlb2017-06-21
* Rephrase AbstractAttributeMapper#visitLabels such that we can avoid creating ...Gravatar nharmata2017-04-05
* Delete STRING_DICT_UNARYGravatar michajlo2017-03-31
* 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
* Refactor SkylarkNestedSet to not implement IterableGravatar Jon Brandvein2017-01-20
* 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
* General cleanup for the configured target / aspect creation code.Gravatar Ulf Adams2016-01-19
* Make unsafe list methods non-publicGravatar Laurent Le Brun2015-12-28
* Workaround javac 1.7 bugGravatar Dmitry Lomov2015-11-19
* Unify Skylark and BUILD listsGravatar Francois-Rene Rideau2015-10-20
* Change uses of Lists#newArrayListWithExpectedSize to ArrayList#ArrayList(int)...Gravatar Nathan Harmata2015-09-30
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Separate build-specific types and types inherent to Skylark.Gravatar Lukacs Berki2015-09-21