1. 97aa668 Report with primitive types in diffs (#65) by Joe Tsai · 6 years ago main master
  2. 97a1ff3 Document that Equal is called even if x or y is nil (#63) by Joe Tsai · 6 years ago
  3. ab3beb0 Adjust Travis CI script (#60) by Joe Tsai · 6 years ago
  4. 2809dbc Add Transform.Option helper method (#59) by Joe Tsai · 6 years ago
  5. 2c05626 Fix trivial spelling mistake (#57) by Joe Tsai · 6 years ago
  6. 88141e9 Add Path.Index helper method (#56) by Joe Tsai · 6 years ago
  7. 009f2ca Merge pull request #55 from google/apply-bool by Damien Neil · 6 years ago
  8. 2cfd585 Remove useless return value from apply by Joe Tsai · 6 years ago
  9. 3f298f3 Fix some typos in comments and readme (#54) by ferhat elmas · 6 years ago
  10. 9823290 Add implicit filter to Transformers (#29) by Joe Tsai · 7 years ago
  11. 7ffe192 Explicitly convert assignable nil interface values (#49) by Joe Tsai · 7 years ago
  12. 47d4c62 Adjust heuristics for using raw literals (#48) by Joe Tsai · 7 years ago
  13. 8ebdfab Fix reporter difference count (#47) by Joe Tsai · 7 years ago
  14. 576e243 Use raw literal for string formatting (#46) by Joe Tsai · 7 years ago
  15. e25c874 Change diff.Difference to always return an edit-script (#45) by Joe Tsai · 7 years ago
  16. f46009a Elide type assertions on unnamed types (#21) by Joe Tsai · 7 years ago
  17. ef1ad5f Test unexported field access in format logic (#41) by Joe Tsai · 7 years ago
  18. a10bc8f Add UID to BUG note (#42) by Joe Tsai · 7 years ago
  19. d5735f7 Fix panic in sort.go (#39) by Joe Tsai · 7 years ago
  20. 8099a97 Refactor option evaluation logic (#32) by Joe Tsai · 7 years ago v0.1.0
  21. 3fe0215 Add cmp/internal/function package (#35) by Joe Tsai · 7 years ago
  22. 48a041b Update README.md (#34) by Joe Tsai · 7 years ago
  23. a9cc2ea Check Value.CanInterface before trying to use fmt.Stringer (#33) by Joe Tsai · 7 years ago
  24. 7645fb3 Fix cmp tests (#31) by Joe Tsai · 7 years ago
  25. a4dcf76 Use an Options group instead of copying-append (#22) by Joe Tsai · 7 years ago
  26. f94e52c Fix bug with nil fmt.Stringers (#30) by mattdee123 · 7 years ago
  27. bf72641 Trivial documentation fixes for cmp/internal/value (#27) by Joe Tsai · 7 years ago
  28. d54e855 Expand dynamic checks of options (#20) by Joe Tsai · 7 years ago
  29. b8dbfba Trivial style changes to cmp/internal/value tests (#25) by Joe Tsai · 7 years ago
  30. a77394b Remove reporter TODO (#23) by Joe Tsai · 7 years ago
  31. 18107e6 Move general reflect logic to internal/value (#15) by Joe Tsai · 7 years ago
  32. f9054c6 Add diffing abilities to reporting (#9) by Joe Tsai · 7 years ago
  33. 2b1da0b Add examples for Diff that show how to use it in tests by Kyle Lemons · 7 years ago
  34. 79b2d88 Clarify documentation regarding empty slices and maps (#19) by Joe Tsai · 7 years ago
  35. 1a28161 Document cmpopts.IgnoreUnexported and AllowUnexported together (#14) by Joe Tsai · 7 years ago
  36. f299ad1 Travis: Run go vet; use race detector during tests (#16) by Dmitri Shuralyov · 7 years ago
  37. 7d2cf10 Travis: Check for gofmt issues (#12) by Dmitri Shuralyov · 7 years ago
  38. 1537f48 Remove duplicate LICENSE file (#11) by Joe Tsai · 7 years ago
  39. e6ff442 Add helpful suggestions to panic message (#10) by Joe Tsai · 7 years ago
  40. e6ad8e8 Add cmpopts helper package (#8) by Joe Tsai · 7 years ago
  41. d138b1d Use fmt.Sprintf instead of manual string concatenation (#7) by Fiisio · 7 years ago
  42. 788cdcb Add Last helper method (#6) by Joe Tsai · 7 years ago
  43. cfe90e9 Remove warning about status of AllowUnexported (#5) by Joe Tsai · 7 years ago
  44. d82a575 Make lack of support for AllowUnexported more obvious (#4) by Joe Tsai · 7 years ago
  45. 5c2f341 Support versions of Go down to Go1.6 (#3) by Joe Tsai · 7 years ago
  46. df565ae Merge pull request #1 from zombiezen/travis by Joe Tsai · 7 years ago
  47. 1701c5d .travis.yml: add basic configuration by Ross Light · 7 years ago
  48. 1c57fff Add package cmp for performing equality of Go values by Joe Tsai · 7 years ago