1
0
mirror of https://github.com/golang/go synced 2024-10-04 03:21:22 -06:00
go/src/cmd/gc
Russ Cox 39b12e2dcb bug185 - return b,a from func() (a,b int)
R=ken
OCL=32900
CL=32900
2009-08-07 14:38:31 -07:00
..
align.c forward declarations not necessary. 2009-08-07 12:50:26 -07:00
bits.c move bits.c from 6g to gc 2009-03-30 16:13:11 -07:00
builtin.c.boot checkpoint; still plenty to clean up 2009-07-31 09:29:28 -07:00
closure.c forward declarations not necessary. 2009-08-07 12:50:26 -07:00
const.c forward declarations not necessary. 2009-08-07 12:50:26 -07:00
dcl.c bug181 - type T *struct { T } is an invalid embedded type 2009-08-07 13:14:01 -07:00
export.c forward declarations not necessary. 2009-08-07 12:50:26 -07:00
gen.c forward declarations not necessary. 2009-08-07 12:50:26 -07:00
go.h bug181 - type T *struct { T } is an invalid embedded type 2009-08-07 13:14:01 -07:00
go.y forward declarations not necessary. 2009-08-07 12:50:26 -07:00
init.c forward declarations not necessary. 2009-08-07 12:50:26 -07:00
lex.c forward declarations not necessary. 2009-08-07 12:50:26 -07:00
Makefile forward declarations not necessary. 2009-08-07 12:50:26 -07:00
mkbuiltin checkpoint; still plenty to clean up 2009-07-31 09:29:28 -07:00
mkbuiltin1.c checkpoint; still plenty to clean up 2009-07-31 09:29:28 -07:00
mkopnames missed in last checkin 2009-07-31 09:45:39 -07:00
mparith1.c warn -> yyerror in mparith. 2009-03-12 19:57:30 -07:00
mparith2.c signs on div and mod 2009-05-05 21:19:58 -07:00
mparith3.c warn -> yyerror in mparith. 2009-03-12 19:57:30 -07:00
obj.c make Syms smaller. 2009-08-04 22:59:23 -07:00
print.c type checking of assignments, switch, if, for 2009-08-04 10:26:29 -07:00
range.c delay range processing. old2new is gone 2009-08-05 02:33:30 -07:00
reflect.c forward declarations not necessary. 2009-08-07 12:50:26 -07:00
select.c delay range processing. old2new is gone 2009-08-05 02:33:30 -07:00
sinit.c forward declarations not necessary. 2009-08-07 12:50:26 -07:00
subr.c bug183 - embedded vs non-embedded struct field in eqtype 2009-08-07 13:23:09 -07:00
swt.c type checking of assignments, switch, if, for 2009-08-04 10:26:29 -07:00
sys.go checkpoint; still plenty to clean up 2009-07-31 09:29:28 -07:00
typecheck.c bug184 - assignment compatibility in unpacked multireturn 2009-08-07 14:00:18 -07:00
unsafe.c move various bits of code around 2009-08-04 18:43:32 -07:00
unsafe.go 6g, 8g: generate data structures for new reflect interface (CL 31107) 2009-07-07 11:03:04 -07:00
walk.c bug185 - return b,a from func() (a,b int) 2009-08-07 14:38:31 -07:00