]> Cypherpunks.ru repositories - gostls13.git/commit
implement new restrictions on what
authorRuss Cox <rsc@golang.org>
Mon, 26 Jan 2009 17:56:42 +0000 (09:56 -0800)
committerRuss Cox <rsc@golang.org>
Mon, 26 Jan 2009 17:56:42 +0000 (09:56 -0800)
commita7f6d4066e871916931af4b99f1d5a9021dbfeb9
tree0527d7d0346358f9ef8027efed0a9c5fea057641
parent18b05c1a8d9fc3c14a384df4bd78063de3b1d61a
implement new restrictions on what
can be compared/hashed.

R=r
DELTA=351  (201 added, 80 deleted, 70 changed)
OCL=23423
CL=23481
15 files changed:
src/cmd/gc/go.h
src/cmd/gc/subr.c
src/runtime/chan.c
src/runtime/hashmap.c
src/runtime/iface.c
src/runtime/runtime.c
src/runtime/runtime.h
test/bigalg.go
test/cmp1.go [new file with mode: 0644]
test/cmp2.go [new file with mode: 0644]
test/cmp3.go [new file with mode: 0644]
test/cmp4.go [new file with mode: 0644]
test/cmp5.go [new file with mode: 0644]
test/golden.out
test/map.go