Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-06-19 | Imported Upstream version 1.3upstream/1.3 | Michael Stapelberg | 1 | -34/+43 | |
2013-12-03 | Imported Upstream version 1.2upstream/1.2 | Michael Stapelberg | 1 | -0/+3 | |
2013-05-14 | Imported Upstream version 1.1upstream/1.1 | Michael Stapelberg | 1 | -3/+3 | |
2013-03-04 | Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304 | Michael Stapelberg | 1 | -1/+10 | |
2012-06-14 | Imported Upstream version 1.0.2upstream/1.0.2 | Ondřej Surý | 1 | -3/+8 | |
2012-04-06 | Imported Upstream version 1upstream/1 | Ondřej Surý | 1 | -27/+23 | |
2011-09-13 | Imported Upstream version 60upstream/60 | Ondřej Surý | 1 | -0/+256 | |
2011-09-13 | Imported Upstream version 60 | Ondřej Surý | 1 | -252/+0 | |
2011-04-26 | Imported Upstream version 2011.04.13upstream/2011.04.13 | Ondřej Surý | 1 | -2/+2 | |
2011-02-14 | Imported Upstream version 2011-02-01.1upstream/2011-02-01.1 | Ondřej Surý | 1 | -3/+10 | |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 1 | -4/+13 | |
2010-06-08 | gc: new typechecking rules | Russ Cox | 1 | -5/+5 | |
* 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 | |||||
2009-12-04 | gc: walk pointer in range on slice/array | Russ Cox | 1 | -4/+21 | |
R=ken2 http://codereview.appspot.com/166071 | |||||
2009-12-02 | 6g etc: groundwork for eliminating redundant bounds checks. | Russ Cox | 1 | -3/+6 | |
drop check in range over array. drop check in [256]array indexed by byte. R=ken2 http://codereview.appspot.com/163088 | |||||
2009-11-15 | gc: five bug fixes, one better error. | Russ Cox | 1 | -2/+2 | |
* check for struct literal assignment to private fields. * record, fix crash involving parallel map assignment. * avoid infinite recursion in exportassignok. * make floating point bounds check precise. * avoid crash on invalid receiver. * add context to error about implicit assignment. Fixes issue 86. Fixes issue 88. Fixes issue 158. Fixes issue 174. Fixes issue 201. Fixes issue 204. R=ken2 http://codereview.appspot.com/154144 | |||||
2009-09-15 | declared and not used; this time for sure | Russ Cox | 1 | -1/+1 | |
R=ken OCL=34657 CL=34657 | |||||
2009-09-08 | write-only variable _ | Russ Cox | 1 | -3/+3 | |
R=ken OCL=34465 CL=34470 | |||||
2009-08-05 | delay range processing. old2new is gone | Russ Cox | 1 | -0/+216 | |
R=ken OCL=32780 CL=32780 |