aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/packages/BuildTypeTest.java
Commit message (Expand)AuthorAge
* Automated refactor of Label.parseAbsolute() to always pass a repository mappingGravatar dannark2018-06-27
* Take into account repository mapping when processing labels inside BUILD file...Gravatar dannark2018-06-21
* Keep order of dict attributes the same as it was in the BUILD file.Gravatar lberki2018-02-26
* Fix SelectorList.isListType to properly consider all classes that can be assi...Gravatar jcater2017-10-27
* Refactor PrinterGravatar vladmos2017-07-03
* Migrate Java tests to Truth.Gravatar lberki2017-05-30
* Automated g4 rollback of commit d5217515002d468a3095243975e21e89eccc46b7.Gravatar ajmichael2017-05-02
* Add best practices docGravatar kchodorow2017-05-02
* Rephrase AbstractAttributeMapper#visitLabels such that we can avoid creating ...Gravatar nharmata2017-04-05
* Allow ' ', '(', ')' and '$' in labels Gravatar Damien Martin-Guillerez2017-03-06
* Add the LABEL_KEYED_STRING_DICT type for attributes.Gravatar Michael Staib2017-02-24
* 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
* Add support for custom "no match" errors in select()s.Gravatar Greg Estren2016-05-11
* Make constraints and select() work well with each other.Gravatar Greg Estren2016-04-22
* Don't keep packages in the default repository around after loading.Gravatar Brian Silverman2016-03-17
* Fileset (Google internal): code cleanup.Gravatar Laszlo Csomor2016-01-19
* Permit proto serialization of configured attribute valuesGravatar Mark Schaller2016-01-04
* Migrated tests in devtools/build/lib/packages to JUnit 4.Gravatar Florian Weikert2015-12-01
* Replace home-made assertions with equivalent Google Truth calls.Gravatar Carmi Grushko2015-11-11
* Open source more tests for packages/Gravatar Han-Wen Nienhuys2015-10-22
* 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