]> Cypherpunks repositories - gostls13.git/commit
implications of stricter type equality:
authorRuss Cox <rsc@golang.org>
Fri, 8 May 2009 22:40:14 +0000 (15:40 -0700)
committerRuss Cox <rsc@golang.org>
Fri, 8 May 2009 22:40:14 +0000 (15:40 -0700)
commit917aa35f8ff95052459538c2e5bae80d1c9a307e
treeac8aca82e0cdf34df99f8ef940c5ccd74117e926
parentcd3ab57a9c2d6088ad1deef97786d5b9f01343f6
implications of stricter type equality:
if both types are named, they must be
the same type (arising from the same
declaration).

R=r,gri
DELTA=44  (21 added, 4 deleted, 19 changed)
OCL=28436
CL=28577
src/cmd/gobuild/util.go
src/lib/go/token/token.go
src/lib/http/server.go
src/lib/os/error.go
src/lib/template/template.go
src/lib/time/zoneinfo.go
test/convert.go
test/golden.out
test/import.go [new file with mode: 0644]
test/interface10.go
usr/gri/pretty/format.go