aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/syntax/TypeTest.java
Commit message (Expand)AuthorAge
* Automated refactor of Label.parseAbsolute() to always pass a repository mappingGravatar dannark2018-06-27
* Allow strings as default values of labelsGravatar vladmos2017-07-05
* Migrate Java tests to Truth.Gravatar lberki2017-05-30
* Fixes incorrectly-ordered arguments to calls to assertEqualsGravatar Googler2017-05-19
* Rephrase AbstractAttributeMapper#visitLabels such that we can avoid creating ...Gravatar nharmata2017-04-05
* Delete STRING_DICT_UNARYGravatar michajlo2017-03-31
* Allow ' ', '(', ')' and '$' in labels Gravatar Damien Martin-Guillerez2017-03-06
* Add the LABEL_KEYED_STRING_DICT type for attributes.Gravatar Michael Staib2017-02-24
* Refactor SkylarkNestedSet to not implement IterableGravatar Jon Brandvein2017-01-20
* Fix Windows JDK7 testsGravatar Kristina Chodorow2016-09-22
* Be honest about type in Type#visitLabelsGravatar Michajlo Matijkiw2016-09-22
* Implement label visitation using visitorGravatar Michajlo Matijkiw2016-09-21
* Some optimizations in Type#flatten (used under the covers by AggregatingAttri...Gravatar Nathan Harmata2016-08-25
* Remove LABEL_LIST_DICT type. This was only used for abi_deps,Gravatar Greg Estren2016-05-11
* Make SkylarkList a List.Gravatar Francois-Rene Rideau2016-01-22
* Renamed setUp methods and made them final in devtools/build/lib/syntax tests.Gravatar Florian Weikert2015-12-01
* Replace home-made assertions with equivalent Google Truth calls.Gravatar Carmi Grushko2015-11-11
* Replace "Google Inc" with "The Bazel Authors" in every copyright notice.Gravatar Lukacs Berki2015-10-21
* 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