miette/src
Paul Colomiets c205d2e71b
docs: fix mentions of eyre and DiagnosticError (#100)
Note: `DiagnosticError` is a private type, `Report` returned from
`into_diagnostic()` instead.
2022-01-07 17:35:48 -08:00
..
eyreish docs: fix mentions of eyre and DiagnosticError (#100) 2022-01-07 17:35:48 -08:00
handlers fix(json): proper escapes for JSON strings (#101) 2022-01-07 17:35:24 -08:00
chain.rs fix(chain): correct `Chain` structure exported (#102) 2022-01-07 17:34:39 -08:00
error.rs feat(report): anyhow-ify DiagnosticReport (#35) 2021-09-04 21:22:46 -07:00
handler.rs feat(tabs): Add replace tabs with spaces option (#82) 2021-10-05 21:05:57 -07:00
lib.rs fix(api): put panic handler properly behind a flag 2021-09-22 16:34:21 -07:00
named_source.rs feat(handlers): Update graphical handler to use new label protocol (#66) 2021-09-22 16:34:21 -07:00
panic.rs feat(panic): add backtrace support to panic handler and move set_panic_hook into fancy features 2021-09-22 16:34:21 -07:00
protocol.rs feat(SourceSpan): add impl From<Range> (#78) 2021-10-01 12:02:39 -07:00
source_impls.rs fix(read_span): prevent multilines MietteSpanContents from skipping lines (#81) 2021-10-05 21:05:50 -07:00