aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/syntax/Printer.java
Commit message (Expand)AuthorAge
* Skylark Pretty Printer: shorten empty listGravatar Klaus Aehlig2018-06-14
* Add a pretty-printer class to SkylarkGravatar Klaus Aehlig2018-05-29
* Fix Printer.getPrinter(boolean)Gravatar brandjon2018-04-09
* Split Args#add into three methods.Gravatar tomlu2018-04-05
* Add option to restrict format strings to %sGravatar brandjon2018-04-04
* Change Skylark's print() on a rule target to print the Skylark-exposed provid...Gravatar cparsons2018-02-16
* Break dependency on vfs from the interface of syntax and cmdline.Gravatar tomlu2017-11-06
* Remove deprecated legacy string representations of Skylark objectsGravatar vladmos2017-10-13
* Use SkylarkSemantics in place of options class in the interpreterGravatar brandjon2017-10-06
* Fix NPE in PrinterGravatar brandjon2017-08-17
* Clean up string representations for unknown objectsGravatar vladmos2017-07-17
* Automated rollback of commit 0d2aa6369b09940d584b544fb10796387e0fafa0.Gravatar brandjon2017-07-12
* Clean up string representations for unknown objectsGravatar vladmos2017-07-12
* Make some objects SkylarkValuesGravatar vladmos2017-07-11
* Clean up string representations for labelsGravatar vladmos2017-07-05
* Refactor PrinterGravatar vladmos2017-07-03
* Add a pretty printer for Skylark ASTsGravatar brandjon2017-06-28
* Add missing fall through commentGravatar Liam Miller-Cushon2017-02-20
* Do not sort dict keys when printingGravatar Vladimir Moskva2017-02-17
* Disallow comparison of objects of different types in SkylarkGravatar Vladimir Moskva2017-02-16
* Automated cleanupGravatar Laurent Le Brun2016-10-12
* Make SkylarkList a List.Gravatar Francois-Rene Rideau2016-01-22
* Move annotation classes used for referencing framework Java classes from Skyl...Gravatar John Field2015-12-16
* 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
* 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
* Refactor SkylarkList to allow MutableListGravatar Francois-Rene Rideau2015-09-21
* Cleanup Skylark types some moreGravatar Francois-Rene Rideau2015-09-17
* Create an abstraction for user defined data types in Skylark.Gravatar Lukacs Berki2015-09-17
* Remove dead code, set private visibilityGravatar Laurent Le Brun2015-09-14
* 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
* Implement Skylark function reprGravatar Francois-Rene Rideau2015-06-15
* Skylark: fix escaping of backslashGravatar Francois-Rene Rideau2015-06-08