1
0
mirror of https://github.com/golang/go synced 2024-10-04 05:31:21 -06:00
go/src/cmd/gc
Russ Cox 360f0aacee fix interface not satisifed message:
x.go:13: T is not I - missing M()

NOT
x.go:13: T is not I - missing Mfunc()

R=ken
OCL=24316
CL=24316
2009-02-04 10:37:11 -08:00
..
const.c update compiler to new func rules 2009-01-30 14:39:42 -08:00
dcl.c update compiler to new func rules 2009-01-30 14:39:42 -08:00
export.c update compiler to new func rules 2009-01-30 14:39:42 -08:00
go.h update compiler to new func rules 2009-01-30 14:39:42 -08:00
go.y update compiler to new func rules 2009-01-30 14:39:42 -08:00
lex.c slightly better code for the frog fix 2009-01-31 16:44:52 -08:00
Makefile make acid build with bison. 2009-01-06 09:53:30 -08:00
mksys.c trailing white space 2008-12-17 10:14:29 -08:00
mparith1.c import/export of exact mp floating constants 2008-12-03 13:17:26 -08:00
mparith2.c multi precision floating point 2008-12-01 17:22:05 -08:00
mparith3.c bug120 2008-12-10 14:17:24 -08:00
subr.c fix interface not satisifed message: 2009-02-04 10:37:11 -08:00
sys.go print(map) and print(chan) as pointers. 2009-01-26 15:36:28 -08:00
sysimport.c print(map) and print(chan) as pointers. 2009-01-26 15:36:28 -08:00
unsafe.go move math routines from package sys to package math, 2009-01-22 16:23:44 -08:00
walk.c avoid memcpy(x, x), 2009-01-30 16:31:26 -08:00