rust/src/librustc_errors
bors 3f9bddc7fe Auto merge of #69570 - Dylan-DPC:rollup-d6boczt, r=Dylan-DPC
Rollup of 6 pull requests

Successful merges:

 - #69477 (docs: add mention of async blocks in move keyword docs)
 - #69504 (Use assert_ne in hash tests)
 - #69546 (use to_vec() instead of .iter().cloned().collect() to convert slices to vecs.)
 - #69551 (use is_empty() instead of len() == x  to determine if structs are empty.)
 - #69563 (Fix no_std detection for target triples)
 - #69567 (use .to_string() instead of format!() macro to create strings)

Failed merges:

r? @ghost
2020-02-29 10:43:32 +00: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 Auto merge of #69227 - Marwes:buffer_stderr, r=varkor 2020-02-29 07:27:29 +00: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