summaryrefslogtreecommitdiff
path: root/src/reflect/deepequal.go
Commit message (Expand)AuthorAgeFilesLines
* reflect: do not escape Value.TypeCherry Mui2023-05-121-1/+1
* reflect: replacing almost all use of *rtype with *abi.TypeDavid Chase2023-05-111-1/+1
* reflect: move more types, constants, functions into internal/abiDavid Chase2023-05-101-1/+1
* internal/abi: refactor (basic) type struct into one definitionDavid Chase2023-05-051-1/+1
* reflect: use cgo.Incomplete instead of go:notinheap in testsCuong Manh Le2022-08-311-3/+3
* all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc commentsRuss Cox2022-04-051-1/+1
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-131-1/+1
* all: use reflect.{Pointer,PointerTo}Cuong Manh Le2021-10-261-4/+4
* reflect: add Value.UnsafePointerCuong Manh Le2021-10-181-3/+3
* reflect: add fast paths for common, simple Kinds to DeepEqualJosh Bleecher Snyder2021-09-131-1/+20
* cmd/compile, runtime: store pointers to go:notinheap types indirectlyKeith Randall2020-10-271-1/+11
* reflect: remove depth from deepequal recursionKeith Randall2020-08-171-10/+8
* reflect: handling flagIndir in DeepEqual potential cyclesIan Lance Taylor2020-06-181-2/+14
* reflect: fix panic in DeepEqual when checking a cycleHuan Du2019-09-111-7/+9
* reflect: reuse values during comparison of maps in DeepEqualZhou Peng2018-05-311-1/+1
* reflect: document how DeepEqual handles cyclesIan Lance Taylor2017-08-041-0/+6
* reflect: fix DeepEqual for some cyclic corner casesRuss Cox2016-10-241-1/+5
* reflect: document DeepEqual(nil map, empty non-nil map) behaviorRuss Cox2016-10-191-2/+3
* all: single space after period.Brad Fitzpatrick2016-03-021-1/+1
* reflect: document DeepEqual, fix case of maps with NaN keysRuss Cox2015-12-111-18/+57
* reflect: record unsafe.Pointer, not uintptr, during DeepEqualRuss Cox2015-09-051-5/+7
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+145