1
0
mirror of https://github.com/golang/go synced 2024-10-04 03:21:22 -06:00
go/src/reflect
Matthew Dempsky be23e98e06 reflect: cleanup wording for type identity/equality
Use terms like "equal" and "identical types" to match the Go spec,
rather than inventing a new explanation. See also discussion on
golang.org/cl/27170.

Updates #16348.

Change-Id: I0fe0bd01c0d1da3c8937a579c2ba44cf1eb16b71
Reviewed-on: https://go-review.googlesource.com/28054
Reviewed-by: Rob Pike <r@golang.org>
2016-08-30 22:40:52 +00:00
..
all_test.go reflect: clear tflag on new types 2016-08-16 16:58:15 +00:00
asm_386.s all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00
asm_amd64.s all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00
asm_amd64p32.s all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00
asm_arm64.s all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00
asm_arm.s all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00
asm_mips64x.s all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00
asm_ppc64x.s all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00
asm_s390x.s reflect: add s390x support 2016-04-06 04:23:06 +00:00
deepequal.go all: single space after period. 2016-03-02 00:13:47 +00:00
example_test.go reflect: add method StructTag.Lookup 2016-03-25 04:54:19 +00:00
export_test.go runtime: tell race detector about reflectOffs.lock 2016-05-26 14:43:27 +00:00
makefunc.go all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00
set_test.go reflect: recognize unnamed directional channels 2016-03-04 20:34:30 +00:00
tostring_test.go
type.go reflect: cleanup wording for type identity/equality 2016-08-30 22:40:52 +00:00
value.go cmd/compile, etc: use name offset in method tables 2016-04-18 09:12:41 +00:00