summaryrefslogtreecommitdiff
path: root/src/pkg/go/token
AgeCommit message (Expand)AuthorFilesLines
2011-06-30Imported Upstream version 58upstream/58Ondřej Surý1-15/+39
2011-04-28Imported Upstream version 2011.04.27upstream/2011.04.27Ondřej Surý1-3/+2
2011-04-26Imported Upstream version 2011.04.13upstream/2011.04.13Ondřej Surý1-7/+8
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý3-22/+75
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý4-41/+570
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-23go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia1-2/+2
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-08-12convert non-low-level non-google pkg codeRuss Cox1-53/+4
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 Pike2-0/+407