• Home
  • Raw
  • Download

Lines Matching +full:rustfmt +full:- +full:clippy

10 ## [0.11.0] - 2020-11-30
15 Some versions were skipped to sync up with the `codespan-lsp` crate. The release
20 - If a label spans over multiple lines, not all lines are rendered.
22 - There is now a custom error type.
23 - There now is a medium rendering mode that is like the short rendering mode
25 - `PartialEq` and `Eq` implementations for the `diagnostic::{Diagnostic, Label, Severity}` types.
29 - All errors now use the error type `codespan_reporting::file::Error`.
30 This type also replaces the custom error type for `codespan-lsp`.
34 - Empty error codes are not rendered.
35 - The locus ("location of the diagnostic") is now computed so it is always at the first
37 - All `unwrap`s outside of tests and examples have been removed.
38 - Some internal improvements, including various code style improvements by using Clippy.
39 - Improved documentation, also mentioning how the ordering of labels is handled.
41 ## [0.9.5] - 2020-06-24
45 - Sections of source code that are marked with primary labels are now rendered
47 - Tab stops are now rendered properly.
92 ## [0.9.4] - 2020-05-18
96 - We have made the caret rendering easier to read when there are multiple
103- first borrow later used by call
104---- first mutable borrow occurs here
113- ---- ^ second mutable borrow occurs here
121 - Diagnostic rendering no longer panics if label ranges are between UTF-8
124 ## [0.9.3] - 2020-04-29
128 - Some panics were fixed when invalid unicode boundaries are supplied.
129 - Labels that marked the same span were originally rendered in reverse order.
137- Expected '('
147- Expected '('
151 - We've reduced the prominence of the 'locus' on source snippets by
162 7 │ {-# BUILTIN NATRAL Nat #-}
173 7 │ {-# BUILTIN NATRAL Nat #-}
180 ## [0.9.2] - 2020-03-29
184 - Render overlapping multiline marks on the same lines of source code.
203 …│ --------------------------------------------- this is found to b…
205 …│ ---------------------------- this is found to be of type `Resul…
224 …│ │ --------------------------------------------- this is found to…
226 …│ │ ---------------------------- this is found to be of type `Res…
240 ## [0.9.1] - 2020-03-23
244 - `codespan_reporting::diagnostic::Diagnostic` now implements `Debug`.
248 - Single-line labels are now rendered together, under the same source line.
255- first borrow later used by call
258---- first mutable borrow occurs here
269- first borrow later used by call
270---- first mutable borrow occurs here
275 ## [0.9.0] - 2020-03-11
279 - The `codespan_reporting::files` module was added as a way to decouple
281 - `codespan_reporting::files::Files` allows users to implement custom file
285 - `codespan_reporting::files::SimpleFile` is a simple implementation of
287 - `codespan_reporting::files::SimpleFiles` is a simple implementation of
292 - The `codespan_reporting::diagnostic` module has been greatly revamped,
293 making the builder API format more nicely with rustfmt, and allowing for
295 - The output of `codespan_reporting::term::emit` was improved,
297 - labels on consecutive lines no longer render breaks between them
298 - source lines are rendered when there is only one line between labels
299 - the inner gutter of code snippets is now aligned consistently
300 - the outer gutter of consecutive code snippets are now aligned consistently
301 - `codespan_reporting::term::emit` now takes writers as a trait object (rather
304 - The field names in `codespan_reporting::term::Chars` were tweaked for
309 - `codespan_reporting` no longer depends on `codespan`.
313 ## [0.8.0] - 2020-02-24
314 ## [0.7.0] - 2020-01-06
315 ## [0.6.0] - 2019-12-18
316 ## [0.5.0] - 2019-10-02
317 ## [0.4.1] - 2019-08-25
318 ## [0.4.0] - 2019-08-22
319 ## [0.3.0] - 2019-05-01
320 ## [0.2.1] - 2019-02-26
321 ## [0.2.0] - 2018-10-11