summaryrefslogtreecommitdiff
path: root/src/pkg/go/scanner/scanner_test.go
AgeCommit message (Expand)AuthorFilesLines
2009-09-15more "declared and not used".Russ Cox1-3/+3
2009-09-14fix "declared and not used" errors in non-test code.Russ Cox1-1/+0
2009-08-12convert non-low-level non-google pkg codeRuss Cox1-8/+7
2009-07-14- added Filename field to token.PositionRobert Griesemer1-20/+121
2009-07-09fix to scanner_test after change to //-style comment tokenRobert Griesemer1-0/+5
2009-06-29io.StringBytes -> strings.BytesRuss Cox1-5/+5
2009-06-18`` strings may span multiple linesRobert Griesemer1-0/+2
2009-06-09mv src/lib to src/pkgRob Pike1-0/+276