rust/src/librustc_errors
Matthias Krüger ede1f7d2a5 use String::new() instead of String::from(""), "".to_string(), "".to_owned() or "".into() 2018-08-23 10:14:52 +02:00
..
Cargo.toml rustc: Migrate to `termcolor` crate from `term` 2018-03-07 07:30:33 -08:00
diagnostic.rs Add `-Z borrowck=migrate` flag, use it to link NLL up to AST-borrowck. 2018-07-26 13:17:55 +02:00
diagnostic_builder.rs rustc: Disallow machine applicability in foreign macros 2018-07-30 07:48:59 -07:00
emitter.rs use String::new() instead of String::from(""), "".to_string(), "".to_owned() or "".into() 2018-08-23 10:14:52 +02:00
lib.rs fix tidy errors 2018-08-19 23:01:01 +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