rust/src/librustc_errors
Dylan DPC bbfec7ca41
Rollup merge of #69567 - matthiaskrgr:useless_fmt, r=nagisa
use .to_string() instead of format!() macro to create strings

handles what is left after https://github.com/rust-lang/rust/pull/69541
2020-02-29 02:16:24 +01:00
..
json Rename syntax_pos to rustc_span in source code 2020-01-01 09:15:18 +03:00
annotate_snippet_emitter_writer.rs rustc_errors: hide "in this macro invocation" when redundant, more explicitly. 2020-02-06 21:32:07 +02:00
Cargo.toml Use termize instead of term_size 2020-01-29 01:13:48 +01:00
diagnostic.rs use .to_string() instead of format!() macro to create strings 2020-02-29 01:32:42 +01:00
diagnostic_builder.rs Run RustFmt 2020-02-11 19:49:01 +10:00
emitter.rs use is_empty() instead of len() == x to determine if structs are empty. 2020-02-28 15:16:27 +01:00
json.rs Rename CodeMap to SourceMap follow up 2020-02-22 16:17:31 +02:00
lib.rs Rename CodeMap to SourceMap follow up 2020-02-22 16:17:31 +02:00
lock.rs use winapi for non-stdlib Windows bindings 2020-01-11 20:56:46 -05:00
registry.rs Remove licenses 2018-12-25 21:08:33 -07:00
snippet.rs use is_empty() instead of len() == x to determine if structs are empty. 2020-02-28 15:16:27 +01:00
styled_buffer.rs Format the world 2019-12-22 17:42:47 -05:00