Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 1 | -2/+2 | |
2010-02-16 | gc: undo attempt at fixing recursive interface embedding | Russ Cox | 1 | -2/+2 | |
Fixes issue 582. Update issue 287 Status: Accepted Bug fix was too intrusive; undo and reopen issue. R=ken2 CC=golang-dev http://codereview.appspot.com/209044 | |||||
2010-02-01 | gc: bug250, bug251 - recursive interface types | Russ Cox | 1 | -2/+2 | |
Fixes issue 287. R=ken2 CC=golang-dev http://codereview.appspot.com/199057 | |||||
2009-08-21 | more interface embedding tests | Russ Cox | 1 | -0/+15 | |
6g's error for I4 is not quite accurate (it calls I4 a non-interface) but also not a crash or infinite loop. R=iant DELTA=15 (15 added, 0 deleted, 0 changed) OCL=33701 CL=33709 | |||||
2009-08-21 | fix bug195 | Russ Cox | 1 | -0/+12 | |
R=ken OCL=33700 CL=33700 |