go/test
Russ Cox 15dcdf751c gc: fix m[x], _ = y.(T)
Fixes #1900.

R=ken2
CC=golang-dev
https://golang.org/cl/4561053
2011-05-31 15:52:04 -04:00
..
bench timing: update numbers for regex-dna 2011-05-13 10:58:41 -07:00
bugs gc: relax assignability of method receivers 2011-05-24 19:48:19 -04:00
chan go code: replace closed(c) with x, ok := <-c 2011-03-11 14:47:44 -05:00
fixedbugs gc: fix m[x], _ = y.(T) 2011-05-31 15:52:04 -04:00
garbage
interface fix tree for reflect rename 2011-04-25 13:39:36 -04:00
ken fix tree for reflect rename 2011-04-25 13:39:36 -04:00
nilptr
syntax test: avoid undefined error in syntax/if.go. 2011-03-29 06:48:20 -07:00
64bit.go
235.go
append.go
args.go
assign.go
assign1.go
bigalg.go
bigmap.go
blank.go
blank1.go
chancap.go
char_lit.go
char_lit1.go
closedchan.go go code: replace closed(c) with x, ok := <-c 2011-03-11 14:47:44 -05:00
closure.go
cmp1.go
cmp2.go
cmp3.go
cmp4.go
cmp5.go
cmp6.go test: match gccgo error messages for cmp6.go 2011-03-25 17:51:02 -07:00
cmplx.go
cmplxdivide.c
cmplxdivide.go
cmplxdivide1.go
complit.go
compos.go
const.go
const1.go
const2.go
const3.go
convert.go fix tree for reflect rename 2011-04-25 13:39:36 -04:00
convert3.go
convlit.go
convlit1.go
copy.go
ddd.go
ddd1.go gc: disallow ... in type conversions 2011-05-31 15:41:47 -04:00
ddd2.go
ddd3.go
decl.go
declbad.go
defer.go
deferprint.go
empty.go
env.go test: don't require specific GOARCH values. 2011-03-30 14:24:32 -07:00
eof.go
eof1.go
errchk
escape.go
float_lit.go
floatcmp.go
for.go
func.go
func1.go
func2.go
func3.go
func4.go
func5.go
func6.go gc: fix func syntax error 2011-04-13 22:48:21 -04:00
func7.go gc: fix order of operations for f() < g(). 2011-04-26 00:57:03 -04:00
gc.go
gc1.go
gc2.go runtime: drop chan circular linked list in favor of circular buffer 2011-04-13 23:42:06 -04:00
golden.out gc: implement new shift rules 2011-05-31 15:05:40 -04:00
hashmap.go
helloworld.go
if.go
import.go
import1.go
import2.go
import3.go
import4.go
index.go
indirect.go
indirect1.go
init.go test: match gccgo error messages for init.go 2011-03-26 11:24:02 -07:00
initcomma.go
initialize.go
initializerr.go
initsyscall.go
int_lit.go
intcvt.go
iota.go
label.go test: match gccgo error messages for label.go and label1.go. 2011-03-25 10:36:46 -07:00
label1.go test: match gccgo error messages for label.go and label1.go. 2011-03-25 10:36:46 -07:00
literal.go
malloc1.go
mallocfin.go
mallocrand.go
mallocrep.go
mallocrep1.go
map.go
method.go
method1.go
method2.go gc: explain why invalid receiver types are invalid 2011-04-25 17:16:44 -04:00
method3.go
named.go
named1.go go code: replace closed(c) with x, ok := <-c 2011-03-11 14:47:44 -05:00
nil.go
nul1.go
parentype.go
peano.go
printbig.go
range.go
recover.go
recover1.go
recover2.go
recover3.go
rename.go
rename1.go
run build: tidy intermediate files during build 2011-04-13 16:24:57 -04:00
runtime.go
shift1.go test: test cases for issue 1708. 2011-05-25 10:26:06 -07:00
shift2.go gc: implement new shift rules 2011-05-31 15:05:40 -04:00
sieve.go
sigchld.go
simassign.go
sinit.go
solitaire.go
stack.go
string_lit.go
stringrange.go
switch.go
switch1.go
test0.go
turing.go
typeswitch.go
typeswitch1.go
typeswitch2.go
undef.go
utf.go
varerr.go
varinit.go
vectors.go
zerodivide.go