rust/src/librustc_errors
Santiago Pastorino 3d3e0aa571 Buffer errors in MIR borrow check
(pnkfelix updated to address tidy, and to change the buffer from
`Vec<DiagnosticBuilder<'errs>>` to a `Vec<Diagnostic>` in order to
avoid painful lifetime maintenance.)
2018-07-23 14:20:12 +02:00
..
Cargo.toml rustc: Migrate to termcolor crate from term 2018-03-07 07:30:33 -08:00
diagnostic.rs proc_macro: don't use DiagnosticBuilder for building up Diagnostics. 2018-07-20 00:15:11 +03:00
diagnostic_builder.rs Buffer errors in MIR borrow check 2018-07-23 14:20:12 +02:00
emitter.rs Auto merge of #51485 - estebank:dehighlight-secondary-msgs, r=GuillaumeGomez 2018-07-21 23:50:28 +00:00
lib.rs Sequence-field should have plural name 2018-07-21 16:09:10 +02:00
lock.rs Deny bare trait objects in src/librustc_errors 2018-07-14 07:23:32 +02:00
registry.rs run rustfmt on librustc_errors folder 2016-10-18 23:13:02 +05:30
snippet.rs Remove highlighting from secondary messages 2018-06-11 15:52:10 -07:00
styled_buffer.rs Highlight code on diagnostics when underlined 2018-01-28 17:15:15 -08:00