Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-06 | Imported Upstream version 1upstream/1 | Ondřej Surý | 1 | -1/+4 | |
2011-09-13 | Imported Upstream version 60upstream/60 | Ondřej Surý | 1 | -0/+26 | |
2011-09-13 | Imported Upstream version 60 | Ondřej Surý | 1 | -26/+0 | |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 1 | -2/+2 | |
2010-06-08 | gc: new typechecking rules | Russ Cox | 1 | -2/+3 | |
* 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-08-03 | more 6g reorg; checkpoint. | Russ Cox | 1 | -1/+1 | |
typecheck.c is now responsible for all type checking except for assignment and function argument "..." R=ken OCL=32661 CL=32667 | |||||
2009-06-19 | test non-trivial conversions and assignments, | Russ Cox | 1 | -0/+25 | |
named and unnamed. R=r DELTA=21 (21 added, 0 deleted, 0 changed) OCL=30518 CL=30533 |