Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-09-13 | Imported Upstream version 60upstream/60 | Ondřej Surý | 1 | -0/+44 | |
2011-09-13 | Imported Upstream version 60 | Ondřej Surý | 1 | -44/+0 | |
2011-04-28 | Imported Upstream version 2011.04.27upstream/2011.04.27 | Ondřej Surý | 1 | -1/+1 | |
2010-03-24 | delete all uses of panicln by rewriting them using panic or, | Rob Pike | 1 | -19/+16 | |
in the tests, println+panic. gofmt some tests too. R=rsc CC=golang-dev http://codereview.appspot.com/741041 | |||||
2009-12-09 | making some more non-gofmt'ed files save for new semicolon rule | Robert Griesemer | 1 | -3/+1 | |
R=rsc, r http://codereview.appspot.com/171051 | |||||
2009-07-03 | maps have == so maps should work as map keys. | Russ Cox | 1 | -3/+2 | |
fix tests of bad map keys to use slices instead. R=r DELTA=7 (0 added, 1 deleted, 6 changed) OCL=31123 CL=31145 | |||||
2009-05-08 | implications of stricter type equality: | Russ Cox | 1 | -4/+1 | |
if both types are named, they must be the same type (arising from the same declaration). R=r,gri DELTA=44 (21 added, 4 deleted, 19 changed) OCL=28436 CL=28577 | |||||
2009-05-08 | Move sys.Reflect and sys.Unreflect into unsafe. | Rob Pike | 1 | -1/+1 | |
R=rsc DELTA=19 (4 added, 5 deleted, 10 changed) OCL=28563 CL=28566 | |||||
2009-03-12 | make 6g constants behave as ken proposes. (i hope.) | Russ Cox | 1 | -0/+53 | |
various bug fixes and tests involving constants. test/const1.go is the major new test case. R=ken OCL=26216 CL=26224 |