aboutsummaryrefslogtreecommitdiff
path: root/cmp/internal
AgeCommit message (Expand)Author
2021-10-12Use any alias instead of interface{} (#276)Joe Tsai
2020-11-24Fix non-determinism in diffing algorithm (#247)Joe Tsai
2020-11-12Revert "Adjust for reflect.Type.NumMethod change in Go1.16 (#240)" (#242)Joe Tsai
2020-10-20Adjust for reflect.Type.NumMethod change in Go1.16 (#240)Joe Tsai
2020-09-23Fix license headers (#236)Joe Tsai
2020-06-17Improve reporting of values with cycles (#217)Joe Tsai
2020-06-12Disambiguate reporter output (#216)Joe Tsai
2020-06-10Introduce deliberate instability to difference output (#214)Joe Tsai
2019-08-05cmp/internal/value: fix handling of negative zero for floats (#152)Joe Tsai
2019-03-11Implement specialized diffing for slices (#131)Joe Tsai
2019-03-11Add IgnoreSliceElements and IgnoreMapEntries helpers (#126)Joe Tsai
2019-03-11Implement a unified difference reporter (#124)Joe Tsai
2019-02-25Rename {NDiff,NSame} as {NumDiff,NumSame} (#118)Joe Tsai
2019-02-16Move function name logic to function package (#106)Joe Tsai
2019-02-14Make debug mode more explicit (#105)Joe Tsai
2018-11-01Bump minimum version to Go1.8 (#50)Joe Tsai
2018-03-28Fix cycle detection in internal/value.Format (#87)Joe Tsai
2018-01-03Report with primitive types in diffs (#65)Joe Tsai
2017-12-15Adjust Travis CI script (#60)Joe Tsai
2017-12-07Fix trivial spelling mistake (#57)Joe Tsai
2017-11-23Fix some typos in comments and readme (#54)ferhat elmas
2017-10-03Adjust heuristics for using raw literals (#48)Joe Tsai
2017-09-28Use raw literal for string formatting (#46)Joe Tsai
2017-09-28Change diff.Difference to always return an edit-script (#45)Joe Tsai
2017-09-27Test unexported field access in format logic (#41)Joe Tsai
2017-09-01Fix panic in sort.go (#39)Joe Tsai
2017-08-02Add cmp/internal/function package (#35)Joe Tsai
2017-08-01Check Value.CanInterface before trying to use fmt.Stringer (#33)Joe Tsai
2017-07-28Fix bug with nil fmt.Stringers (#30)mattdee123
2017-07-25Trivial documentation fixes for cmp/internal/value (#27)Joe Tsai
2017-07-25Trivial style changes to cmp/internal/value tests (#25)Joe Tsai
2017-07-20Move general reflect logic to internal/value (#15)Joe Tsai
2017-07-20Add diffing abilities to reporting (#9)Joe Tsai
2017-07-07Add package cmp for performing equality of Go valuesJoe Tsai