aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-20Run tests on Go 1.16 (#252)Tobias Klauser
2021-02-04cmp/cmpopts: use errors.Is with ≥go1.13 in compareErrors (#251)Tobias Klauser
2020-11-24Impose verbosity limit when formatting map keys (#248)Joe Tsai
2020-11-24Fix non-determinism in diffing algorithm (#247)Joe Tsai
2020-11-23Use GitHub actions for testing (#246)Joe Tsai
2020-11-12Fix Diff documentation (#237)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-10-04Add an example for IgnoreFields (#205)colinnewell
2020-09-23Fix license headers (#236)Joe Tsai
2020-08-18Suggest use of cmpopts.EquateErrors (#234)Joe Tsai
2020-08-12Add testing for Go1.15 (#232)Joe Tsai
2020-07-29Fix Diff documentation (#231)Ernest Galbrun
2020-07-21Use triple-quote formatting for multiline strings (#229)Joe Tsai
2020-07-14Adjust panic for IgnoreUnexported and IgnoreFields (#228)k.nakada
2020-06-22Swallow panic when calling String or Error (#221)Joe Tsai
2020-06-17Improve reporting of values with cycles (#217)Joe Tsai
2020-06-17Update test case names (#218)Joe Tsai
2020-06-17Fix documentation on IgnoreFields (#220)Joe Tsai
2020-06-12Disambiguate reporter output (#216)Joe Tsai
2020-06-11Limit verbosity of reporter output (#215)Joe Tsai
2020-06-10Limit number of printed differences for variable-length composites (#213)Joe Tsai
2020-06-10Introduce deliberate instability to difference output (#214)Joe Tsai
2020-06-10Use custom triple-quote syntax for diffing string literals (#212)Joe Tsai
2020-06-10Use raw string literal syntax only for valid UTF-8 (#211)Joe Tsai
2020-06-10Allow batched diffing of slices with a custom comparer (#210)Joe Tsai
2020-06-10Batch reporter output for simple lists of textLine elements (#208)Joe Tsai
2020-06-10Mention minimally supported Go version in TODO (#209)Joe Tsai
2020-06-09Create go-cmp moduleSasha Smundak
2020-06-09Merge sso://github/google/go-cmp, add mandatory filesSasha Smundak
2020-06-09Initial empty repositoryInna Palant
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
2020-02-27Update tested Go versions (#188)Joe Tsai
2020-02-27Update README.md to use go.dev for documentation (#190)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