aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-29Regen Android.bp with go2bp am: 3debcec779 am: 7265bb7848 am: ce3925a9aeDan Willemsen
2021-06-29Regen Android.bp with go2bp am: 3debcec779 am: 7265bb7848Dan Willemsen
2021-06-29Regen Android.bp with go2bp am: 3debcec779Dan Willemsen
2021-06-28Regen Android.bp with go2bpDan Willemsen
2021-05-27Avoid shadowing variable (#263)Joe Tsai
2021-05-27Fix staticcheck findings (#262)Joe Tsai
2021-05-27[LSC] Add LOCAL_LICENSE_KINDS to external/go-cmp am: 5996e935ac am: 2edf3ba00...Bob Badour
2021-05-27[LSC] Add LOCAL_LICENSE_KINDS to external/go-cmp am: 5996e935ac am: 2edf3ba00...Bob Badour
2021-05-27[LSC] Add LOCAL_LICENSE_KINDS to external/go-cmp am: 5996e935ac am: 2edf3ba00cBob Badour
2021-05-27[LSC] Add LOCAL_LICENSE_KINDS to external/go-cmp am: 5996e935acBob Badour
2021-05-26[LSC] Add LOCAL_LICENSE_KINDS to external/go-cmpBob Badour
2021-05-26[LSC] Add LOCAL_LICENSE_KINDS to external/go-cmp am: 3b8a7ef8d4 am: 93d737cc3eBob Badour
2021-05-26[LSC] Add LOCAL_LICENSE_KINDS to external/go-cmp am: 3b8a7ef8d4Bob Badour
2021-05-26[LSC] Add LOCAL_LICENSE_KINDS to external/go-cmpBob Badour
2021-05-26Update go-cmp to 'v0.5.5' am: 58624c34adDan Willemsen
2021-05-26Create go-cmp module am: 0f7c828c80Sasha Smundak
2021-05-26Merge sso://github/google/go-cmp, add mandatory files am: 1ea8835d09Sasha Smundak
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-05-19Update go-cmp to 'v0.5.5'Dan Willemsen
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
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