summaryrefslogtreecommitdiff
path: root/src/pkg/go/scanner/scanner.go
AgeCommit message (Expand)AuthorFilesLines
2009-10-06apply gofmt to go, gob, hash, http, image, io, json, logRuss Cox1-67/+100
2009-08-26change IsDecimalDigit to IsDigit because Decimal is redundantRob Pike1-1/+1
2009-08-12convert non-low-level non-google pkg codeRuss Cox1-1/+0
2009-07-17Produce friendlier errors messages for malformed characterAustin Clements1-7/+21
2009-07-14- added Filename field to token.PositionRobert Griesemer1-16/+28
2009-07-09Show BUG comments in godoc:Robert Griesemer1-1/+2
2009-06-18`` strings may span multiple linesRobert Griesemer1-1/+1
2009-06-09mv src/lib to src/pkgRob Pike1-0/+501