Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-03-04 | Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304 | Michael Stapelberg | 1 | -0/+1 | |
2012-04-06 | Imported Upstream version 1upstream/1 | Ondřej Surý | 1 | -7/+22 | |
2011-09-13 | Imported Upstream version 60upstream/60 | Ondřej Surý | 1 | -0/+112 | |
2011-09-13 | Imported Upstream version 60 | Ondřej Surý | 1 | -112/+0 | |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 1 | -0/+11 | |
2010-03-24 | delete all uses of panicln by rewriting them using panic or, | Rob Pike | 1 | -53/+54 | |
in the tests, println+panic. gofmt some tests too. R=rsc CC=golang-dev http://codereview.appspot.com/741041 | |||||
2009-07-28 | make every func literal expression allocate, | Russ Cox | 1 | -0/+12 | |
so that == on func means that the functions originated in the same execution of a func literal or definition. before, there was an inconsistency: func() {x++} != func() {x++} but func() {} == func() {} this CL makes the second case != too, just like make(map[int]int) != make(map[int]int) R=r DELTA=202 (71 added, 62 deleted, 69 changed) OCL=32393 CL=32398 | |||||
2009-03-03 | Automated g4 rollback of changelist 25024, | Russ Cox | 1 | -3/+3 | |
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 | -3/+3 | |
only non-trivial changes are in convlit1.go golden.out R=gri OCL=25019 CL=25024 | |||||
2009-02-06 | closures - runtime and debugger support, test case | Russ Cox | 1 | -0/+88 | |
R=r DELTA=257 (250 added, 1 deleted, 6 changed) OCL=24509 CL=24565 |