summaryrefslogtreecommitdiff
path: root/src/pkg/datafmt/parser.go
AgeCommit message (Collapse)AuthorFilesLines
2009-10-14move datafmt into expRuss Cox1-383/+0
R=gri DELTA=3006 (1503 added, 1503 deleted, 0 changed) OCL=35730 CL=35735
2009-10-08more lgtm files from gofmtRuss Cox1-2/+2
R=gri OCL=35485 CL=35488
2009-10-06apply gofmt to datafmt, ebnf, exec, expvar, flag, fmtRuss Cox1-24/+28
R=gri DELTA=456 (6 added, 3 deleted, 447 changed) OCL=35398 CL=35406
2009-09-17unused importsRuss Cox1-1/+0
R=r OCL=34731 CL=34731
2009-09-15more "declared and not used".Russ Cox1-1/+1
the last round omitted := range and only checked 1 out of N vars in a multi-var := R=r OCL=34624 CL=34638
2009-09-14fix "declared and not used" errors in non-test code.Russ Cox1-2/+1
R=r DELTA=112 (6 added, 57 deleted, 49 changed) OCL=34610 CL=34610
2009-08-12convert non-low-level non-google pkg codeRuss Cox1-3/+0
to whole-package compilation. R=r OCL=33070 CL=33101
2009-07-14update remaining files to match new scanner/parser interfaceRobert Griesemer1-69/+7
and use shared error handling infrastructure R=rsc DELTA=109 (3 added, 86 deleted, 20 changed) OCL=31600 CL=31605
2009-06-29io.StringBytes -> strings.BytesRuss Cox1-2/+1
io.ByteBuffer -> bytes.Buffer left io.ByteBuffer stub around for now, for protocol compiler. R=r OCL=30861 CL=30872
2009-06-09mv src/lib to src/pkgRob Pike1-0/+447
tests: all.bash passes, gobuild still works, godoc still works. R=rsc OCL=30096 CL=30102