summaryrefslogtreecommitdiff
path: root/src/pkg/go/token/token.go
AgeCommit message (Expand)AuthorFilesLines
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-40/+1
2010-03-02gofmt: experiment: align values in map composites where possibleRobert Griesemer1-51/+51
2010-02-24go/scanner: support for complex (imaginary) constantsRobert Griesemer1-0/+2
2009-12-151) Change default gofmt default settings forRobert Griesemer1-121/+121
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer1-11/+11
2009-11-06- fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer1-15/+5
2009-11-04gofmt-ify src/pkg/go (excluding printer directory due to pending CL,Robert Griesemer1-133/+133
2009-09-16make String work on Position values, to enableRuss Cox1-11/+9
2009-09-08documentation edits:Russ Cox1-63/+63
2009-07-30- don't call String method of AST nodes when converting them to textRobert Griesemer1-7/+9
2009-07-30String method for token.Position. Extracted from gri's tree.Austin Clements1-1/+20
2009-07-20Fix typo. MUL_ASSIGN is "*=", not "+=".Austin Clements1-1/+1
2009-07-14- added Filename field to token.PositionRobert Griesemer1-0/+1
2009-06-09mv src/lib to src/pkgRob Pike1-0/+347