aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/syntax/PrinterTest.java
Commit message (Expand)AuthorAge
* Add option to restrict format strings to %sGravatar brandjon2018-04-04
* Remove deprecated legacy string representations of Skylark objectsGravatar vladmos2017-10-13
* Fix NPE in PrinterGravatar brandjon2017-08-17
* Make SkylarkValue instances mutable by defaultGravatar vladmos2017-07-11
* Clean up string representations for labelsGravatar vladmos2017-07-05
* Refactor PrinterGravatar vladmos2017-07-03
* Migrate Java tests to Truth.Gravatar lberki2017-05-30
* Do not sort dict keys when printingGravatar Vladimir Moskva2017-02-17
* Make SkylarkList a List.Gravatar Francois-Rene Rideau2016-01-22
* Optionally limits the length of the output of Printer.printList() (default = ...Gravatar Florian Weikert2015-10-05
* Rollback of commit d7b64bd03100300b79cd33d04904ce9b0e6a5332.Gravatar Janak Ramakrishnan2015-10-05
* Limit the length of the output of Printer.printList().Gravatar Florian Weikert2015-09-30
* 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
* Parse the label syntax "@//a:b" so that eventually we can make that the synta...Gravatar Lukacs Berki2015-09-15
* Move global objects to RuntimeGravatar Francois-Rene Rideau2015-08-31
* Refactor skylark format internalsGravatar Francois-Rene Rideau2015-08-26
* Changes related to the order of Skylark dictionaries:Gravatar Florian Weikert2015-08-04
* Printer can be configured to use single quotation marks instead of double quo...Gravatar Florian Weikert2015-07-01
* Rollback of commit 13ef26d0817a429bf214d3dc4c5551e616e403fe.Gravatar Laurent Le Brun2015-06-30
* Skylark: write labels readablyGravatar Francois-Rene Rideau2015-06-18
* Skylark: support %r format specifierGravatar Francois-Rene Rideau2015-06-17
* Default Android dependencies to a //external: label with a default binding to...Gravatar Lukacs Berki2015-06-16
* Implement Skylark function reprGravatar Francois-Rene Rideau2015-06-15