Thanks to visit codestin.com
Credit goes to chromium.googlesource.com
Sign in
chromium
/
external
/
github.com
/
google
/
go-cmp
/
HEAD
9b12f36
Detect proto.Message types when failing to export a field (#370)
by Joe Tsai
· 6 months ago
master
v0.7.0
4dd3d63
fix: type 'aribica' => 'arabica' (#368)
by Mitch Burton
· 7 months ago
391980c
Support compare functions with SortSlices and SortMaps (#367)
by Joe Tsai
· 9 months ago
c3ad843
Add cmpopts.EquateComparable (#340)
by Joe Tsai
· 1 year, 11 months ago
v0.6.0
e250a55
Use of hotlinking of Go identifiers (#337)
by Joe Tsai
· 1 year, 11 months ago
8a3e8dd
set workflow permission to read-only (#327)
by Russ Cox
· 2 years, 1 month ago
8cea5de
Pin GitHub action versions (#332)
by Damien Neil
· 2 years, 1 month ago
3bb304a
Run tests for Go 1.20 version (#322)
by Bəxtiyar
· 2 years, 5 months ago
571a56b
Remove purego fallbacks (#325)
by Caleb Spare
· 2 years, 5 months ago
a97318b
Adjust heuristic for line-based versus byte-based diffing (#299)
by Joe Tsai
· 2 years, 11 months ago
v0.5.9
377d283
Run tests on Go 1.19 (#309)
by Aoang
· 2 years, 11 months ago
6606d4d
Use value.TypeString in PathStep.String (#306)
by Joe Tsai
· 2 years, 11 months ago
f36a68d
Pre-declare global type variables (#302)
by Joe Tsai
· 2 years, 11 months ago
5dac6aa
Fix typo in Result documentation (#300)
by Joe Tsai
· 2 years, 11 months ago
14ad8a0
Format with Go 1.19 formatter (#304)
by Joe Tsai
· 3 years ago
a53d7e0
Use reflect.Value.IsZero (#297)
by Joe Tsai
· 3 years, 1 month ago
f144a35
Additional cleanup with Go 1.13 as minimal version (#295)
by Joe Tsai
· 3 years, 3 months ago
v0.5.8
63c2960
remove xerrors (#292)
by Tatsuya Kaneko
· 3 years, 3 months ago
71220fc
Use string formatting for slice of bytes (#294)
by Joe Tsai
· 3 years, 3 months ago
4664e24
Fix printing of types in reporter output (#293)
by Joe Tsai
· 3 years, 3 months ago
79433ac
Run tests on Go 1.18 (#290)
by Aoang
· 3 years, 4 months ago
039e37c
Add //go:build lines (#285)
by Tobias Klauser
· 3 years, 7 months ago
v0.5.7
3242228
Drop hacks to work around Go reflection bugs in Go1.9 (#282)
by Joe Tsai
· 3 years, 7 months ago
f59cd61
Update minimum supported version to go1.11 (#281)
by Damien Neil
· 3 years, 7 months ago
6faefd0
Reduce minimum length for specialize string diffing (#275)
by Joe Tsai
· 3 years, 9 months ago
f1773ad
Use any alias instead of interface{} (#276)
by Joe Tsai
· 3 years, 9 months ago
9094ef9
Change build status badge (#269)
by Jake Son
· 3 years, 10 months ago
3ee52c8
Fix spelling mistakes (#271)
by Joe Tsai
· 3 years, 10 months ago
395a0ac
Use sha256 in test (#268)
by Joe Tsai
· 4 years ago
402949e
Merge pull request #266 from dsnet/fix-format
by Damien Neil
· 4 years ago
d5fcb38
Fix textual printing of byte slices
by Joe Tsai
· 4 years ago
290a6a2
Avoid shadowing variable (#263)
by Joe Tsai
· 4 years, 2 months ago
248ccff
Fix staticcheck findings (#262)
by Joe Tsai
· 4 years, 2 months ago
d103655
Print as text if mostly text (#258)
by Joe Tsai
· 4 years, 2 months ago
v0.5.6
9181d1e
Avoid diffing by lines if inefficient (#260)
by Joe Tsai
· 4 years, 2 months ago
c5c3378
Cleanup edit groups after coalescing (#259)
by Joe Tsai
· 4 years, 2 months ago
1ee4af8
Fix typo in path.go (#256)
by Ikko Ashimine
· 4 years, 3 months ago
8fa37b4
Fix reporter verbosity bug (#253)
by Joe Tsai
· 4 years, 5 months ago
v0.5.5
dc6435e
De-virtualize interfaces for specialized diffing (#254)
by Joe Tsai
· 4 years, 5 months ago
e9947a2
Run tests on Go 1.16 (#252)
by Tobias Klauser
· 4 years, 5 months ago
3a98a11
cmp/cmpopts: use errors.Is with ≥go1.13 in compareErrors (#251)
by Tobias Klauser
· 4 years, 6 months ago
ec71d6d
Impose verbosity limit when formatting map keys (#248)
by Joe Tsai
· 4 years, 8 months ago
v0.5.4
449e17c
Fix non-determinism in diffing algorithm (#247)
by Joe Tsai
· 4 years, 8 months ago
ade6b74
Use GitHub actions for testing (#246)
by Joe Tsai
· 4 years, 8 months ago
0a3ecd3
Fix Diff documentation (#237)
by Joe Tsai
· 4 years, 8 months ago
v0.5.3
d3c8501
Revert "Adjust for reflect.Type.NumMethod change in Go1.16 (#240)" (#242)
by Joe Tsai
· 4 years, 8 months ago
ab46b8b
Adjust for reflect.Type.NumMethod change in Go1.16 (#240)
by Joe Tsai
· 4 years, 9 months ago
566225a
Add an example for IgnoreFields (#205)
by colinnewell
· 4 years, 10 months ago
d713870
Fix license headers (#236)
by Joe Tsai
· 4 years, 10 months ago
d2fcc89
Suggest use of cmpopts.EquateErrors (#234)
by Joe Tsai
· 5 years ago
v0.5.2
db9de43
Add testing for Go1.15 (#232)
by Joe Tsai
· 5 years ago
036ffc7
Fix Diff documentation (#231)
by Ernest Galbrun
· 5 years ago
9680bfa
Use triple-quote formatting for multiline strings (#229)
by Joe Tsai
· 5 years ago
v0.5.1
1536a0c
Adjust panic for IgnoreUnexported and IgnoreFields (#228)
by k.nakada
· 5 years ago
d669b04
Swallow panic when calling String or Error (#221)
by Joe Tsai
· 5 years ago
77ae86f
Improve reporting of values with cycles (#217)
by Joe Tsai
· 5 years ago
v0.5.0
c49bfce
Update test case names (#218)
by Joe Tsai
· 5 years ago
1227731
Fix documentation on IgnoreFields (#220)
by Joe Tsai
· 5 years ago
44914b3
Disambiguate reporter output (#216)
by Joe Tsai
· 5 years ago
f1780cf
Limit verbosity of reporter output (#215)
by Joe Tsai
· 5 years ago
0d296f9
Limit number of printed differences for variable-length composites (#213)
by Joe Tsai
· 5 years ago
7c9a834
Introduce deliberate instability to difference output (#214)
by Joe Tsai
· 5 years ago
0cd6169
Use custom triple-quote syntax for diffing string literals (#212)
by Joe Tsai
· 5 years ago
a171aa7
Use raw string literal syntax only for valid UTF-8 (#211)
by Joe Tsai
· 5 years ago
88849e8
Allow batched diffing of slices with a custom comparer (#210)
by Joe Tsai
· 5 years ago
9b30031
Batch reporter output for simple lists of textLine elements (#208)
by Joe Tsai
· 5 years ago
367e530
Mention minimally supported Go version in TODO (#209)
by Joe Tsai
· 5 years ago
23a2b56
Fix exporter to handle nil interface values (#207)
by Joe Tsai
· 5 years ago
11c4583
Avoid leaking implementation details of the exporter (#206)
by Joe Tsai
· 5 years ago
1776240
Forcibly export fields for use by the reporter
by Joe Tsai
· 5 years ago
4a83f56
Optimize Diff for frequent equality (#204)
by Joe Tsai
· 5 years ago
d08c604
Permit use of IgnoreFields with unexported fields (#203)
by Joe Tsai
· 5 years ago
aa7c82a
Do not use custom format for nil slice (#201)
by A. Ishikawa
· 5 years ago
7e5cb83
Format units in decimal except bytes (#199)
by 178inaba
· 5 years ago
v0.4.1
0c08307
Refactor tests to use golden test files (#200)
by Joe Tsai
· 5 years ago
049b73f
Add reporterTests to TestDiff (#198)
by 178inaba
· 5 years ago
cb8c7f8
Fix typo on example (#193)
by Chris Morrow
· 5 years ago
f6dc95b
Document the test-only intentions of this package (#189)
by Joe Tsai
· 5 years ago
6fdcbe1
Update tested Go versions (#188)
by Joe Tsai
· 5 years ago
5915021
Update README.md to use go.dev for documentation (#190)
by Joe Tsai
· 5 years ago
5a6f757
Add support for comparing graphs (#85)
by Joe Tsai
· 6 years ago
v0.4.0
340f1eb
Add EquateErrors helper (#178)
by Joe Tsai
· 6 years ago
3838af3
Adjust style of EquateApproxTime (#177)
by Joe Tsai
· 6 years ago
e1f03df
Add Exporter option (#176)
by Joe Tsai
· 6 years ago
776445f
Print type name in unexported panic (#171)
by Joe Tsai
· 6 years ago
481baca
Make retrieveUnexportedField pass Go 1.14's checkptr validation (#169)
by Brad Fitzpatrick
· 6 years ago
b1c9c48
cmpopts: add EquateApproxTime (#158)
by Roger Peppe
· 6 years ago
2d0692c
cmp/internal/value: fix handling of negative zero for floats (#152)
by Joe Tsai
· 6 years ago
v0.3.1
208900a
Fix updating of maxLineLen (#147)
by Christian Muehlhaeuser
· 6 years ago
6d8cafd
Simplify code (#149)
by Christian Muehlhaeuser
· 6 years ago
00cb0dc
Fixed typo in formatDiffList (#148)
by Christian Muehlhaeuser
· 6 years ago
1b31600
Document the reason for output instability (#145)
by Joe Tsai
· 6 years ago
917e382
Invoke String when formatting map keys (#142)
by David Crawshaw
· 6 years ago
6f77996
Improve clarity of compareAny (#132)
by Joe Tsai
· 6 years ago
v0.3.0
b5cce89
Implement specialized diffing for slices (#131)
by Joe Tsai
· 6 years ago
49488b4
Use concrete types for path steps (#129)
by Joe Tsai
· 6 years ago
0376dcf
Add IgnoreSliceElements and IgnoreMapEntries helpers (#126)
by Joe Tsai
· 6 years ago
3177a94
Export the Reporter API (#123)
by Joe Tsai
· 6 years ago
2940eda
Implement a unified difference reporter (#124)
by Joe Tsai
· 6 years ago
c812816
Nudge people to use custom comparers rather than Ignore/Allow Unexported options (#115)
by LMMilewski
· 6 years ago
Next »