Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-06 | Imported Upstream version 1upstream/1 | Ondřej Surý | 1 | -1/+19 | |
2011-09-13 | Imported Upstream version 60upstream/60 | Ondřej Surý | 1 | -0/+102 | |
2011-09-13 | Imported Upstream version 60 | Ondřej Surý | 1 | -102/+0 | |
2011-02-14 | Imported Upstream version 2011-02-01.1upstream/2011-02-01.1 | Ondřej Surý | 1 | -19/+51 | |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 1 | -22/+22 | |
2009-09-14 | fix "declared and not used" in tests; | Russ Cox | 1 | -1/+1 | |
also template/template.go, missed last time. R=r DELTA=116 (61 added, 10 deleted, 45 changed) OCL=34620 CL=34622 | |||||
2009-03-03 | Automated g4 rollback of changelist 25024, | Russ Cox | 1 | -13/+13 | |
plus significant hand editing. Back to T{x} for composite literals. R=r OCL=25612 CL=25632 | |||||
2009-02-13 | convert composite literals from { } to ( ). | Russ Cox | 1 | -13/+13 | |
only non-trivial changes are in convlit1.go golden.out R=gri OCL=25019 CL=25024 | |||||
2009-01-20 | delete export | Russ Cox | 1 | -4/+4 | |
TBR=r OCL=23121 CL=23127 | |||||
2009-01-16 | convert tests; nothing interesting. | Russ Cox | 1 | -4/+4 | |
R=r OCL=23012 CL=23014 | |||||
2009-01-07 | uncomment a BUG that is now fixed | Rob Pike | 1 | -2/+3 | |
R=rsc DELTA=3 (1 added, 0 deleted, 2 changed) OCL=22195 CL=22207 | |||||
2009-01-06 | 18 tests are behaving incorrectly | Rob Pike | 1 | -4/+4 | |
no more surprises - all caught up R=rsc DELTA=4 (0 added, 0 deleted, 4 changed) OCL=22194 CL=22194 | |||||
2009-01-06 | new new & make | Russ Cox | 1 | -2/+2 | |
R=r OCL=22166 CL=22166 | |||||
2008-12-19 | change *map to map; *chan to chan; new(T) to new(*T) | Russ Cox | 1 | -4/+4 | |
fix bugs left over from *[] to [] conversion. TBR=r OCL=21576 CL=21581 | |||||
2008-12-18 | convert *[] to []. | Russ Cox | 1 | -2/+2 | |
R=r OCL=21563 CL=21571 | |||||
2008-10-21 | rewrite &Point{1, 2} as allocation | Russ Cox | 1 | -0/+9 | |
R=ken OCL=17592 CL=17592 | |||||
2008-09-05 | T{} syntax for constructors | Ken Thompson | 1 | -12/+12 | |
T(expression) for conversion FUNC keyword no longer a type R=r OCL=14887 CL=14887 | |||||
2008-09-04 | extend composite literal test. | Rob Pike | 1 | -1/+17 | |
update tests. update golden.out R=gri OCL=14816 CL=14816 | |||||
2008-09-03 | update bugs | Rob Pike | 1 | -0/+44 | |
add test for composite literals R=gri OCL=14766 CL=14766 |