summaryrefslogtreecommitdiff
path: root/usr/gri/pretty/selftest2.go
AgeCommit message (Expand)AuthorFilesLines
2009-09-24cleanup in personal dir:Robert Griesemer1-158/+0
2009-04-21remove lots of accumulated crud:Robert Griesemer1-1/+1
2009-03-05- using doc template for gds nowRobert Griesemer1-3/+4
2009-03-05Lots of cleanups in prep. for checking in parser and ast into lib:Robert Griesemer1-1/+14
2009-03-03Automated g4 rollback of changelist 25024,Russ Cox1-4/+4
2009-02-13convert composite literals from { } to ( ).Russ Cox1-4/+4
2009-01-29- make test work with 6gRobert Griesemer1-1/+1
2009-01-26defer statementRobert Griesemer1-1/+1
2009-01-20delete exportRuss Cox1-3/+3
2009-01-15casify prettyRobert Griesemer1-9/+9
2009-01-14- use new letter definition for prettyRobert Griesemer1-0/+6
2009-01-08- fixed a bug with building right-recursive trees iterativelyRobert Griesemer1-0/+11
2009-01-06- support for [...] parsing and pretty printingRobert Griesemer1-0/+3
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox1-1/+1
2008-12-11- support for range clausesRobert Griesemer1-2/+45
2008-12-04- adjusted const decl grammar to reflect spec changesRobert Griesemer1-1/+1
2008-12-03- fixed a bug with import printing (missing separator between alias and string)Robert Griesemer1-0/+6
2008-12-02- oversight: extra allow source-level line breaks inside statement listsRobert Griesemer1-0/+3
2008-12-02- fine-tuning of white spaceRobert Griesemer1-1/+29
2008-11-26- collect addition source position information in parserRobert Griesemer1-1/+9
2008-11-17- factored out tabwriter a separate writer filterRobert Griesemer1-2/+2
2008-11-13* pretty printing snapshot: towards printing comments nicelyRobert Griesemer1-0/+36