Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 1 | -62/+61 | |
2009-09-14 | fix "declared and not used" in tests; | Russ Cox | 1 | -0/+1 | |
also template/template.go, missed last time. R=r DELTA=116 (61 added, 10 deleted, 45 changed) OCL=34620 CL=34622 | |||||
2009-08-12 | convert non-pkg go files to whole-package compilation. | Russ Cox | 1 | -3/+0 | |
mostly removing forward declarations. R=r DELTA=138 (2 added, 127 deleted, 9 changed) OCL=33068 CL=33099 | |||||
2009-01-20 | delete export | Russ Cox | 1 | -7/+7 | |
TBR=r OCL=23121 CL=23127 | |||||
2009-01-16 | convert tests; nothing interesting. | Russ Cox | 1 | -7/+7 | |
R=r OCL=23012 CL=23014 | |||||
2009-01-06 | new new & make | Russ Cox | 1 | -3/+3 | |
R=r OCL=22166 CL=22166 | |||||
2008-12-19 | change *map to map; *chan to chan; new(T) to new(*T) | Russ Cox | 1 | -13/+13 | |
fix bugs left over from *[] to [] conversion. TBR=r OCL=21576 CL=21581 | |||||
2008-08-29 | - removed need for int() conversion now that x << s has correct type | Robert Griesemer | 1 | -3/+1 | |
- updated golden.out R=r DELTA=9 (0 added, 8 deleted, 1 changed) OCL=14657 CL=14657 | |||||
2008-08-29 | - updated test cases to latest compiler changes | Robert Griesemer | 1 | -98/+100 | |
R=r DELTA=185 (59 added, 33 deleted, 93 changed) OCL=14655 CL=14655 | |||||
2008-06-06 | first cut at test suite | Rob Pike | 1 | -2/+0 | |
SVN=121454 | |||||
2008-03-26 | - new directory structure | Robert Griesemer | 1 | -0/+186 | |
SVN=113851 |