aboutsummaryrefslogtreecommitdiff
path: root/cmp/report_slices.go
AgeCommit message (Expand)Author
2021-10-12Reduce minimum length for specialize string diffing (#275)Joe Tsai
2021-05-27Avoid shadowing variable (#263)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-03-03De-virtualize interfaces for specialized diffing (#254)Joe Tsai
2020-09-23Fix license headers (#236)Joe Tsai
2020-06-17Improve reporting of values with cycles (#217)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-10Use custom triple-quote syntax for diffing string literals (#212)Joe Tsai
2020-06-10Allow batched diffing of slices with a custom comparer (#210)Joe Tsai
2020-05-16Do not use custom format for nil slice (#201)A. Ishikawa
2020-05-14Format units in decimal except bytes (#199)178inaba
2019-08-05Fix updating of maxLineLen (#147)Christian Muehlhaeuser
2019-08-01Simplify code (#149)Christian Muehlhaeuser
2019-03-11Implement specialized diffing for slices (#131)Joe Tsai