aboutsummaryrefslogtreecommitdiff
path: root/cmp/report_reflect.go
AgeCommit message (Expand)Author
2022-08-30Pre-declare global type variables (#302)Joe Tsai
2022-06-06Use reflect.Value.IsZero (#297)Joe Tsai
2022-04-25Use string formatting for slice of bytes (#294)Joe Tsai
2022-04-25Fix printing of types in reporter output (#293)Joe Tsai
2021-07-18Fix textual printing of byte slicesJoe Tsai
2020-11-24Impose verbosity limit when formatting map keys (#248)Joe Tsai
2020-09-23Fix license headers (#236)Joe Tsai
2020-07-21Use triple-quote formatting for multiline strings (#229)Joe Tsai
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-12Disambiguate reporter output (#216)Joe Tsai
2020-06-11Limit verbosity of reporter output (#215)Joe Tsai
2020-06-10Use raw string literal syntax only for valid UTF-8 (#211)Joe Tsai
2020-06-08Avoid leaking implementation details of the exporter (#206)Joe Tsai
2020-06-08Forcibly export fields for use by the reporterJoe Tsai
2020-05-14Format units in decimal except bytes (#199)178inaba
2019-05-27Invoke String when formatting map keys (#142)David Crawshaw
2019-03-11Implement a unified difference reporter (#124)Joe Tsai