1
0
mirror of https://github.com/golang/go synced 2024-10-03 21:21:22 -06:00
go/src/cmd/gc
Russ Cox 01eaf780a8 gc: add panic and recover (still unimplemented in runtime)
main semantic change is to enforce single argument to panic.

runtime: change to 1-argument panic.
use String method on argument if it has one.

R=ken2, r
CC=golang-dev
https://golang.org/cl/812043
2010-03-30 10:53:16 -07:00
..
align.c gc: add panic and recover (still unimplemented in runtime) 2010-03-30 10:53:16 -07:00
bisonerrors gc: improved syntax errors 2010-01-26 23:13:22 -08:00
bits.c move bits.c from 6g to gc 2009-03-30 16:13:11 -07:00
builtin.c.boot gc: add panic and recover (still unimplemented in runtime) 2010-03-30 10:53:16 -07:00
closure.c gc: ... T corner cases 2010-02-01 10:49:24 -08:00
const.c 1. decommit complex(float) conversion 2010-03-09 17:51:30 -08:00
cplx.c issue 682 2010-03-20 18:50:01 -07:00
dcl.c gc: fix this morning's bug fix 2010-02-18 18:31:13 -08:00
doc.go *l/*c: add -V flag to display version number 2010-02-08 09:46:53 -08:00
export.c more complex - constants 2010-02-18 14:46:28 -08:00
gen.c more on type complex. 2010-03-02 18:32:11 -08:00
go.errors gc: more syntax errors 2010-03-25 12:47:43 -07:00
go.h gc: add panic and recover (still unimplemented in runtime) 2010-03-30 10:53:16 -07:00
go.y more complex - constants 2010-02-18 14:46:28 -08:00
init.c eliminate the package global name space assumption in object files 2010-01-22 17:06:20 -08:00
lex.c gc: add panic and recover (still unimplemented in runtime) 2010-03-30 10:53:16 -07:00
Makefile gc: fix build in France 2010-03-23 18:11:21 -07:00
md5.c the last bug involving type hashes 2009-09-02 09:09:32 -07:00
md5.h the last bug involving type hashes 2009-09-02 09:09:32 -07:00
mkbuiltin gc: do not build builtin.c automatically; use golden copy instead. 2010-01-22 16:58:33 -08:00
mkbuiltin1.c cleanup toward eliminating package global name space 2010-01-19 21:34:44 -08:00
mkopnames gc: fix mkopnames and color grep interaction 2010-02-10 00:44:43 -08:00
mparith1.c fixed bug in mpconst float multiply by 0. 2010-02-19 20:42:50 -08:00
mparith2.c bug in const float divide 2010-02-05 15:18:32 -08:00
mparith3.c fixed bug in mpconst float multiply by 0. 2010-02-19 20:42:50 -08:00
obj.c eliminate the package global name space assumption in object files 2010-01-22 17:06:20 -08:00
print.c depricate panicln 2010-03-24 16:53:54 -07:00
range.c gc: walk pointer in range on slice/array 2009-12-04 20:40:21 -08:00
reflect.c new types complex, complex64 and complex128 2010-02-17 22:08:30 -08:00
runtime.go gc: add panic and recover (still unimplemented in runtime) 2010-03-30 10:53:16 -07:00
select.c gc: handle _ = <-c in select. 2009-12-03 01:30:19 -08:00
sinit.c issue 682 2010-03-20 18:50:01 -07:00
subr.c depricate panicln 2010-03-24 16:53:54 -07:00
swt.c runtime, type switch: eliminate package global name space assumption 2010-01-25 18:23:20 -08:00
typecheck.c gc: add panic and recover (still unimplemented in runtime) 2010-03-30 10:53:16 -07:00
unsafe.c eliminate the package global name space assumption in object files 2010-01-22 17:06:20 -08:00
unsafe.go gc: do not build builtin.c automatically; use golden copy instead. 2010-01-22 16:58:33 -08:00
walk.c gc: add panic and recover (still unimplemented in runtime) 2010-03-30 10:53:16 -07:00