aboutsummaryrefslogtreecommitdiff
path: root/src/reflect/deepequal.go
AgeCommit message (Expand)Author
2022-04-05all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc commentsRuss Cox
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-10-26all: use reflect.{Pointer,PointerTo}Cuong Manh Le
2021-10-18reflect: add Value.UnsafePointerCuong Manh Le
2021-09-13reflect: add fast paths for common, simple Kinds to DeepEqualJosh Bleecher Snyder
2020-10-27cmd/compile, runtime: store pointers to go:notinheap types indirectlyKeith Randall
2020-08-17reflect: remove depth from deepequal recursionKeith Randall
2020-06-18reflect: handling flagIndir in DeepEqual potential cyclesIan Lance Taylor
2019-09-11reflect: fix panic in DeepEqual when checking a cycleHuan Du
2018-05-31reflect: reuse values during comparison of maps in DeepEqualZhou Peng
2017-08-04reflect: document how DeepEqual handles cyclesIan Lance Taylor
2016-10-24reflect: fix DeepEqual for some cyclic corner casesRuss Cox
2016-10-19reflect: document DeepEqual(nil map, empty non-nil map) behaviorRuss Cox
2016-03-02all: single space after period.Brad Fitzpatrick
2015-12-11reflect: document DeepEqual, fix case of maps with NaN keysRuss Cox
2015-09-05reflect: record unsafe.Pointer, not uintptr, during DeepEqualRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox