Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-01-30 | Imported Upstream version 2012.01.27 | Ondřej Surý | 1 | -0/+4 | |
2011-09-13 | Read goinstall dashboard option from debian configuration file | Ondřej Surý | 1 | -1/+4 | |
2011-08-03 | Imported Upstream version 2011.07.29 | Ondřej Surý | 1 | -37/+46 | |
2011-06-03 | Imported Upstream version 2011.06.02 | 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 |