aboutsummaryrefslogtreecommitdiff
path: root/cmp/compare.go
AgeCommit message (Expand)Author
2020-11-12Fix Diff documentation (#237)Joe Tsai
2020-09-23Fix license headers (#236)Joe Tsai
2020-07-29Fix Diff documentation (#231)Ernest Galbrun
2020-06-10Mention minimally supported Go version in TODO (#209)Joe Tsai
2020-06-08Avoid leaking implementation details of the exporter (#206)Joe Tsai
2020-05-26Optimize Diff for frequent equality (#204)Joe Tsai
2020-02-27Document the test-only intentions of this package (#189)Joe Tsai
2019-12-16Add support for comparing graphs (#85)Joe Tsai
2019-12-16Add Exporter option (#176)Joe Tsai
2019-03-11Improve clarity of compareAny (#132)Joe Tsai
2019-03-11Use concrete types for path steps (#129)Joe Tsai
2019-03-11Export the Reporter API (#123)Joe Tsai
2019-03-11Implement a unified difference reporter (#124)Joe Tsai
2019-02-27Add validator option once at state creation (#128)Joe Tsai
2019-02-26Evaluate options even if values are invalid (#121)Joe Tsai
2019-02-26Augment Report to indicate how comparison was determined (#122)Joe Tsai
2019-02-26Add Values method to PathStep (#119)Joe Tsai
2019-02-25Rename {NDiff,NSame} as {NumDiff,NumSame} (#118)Joe Tsai
2019-02-25Rename unsafe_x.go as export_x.go (#117)Joe Tsai
2019-02-25Refactor reporter implementation (#112)Joe Tsai
2019-02-16Commit to not comparing NaN keys (#110)Joe Tsai
2019-02-16 Reorder logic to be consistent (#107)Joe Tsai
2019-02-16Always ignore _ fields (#108)Joe Tsai
2019-02-16Move function name logic to function package (#106)Joe Tsai
2018-03-27Check for probable infinite recursive cycles (#84)Joe Tsai
2018-02-28Update TODO for when to remove sanitizeValueJoe Tsai
2017-12-21Document that Equal is called even if x or y is nil (#63)Joe Tsai
2017-11-29Remove useless return value from applyJoe Tsai
2017-11-23Fix some typos in comments and readme (#54)ferhat elmas
2017-10-05Explicitly convert assignable nil interface values (#49)Joe Tsai
2017-09-28Change diff.Difference to always return an edit-script (#45)Joe Tsai
2017-09-27Add UID to BUG note (#42)Joe Tsai
2017-08-03Refactor option evaluation logic (#32)Joe Tsai
2017-08-02Add cmp/internal/function package (#35)Joe Tsai
2017-07-28Use an Options group instead of copying-append (#22)Joe Tsai
2017-07-25Expand dynamic checks of options (#20)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-20Clarify documentation regarding empty slices and maps (#19)Joe Tsai
2017-07-18Document cmpopts.IgnoreUnexported and AllowUnexported together (#14)Joe Tsai
2017-07-14Add helpful suggestions to panic message (#10)Joe Tsai
2017-07-07Support versions of Go down to Go1.6 (#3)Joe Tsai
2017-07-07Add package cmp for performing equality of Go valuesJoe Tsai