go/src
Russ Cox 2d5d4a1b41 reflect bug: NewZeroValue was refusing to create slices.
as far as I can tell there's no reason not to.

the Nillable test was succeeding because NewZeroValue
returned the nil interface value and the type guard
was letting it through.  the only change in the test is
more detail in the print.

R=r
DELTA=8  (0 added, 7 deleted, 1 changed)
OCL=29124
CL=29126
2009-05-20 15:42:14 -07:00
..
cmd ifaceop was being called with integers 2009-05-20 15:09:50 -07:00
lib reflect bug: NewZeroValue was refusing to create slices. 2009-05-20 15:42:14 -07:00
lib9 remove incorrect (!) consts 2008-07-07 15:00:12 -07:00
libbio 6l: 2008-10-20 17:33:51 -07:00
libmach_amd64 if the process stops with SIGTRAP (breakpoint), 2009-04-29 18:53:01 -07:00
old/c move old code into 'old' directory 2008-06-04 14:46:07 -07:00
pkg/debug/macho/testdata - created staging area for getting bignum package up-to-speed again, 2008-10-27 15:44:32 -07:00
runtime change representation of interface values. 2009-05-20 14:57:55 -07:00
Make.conf interface speedups and fixes. 2009-01-26 12:36:21 -08:00
all.bash split all.bash into make.bash and run.bash 2008-10-08 09:46:54 -07:00
clean.bash clear out pkg tree in clean.bash. 2009-05-20 11:12:05 -07:00
make.bash rewrite gobuild in go. 2009-04-16 00:18:11 -07:00
quietgcc.bash build with warnings enabled. 2008-11-19 12:54:44 -08:00
run.bash mv container/vector down one level for new rules. 2009-05-05 17:24:01 -07:00
sudo.bash add build step to install debuggers setgid procmod. 2008-11-18 10:08:46 -08:00