summaryrefslogtreecommitdiff
path: root/src/lib/go/token/token.go
AgeCommit message (Collapse)AuthorFilesLines
2009-06-09mv src/lib to src/pkgRob Pike1-347/+0
tests: all.bash passes, gobuild still works, godoc still works. R=rsc OCL=30096 CL=30102
2009-05-18- changed parser to return os.Error, removed ErrorHandlerRobert Griesemer1-0/+8
- added IsValid predicate to token.Position - updated pretty, godoc, gobuild - updated/expanded test cases R=rsc DELTA=265 (97 added, 78 deleted, 90 changed) OCL=28961 CL=29005
2009-05-08implications of stricter type equality:Russ Cox1-2/+2
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-05new dir structure for lib/goRobert Griesemer1-0/+339
R=r DELTA=9298 (4760 added, 4536 deleted, 2 changed) OCL=28317 CL=28317