aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-08-31Add cmpopts.EquateComparable (#340)upstream-masterJoe Tsai
2023-08-30Use of hotlinking of Go identifiers (#337)Joe Tsai
2023-06-05set workflow permission to read-only (#327)Russ Cox
2023-06-05Pin GitHub action versions (#332)Damien Neil
2023-02-22Run tests for Go 1.20 version (#322)Bəxtiyar
2023-02-22Remove purego fallbacks (#325)Caleb Spare
2022-09-02Adjust heuristic for line-based versus byte-based diffing (#299)Joe Tsai
2022-08-30Run tests on Go 1.19 (#309)Aoang
2022-08-30Use value.TypeString in PathStep.String (#306)Joe Tsai
2022-08-30Pre-declare global type variables (#302)Joe Tsai
2022-08-30Fix typo in Result documentation (#300)Joe Tsai
2022-07-13Format with Go 1.19 formatter (#304)Joe Tsai
2022-06-06Use reflect.Value.IsZero (#297)Joe Tsai
2022-04-26Additional cleanup with Go 1.13 as minimal version (#295)Joe Tsai
2022-04-26remove xerrors (#292)Tatsuya Kaneko
2022-04-25Use string formatting for slice of bytes (#294)Joe Tsai
2022-04-25Fix printing of types in reporter output (#293)Joe Tsai
2022-03-22Run tests on Go 1.18 (#290)Aoang
2022-01-04Add //go:build lines (#285)Tobias Klauser
2021-12-07Drop hacks to work around Go reflection bugs in Go1.9 (#282)Joe Tsai
2021-12-07Update minimum supported version to go1.11 (#281)Damien Neil
2021-10-12Reduce minimum length for specialize string diffing (#275)Joe Tsai
2021-10-12Use any alias instead of interface{} (#276)Joe Tsai
2021-09-16Change build status badge (#269)Jake Son
2021-09-16Fix spelling mistakes (#271)Joe Tsai
2021-07-22Use sha256 in test (#268)Joe Tsai
2021-07-19Merge pull request #266 from dsnet/fix-formatDamien Neil
2021-07-18Fix textual printing of byte slicesJoe Tsai
2021-05-27Avoid shadowing variable (#263)Joe Tsai
2021-05-27Fix staticcheck findings (#262)Joe Tsai
2021-05-24Print as text if mostly text (#258)Joe Tsai
2021-05-24Avoid diffing by lines if inefficient (#260)Joe Tsai
2021-05-24Cleanup edit groups after coalescing (#259)Joe Tsai
2021-04-12Fix typo in path.go (#256)Ikko Ashimine
2021-03-03Fix reporter verbosity bug (#253)Joe Tsai
2021-03-03De-virtualize interfaces for specialized diffing (#254)Joe Tsai
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