summaryrefslogtreecommitdiff
path: root/src/lib/go
AgeCommit message (Expand)AuthorFilesLines
2009-06-09mv src/lib to src/pkgRob Pike14-5174/+0
2009-06-05rebuilt Makefiles for CL 29923Russ Cox5-70/+30
2009-06-04allow &^= in assignmentsRobert Griesemer1-2/+2
2009-06-02remove superfluous indirectionRobert Griesemer1-7/+7
2009-06-02- renamed format -> datafmtRobert Griesemer2-1/+132
2009-06-01- enable scanner to handle illegal chars w/o returning an errorRobert Griesemer3-15/+55
2009-05-22move pretty/comment.go into go/doc.Russ Cox3-96/+329
2009-05-22- fix regexp once more in doc.go:Robert Griesemer1-1/+1
2009-05-21fix regexp to strip comment markersRobert Griesemer1-1/+1
2009-05-21adjustments for relaxed composite literal syntaxRobert Griesemer1-30/+9
2009-05-20more useful error stringRobert Griesemer1-1/+5
2009-05-18- changed parser to return os.Error, removed ErrorHandlerRobert Griesemer3-82/+144
2009-05-15don't require ()'s around composite literals if theRobert Griesemer1-31/+26
2009-05-13Simplified AST:Robert Griesemer2-39/+13
2009-05-11A couple of godoc improvements:Robert Griesemer1-8/+17
2009-05-11change utf8.FullRuneInString and utf8.DecodeRuneInStringRuss Cox1-1/+1
2009-05-08implications of stricter type equality:Russ Cox1-2/+2
2009-05-08Name change to improve embeddability:Rob Pike1-1/+1
2009-05-06makefile fixesRuss Cox1-45/+0
2009-05-05add missing Makefile to repair buildRob Pike1-0/+45
2009-05-05new dir structure for lib/goRobert Griesemer13-100/+340
2009-04-25- install doc in lib/goRobert Griesemer2-2/+569
2009-04-24- fixed a couple of potential end-less loopsRobert Griesemer1-10/+11
2009-04-16Convert go tree to hierarchical pkg directory:Russ Cox6-47/+51
2009-04-16regenerate Makefiles.Russ Cox1-14/+23
2009-04-15code changes for array conversion.Russ Cox1-1/+1
2009-04-15godoc: use data-driven templates for html, text generationRuss Cox1-5/+27
2009-04-02require ";" separator after function literalsRobert Griesemer1-0/+1
2009-04-02- Ident node now takes a string Value instead of a []bytesRobert Griesemer2-11/+11
2009-04-02Some AST tuning:Robert Griesemer2-89/+89
2009-03-311) Move parser.go into src/lib/goRobert Griesemer4-24/+2053
2009-03-27- have explicit KeyValueExpr node instead of BinaryExpr ':' (as discussed)Robert Griesemer2-12/+17
2009-03-26minor tweaks:Robert Griesemer2-15/+40
2009-03-26move AST into src/lib/goRobert Griesemer2-2/+759
2009-03-26fix scanner initialization, add testRobert Griesemer2-2/+27
2009-03-26- renamed scanner.Location to token.PositionRobert Griesemer3-64/+74
2009-03-26- introduce explicit Token typeRobert Griesemer3-26/+29
2009-03-16added &^ and &^=Robert Griesemer3-2/+14
2009-03-12- remove special handling of '\n' characters (used to be treated as commentsRobert Griesemer2-187/+181
2009-03-11- scanner to track line/col number instead of byte position onlyRobert Griesemer2-67/+71
2009-03-10- allow unicode digits in identifiersRobert Griesemer2-28/+42
2009-03-09- more documentation adjustmentsRobert Griesemer2-6/+5
2009-03-09Fixing comment.Robert Griesemer1-2/+2
2009-03-09scanner.go documentationRobert Griesemer1-13/+18
2009-03-09token.go documentationRobert Griesemer1-10/+32
2009-03-09- directory rename lang -> goRobert Griesemer4-0/+1039