rust/src/librustc_parse/parser
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
..
attr.rs Invert control in struct_lint_level. 2020-02-11 19:47:40 +10:00
diagnostics.rs parser: token -> normalized_token, nonnormalized_token -> token 2020-02-24 13:04:13 +03:00
expr.rs Rollup merge of #69481 - matthiaskrgr:single_char, r=ecstatic-morse 2020-02-28 17:17:30 +01:00
generics.rs Auto merge of #69255 - estebank:e0599-details, r=varkor 2020-02-29 03:52:53 +00:00
item.rs Rollup merge of #69384 - petrochenkov:nounnorm, r=Centril 2020-02-28 17:17:26 +01:00
mod.rs Rollup merge of #69384 - petrochenkov:nounnorm, r=Centril 2020-02-28 17:17:26 +01:00
module.rs Record proc macro harness order for use during metadata deserialization 2020-02-15 15:48:36 -05:00
pat.rs use .to_string() instead of format!() macro to create strings 2020-02-29 01:32:42 +01:00
path.rs Rollup merge of #69551 - matthiaskrgr:len_zero, r=Mark-Simulacrum 2020-02-29 02:16:21 +01:00
stmt.rs remove redundant clones, references to operands, explicit boolean comparisons and filter(x).next() calls. 2020-02-28 13:45:30 +01:00
ty.rs parser: token -> normalized_token, nonnormalized_token -> token 2020-02-24 13:04:13 +03:00