go/test/ken
Rob Pike f6d67c9e95 write stack traces and panics to stderr
R=rsc
DELTA=31  (5 added, 3 deleted, 23 changed)
OCL=35700
CL=35700
2009-10-13 22:48:03 -07:00
..
array.go
chan.go move things out of sys into os and runtime 2009-05-08 15:21:41 -07:00
chan1.go fix up some irregular indentation 2009-08-17 13:30:22 -07:00
complit.go write stack traces and panics to stderr 2009-10-13 22:48:03 -07:00
divconst.go time tests; sort -nr times.out | sed 10q is illuminating. 2009-10-09 11:18:32 -07:00
divmod.go added a distinguishing string to the error prints 2009-05-06 12:43:09 -07:00
embed.go disallow interface { x, y() } 2009-09-28 14:05:34 -07:00
for.go
interbasic.go
interfun.go disallow interface { x, y() } 2009-09-28 14:05:34 -07:00
intervar.go
label.go
litfun.go
mfunc.go convert non-pkg go files to whole-package compilation. 2009-08-12 13:18:54 -07:00
modconst.go time tests; sort -nr times.out | sed 10q is illuminating. 2009-10-09 11:18:32 -07:00
ptrfun.go convert non-pkg go files to whole-package compilation. 2009-08-12 13:18:54 -07:00
ptrvar.go
range.go
rob1.go
rob2.go fix "declared and not used" in tests; 2009-09-14 21:03:53 -07:00
robfor.go
robfunc.go
robif.go fix "declared and not used" in tests; 2009-09-14 21:03:53 -07:00
shift.go
simparray.go
simpbool.go
simpconv.go
simpfun.go convert non-pkg go files to whole-package compilation. 2009-08-12 13:18:54 -07:00
simpprint.go
simpswitch.go
simpvar.go fix "declared and not used" in tests; 2009-09-14 21:03:53 -07:00
slicearray.go arraytoslice and some cleanup 2009-08-28 15:44:24 -07:00
sliceslice.go sliceslice inline 2009-08-28 12:37:39 -07:00
string.go string([]int) is now implemented 2009-06-04 16:51:47 -07:00
strvar.go