aboutsummaryrefslogtreecommitdiff
path: root/cmp
AgeCommit message (Expand)Author
2020-06-09Fix exporter to handle nil interface values (#207)Joe Tsai
2020-06-08Avoid leaking implementation details of the exporter (#206)Joe Tsai
2020-06-08Forcibly export fields for use by the reporterJoe Tsai
2020-05-26Optimize Diff for frequent equality (#204)Joe Tsai
2020-05-20Permit use of IgnoreFields with unexported fields (#203)Joe Tsai
2020-05-16Do not use custom format for nil slice (#201)A. Ishikawa
2020-05-14Format units in decimal except bytes (#199)178inaba
2020-05-13Refactor tests to use golden test files (#200)Joe Tsai
2020-05-13Add reporterTests to TestDiff (#198)178inaba
2020-03-28Fix typo on example (#193)Chris Morrow
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 EquateErrors helper (#178)Joe Tsai
2019-12-16Adjust style of EquateApproxTime (#177)Joe Tsai
2019-12-16Add Exporter option (#176)Joe Tsai
2019-11-04Print type name in unexported panic (#171)Joe Tsai
2019-10-28Make retrieveUnexportedField pass Go 1.14's checkptr validation (#169)Brad Fitzpatrick
2019-08-29cmpopts: add EquateApproxTime (#158)Roger Peppe
2019-08-05cmp/internal/value: fix handling of negative zero for floats (#152)Joe Tsai
2019-08-05Fix updating of maxLineLen (#147)Christian Muehlhaeuser
2019-08-01Simplify code (#149)Christian Muehlhaeuser
2019-08-01Fixed typo in formatDiffList (#148)Christian Muehlhaeuser
2019-06-06Document the reason for output instability (#145)Joe Tsai
2019-05-27Invoke String when formatting map keys (#142)David Crawshaw
2019-03-11Improve clarity of compareAny (#132)Joe Tsai
2019-03-11Implement specialized diffing for slices (#131)Joe Tsai
2019-03-11Use concrete types for path steps (#129)Joe Tsai
2019-03-11Add IgnoreSliceElements and IgnoreMapEntries helpers (#126)Joe Tsai
2019-03-11Export the Reporter API (#123)Joe Tsai
2019-03-11Implement a unified difference reporter (#124)Joe Tsai
2019-02-27Nudge people to use custom comparers rather than Ignore/Allow Unexported opti...LMMilewski
2019-02-27Add validator option once at state creation (#128)Joe Tsai
2019-02-27Add BenchmarkBytes (#125)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-16Derive the default transformer name from the function pointer (#113)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-16Relax Transformer name rules (#109)Joe Tsai
2019-02-16Always ignore _ fields (#108)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-14Remove special-case build tags (#98)Joe Tsai
2018-11-01Bump minimum version to Go1.8 (#50)Joe Tsai
2018-08-23Swap order of want and got in Diff example (#91)Ross Light
2018-03-28Fix cycle detection in internal/value.Format (#87)Joe Tsai