summaryrefslogtreecommitdiff
path: root/usr/gri/pretty/format.go
AgeCommit message (Collapse)AuthorFilesLines
2009-06-01format packageRobert Griesemer1-967/+0
R=r,rsc DELTA=2871 (1712 added, 1118 deleted, 41 changed) OCL=29222 CL=29704
2009-05-20semi-weekly snapshot:Robert Griesemer1-301/+472
- format.go implementation complete - lots of documentation added (not quite complete) TBR=r OCL=29130 CL=29130
2009-05-15weekly snapshot:Robert Griesemer1-411/+242
format.go: - better error handling, indentation, support for defaults, environments for custom formatters, cleanups (more functionality, less code) pretty.go: - better comment printing using format.go made test script more robust TBR=r DELTA=622 (175 added, 305 deleted, 142 changed) OCL=28956 CL=28956
2009-05-08implications of stricter type equality:Russ Cox1-13/+13
if both types are named, they must be the same type (arising from the same declaration). R=r,gri DELTA=44 (21 added, 4 deleted, 19 changed) OCL=28436 CL=28577
2009-05-08Name change to improve embeddability:Rob Pike1-9/+9
io.Read->io.Reader io.Write,Close,etc.->io.Writer,Closer etc. R=rsc DELTA=190 (0 added, 0 deleted, 190 changed) OCL=28525 CL=28535
2009-05-06semi-weekly snapshot:Robert Griesemer1-70/+76
- format-driven pretty printing now handles all of Go code - better error handling R=r OCL=28370 CL=28372
2009-05-01weekly snapshot:Robert Griesemer1-150/+325
- template-driven ast printing now can successfully reproduce entire Go programs next steps: - fine-tuning of output - print interspersed comments - cleanup and testing against all Go programs - replace astprinter R=r OCL=28181 CL=28181
2009-04-28Some adjustments to godoc:Robert Griesemer1-62/+106
- work-around for incorrect import path - added tmpl root in order to run against a goroot w/o templates - clarifications Daily snapshot of syntax-driven formatter. Some progress. Updated gccgo Makefile. TBR=r OCL=28004 CL=28004
2009-04-25daily snapshot:Robert Griesemer1-171/+290
- more work on template-driven ast formatting - added preliminary test suite - added documentation TBR=r OCL=27858 CL=27858
2009-04-24daily snapshot:Robert Griesemer1-139/+278
- more work on template-driven ast printing R=r OCL=27851 CL=27851
2009-04-23daily snapshot:Robert Griesemer1-0/+482
- minor bug fixes in pretty, godoc - first cut at template-driven printing of ast TBR=r OCL=27825 CL=27825