Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-03-04 | Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304 | Michael Stapelberg | 1 | -72/+93 | |
2012-04-06 | Imported Upstream version 1upstream/1 | Ondřej Surý | 1 | -1/+8 | |
2011-09-13 | Imported Upstream version 60upstream/60 | Ondřej Surý | 1 | -0/+252 | |
2011-09-13 | Imported Upstream version 60 | Ondřej Surý | 1 | -247/+0 | |
2011-08-03 | Imported Upstream version 59upstream/59 | Ondřej Surý | 1 | -37/+41 | |
2011-06-30 | Imported Upstream version 58upstream/58 | Ondřej Surý | 1 | -1/+43 | |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 1 | -1/+1 | |
2010-06-08 | gc: new typechecking rules | Russ Cox | 1 | -2/+4 | |
* Code for assignment, conversions now mirrors spec. * Changed some snprint -> smprint. * Renamed runtime functions to separate interface conversions from type assertions: convT2I, assertI2T, etc. * Correct checking of \U sequences. Fixes issue 840. Fixes issue 830. Fixes issue 778. R=ken2 CC=golang-dev http://codereview.appspot.com/1303042 | |||||
2010-02-01 | gc: ... T corner cases | Russ Cox | 1 | -2/+6 | |
more to come, but should suffice for Printf work. R=ken2 CC=golang-dev http://codereview.appspot.com/197044 | |||||
2009-12-03 | gc: better diagnosis of initialization loops | Russ Cox | 1 | -1/+2 | |
Fixes bug 292. R=ken2 http://codereview.appspot.com/164093 | |||||
2009-09-03 | stop using filename for disambiguation within a package. | Russ Cox | 1 | -1/+1 | |
R=ken OCL=34339 CL=34341 | |||||
2009-08-07 | forward declarations not necessary. | Russ Cox | 1 | -0/+194 | |
still to do: * initializer cycle detection * nicer error for type checking cycles R=ken OCL=32855 CL=32880 |