1
0
mirror of https://github.com/golang/go synced 2024-10-03 23:21:22 -06:00
go/src/cmd
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
..
5a arm: cleanup build warnings 2010-03-08 18:13:19 -08:00
5c fix spelling of align 2010-03-26 09:56:57 -07:00
5g arm: fix build 2010-03-26 23:27:24 -07:00
5l Add support for #pragma dynexport. 2010-03-23 06:46:30 -07:00
6a 5a/6a/8a/5c/6c/8c: remove fixed-size arrays for -I and -D options 2010-02-05 01:40:58 -08:00
6c fix spelling of align 2010-03-26 09:56:57 -07:00
6g gc: allow taking address of out parameters 2010-03-26 18:01:02 -07:00
6l Add support for #pragma dynexport. 2010-03-23 06:46:30 -07:00
8a fix spelling of align 2010-03-26 09:56:57 -07:00
8c fix spelling of align 2010-03-26 09:56:57 -07:00
8g gc: allow taking address of out parameters 2010-03-26 18:01:02 -07:00
8l Add support for #pragma dynexport. 2010-03-23 06:46:30 -07:00
cc fix spelling of align 2010-03-26 09:56:57 -07:00
cgo single argument panic 2010-03-30 10:34:57 -07:00
cov go: makes it build for the case $GOROOT has whitespaces 2009-11-23 17:32:51 -08:00
ebnflint strings: delete Runes, Bytes 2010-02-25 16:01:29 -08:00
gc gc: add panic and recover (still unimplemented in runtime) 2010-03-30 10:53:16 -07:00
godefs godefs: fix handling of negative constants 2010-03-30 10:42:13 -07:00
godoc simplify various code using new map index rule 2010-03-30 10:51:11 -07:00
gofmt gofmt: fix for gofmt rewrite feature 2010-03-15 15:42:09 -07:00
goinstall simplify various code using new map index rule 2010-03-30 10:51:11 -07:00
gopack eliminate the package global name space assumption in object files 2010-01-22 17:06:20 -08:00
gotest gotest: set $AS to $GOBIN/$AS 2010-02-28 21:49:06 -08:00
goyacc delete all uses of panicln by rewriting them using panic or, 2010-03-24 16:46:53 -07:00
hgpatch simplify various code using new map index rule 2010-03-30 10:51:11 -07:00
ld Support #pragma dynexport on OS X. 2010-03-25 11:45:18 -07:00
nm go: makes it build for the case $GOROOT has whitespaces 2009-11-23 17:32:51 -08:00
prof fix build 2010-03-26 15:01:29 -07:00
clean.bash goinstall: an experiment in (external) package installation 2010-03-04 17:04:50 -08:00
make.bash goinstall: an experiment in (external) package installation 2010-03-04 17:04:50 -08:00