aboutsummaryrefslogtreecommitdiff
path: root/cmp
AgeCommit message (Expand)Author
2018-03-27Check for probable infinite recursive cycles (#84)Joe Tsai
2018-03-26Add AcyclicTransformer helper (#82)Joe Tsai
2018-03-26Enforce tests to provide a reason (#83)Joe Tsai
2018-02-28Update TODO for when to remove sanitizeValueJoe Tsai
2018-02-02Support purego build tag (#68)Joe Tsai
2018-01-03Report with primitive types in diffs (#65)Joe Tsai
2017-12-21Document that Equal is called even if x or y is nil (#63)Joe Tsai
2017-12-15Adjust Travis CI script (#60)Joe Tsai
2017-12-14Add Transform.Option helper method (#59)Joe Tsai
2017-12-07Fix trivial spelling mistake (#57)Joe Tsai
2017-12-01Add Path.Index helper method (#56)Joe Tsai
2017-11-29Remove useless return value from applyJoe Tsai
2017-11-23Fix some typos in comments and readme (#54)ferhat elmas
2017-11-03Add implicit filter to Transformers (#29)Joe Tsai
2017-10-05Explicitly convert assignable nil interface values (#49)Joe Tsai
2017-10-03Adjust heuristics for using raw literals (#48)Joe Tsai
2017-10-02Fix reporter difference count (#47)Joe Tsai
2017-09-28Use raw literal for string formatting (#46)Joe Tsai
2017-09-28Change diff.Difference to always return an edit-script (#45)Joe Tsai
2017-09-27Elide type assertions on unnamed types (#21)Joe Tsai
2017-09-27Test unexported field access in format logic (#41)Joe Tsai
2017-09-27Add UID to BUG note (#42)Joe Tsai
2017-09-01Fix panic in sort.go (#39)Joe Tsai
2017-08-03Refactor option evaluation logic (#32)Joe Tsai
2017-08-02Add cmp/internal/function package (#35)Joe Tsai
2017-08-01Check Value.CanInterface before trying to use fmt.Stringer (#33)Joe Tsai
2017-07-31Fix cmp tests (#31)Joe Tsai
2017-07-28Use an Options group instead of copying-append (#22)Joe Tsai
2017-07-28Fix bug with nil fmt.Stringers (#30)mattdee123
2017-07-25Trivial documentation fixes for cmp/internal/value (#27)Joe Tsai
2017-07-25Expand dynamic checks of options (#20)Joe Tsai
2017-07-25Trivial style changes to cmp/internal/value tests (#25)Joe Tsai
2017-07-22Remove reporter TODO (#23)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-20Add examples for Diff that show how to use it in testsKyle Lemons
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-17Travis: Run go vet; use race detector during tests (#16)Dmitri Shuralyov
2017-07-17Remove duplicate LICENSE file (#11)Joe Tsai
2017-07-14Add helpful suggestions to panic message (#10)Joe Tsai
2017-07-14Add cmpopts helper package (#8)Joe Tsai
2017-07-14Use fmt.Sprintf instead of manual string concatenation (#7)Fiisio
2017-07-13Add Last helper method (#6)Joe Tsai
2017-07-13Remove warning about status of AllowUnexported (#5)Joe Tsai
2017-07-12Make lack of support for AllowUnexported more obvious (#4)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