summaryrefslogtreecommitdiff
path: root/usr
AgeCommit message (Expand)AuthorFilesLines
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox15-443/+443
2008-12-16fix syntax error (syntax accepted by 6g, but not by pretty printer)Robert Griesemer1-1/+1
2008-12-16- added missing fileRobert Griesemer1-0/+100
2008-12-16Snapshot.Robert Griesemer6-2/+624
2008-12-11- support for range clausesRobert Griesemer3-11/+93
2008-12-10Snapshot:Robert Griesemer4-97/+43
2008-12-09- snapshot if current stateRobert Griesemer3-27/+62
2008-12-05add support for ref counts to memory allocator.Russ Cox6-39/+196
2008-12-04malloc fixes.Russ Cox6-56/+60
2008-12-04- adjusted const decl grammar to reflect spec changesRobert Griesemer5-28/+107
2008-12-03- fixed a bug with import printing (missing separator between alias and string)Robert Griesemer2-37/+62
2008-12-02- oversight: extra allow source-level line breaks inside statement listsRobert Griesemer3-2/+6
2008-12-02- fine-tuning of white spaceRobert Griesemer2-51/+115
2008-12-02The flag and fmt libraries are now available from gccgo byIan Lance Taylor1-10/+2
2008-12-01- enabled comment printing by defaultRobert Griesemer4-73/+133
2008-12-01- better comment formatting, starting to look goodRobert Griesemer2-77/+70
2008-11-26- collect addition source position information in parserRobert Griesemer4-151/+197
2008-11-26- snapshot of state before trying yet another, hopefully better workingRobert Griesemer6-150/+174
2008-11-24- move error handling out of scannerRobert Griesemer2-164/+102
2008-11-21- implemented arbitrary padding char for tabwriterRobert Griesemer2-2/+10
2008-11-20- move tabwriter into libraryRobert Griesemer3-347/+2
2008-11-20- correct error handling throughoutRobert Griesemer3-117/+150
2008-11-19- array-ify code, remove local implementationRobert Griesemer6-227/+159
2008-11-18- support for alignment via tabs instead of blanksRobert Griesemer4-14/+43
2008-11-18- untab app (snapshot - not quite complete)Robert Griesemer3-9/+67
2008-11-17- factored out tabwriter a separate writer filterRobert Griesemer5-195/+326
2008-11-17First pieces of malloc.Russ Cox9-0/+760
2008-11-13- better comment classificationRobert Griesemer4-58/+68
2008-11-13* pretty printing snapshot: towards printing comments nicelyRobert Griesemer7-128/+277
2008-11-10more work on elastic tabs:Robert Griesemer1-86/+110
2008-11-07- steps towards "flexible tab stops" simulation in prettyRobert Griesemer4-26/+179
2008-11-05- fixed typo in parser.goRobert Griesemer2-2/+2
2008-11-05- temporarily excluding bug118.go, causing pretty troubleRobert Griesemer1-1/+1
2008-11-04get rid of bignum leftoversRobert Griesemer4-808/+0
2008-11-04install bignum as libraryRobert Griesemer2-1751/+0
2008-11-04- better support for string conversionsRobert Griesemer2-73/+107
2008-11-04- completed integer support (some logical functions missing)Robert Griesemer2-468/+991
2008-11-03- changed general div/mod implementation to a faster algorithmRobert Griesemer2-234/+367
2008-10-31- gcd, exponentiation, population countRobert Griesemer2-8/+121
2008-10-31- handle field tags in pretty printerRobert Griesemer5-19/+30
2008-10-31- fixed another test (arithmetic vs. logic shift bug)Robert Griesemer2-13/+30
2008-10-30- div and mod (arbitrary precision)Robert Griesemer2-104/+278
2008-10-29- implemented ShrRobert Griesemer2-39/+51
2008-10-29- added shl operation, extra testsRobert Griesemer2-124/+144
2008-10-28- update test.sh (caused an error since src/pkg dir is empty now)Robert Griesemer1-1/+0
2008-10-28- steps towards implementation of div and modRobert Griesemer2-177/+324
2008-10-27- bug fixes, cleanupsRobert Griesemer1-26/+34
2008-10-27- created staging area for getting bignum package up-to-speed again,Robert Griesemer6-0/+1378
2008-10-26- added simple facility to print Makefile dependency rules given a Go source ...Robert Griesemer7-55/+142
2008-10-24another step toward interface subtypesKen Thompson2-6/+6