rust/src/librustc_parse/parser
Matthias Krüger 7be94a8a95 don't use .into() to convert types into identical types.
example:
    let s: String = format!("hello").into();
2020-02-27 23:32:46 +01:00
..
attr.rs Invert control in struct_lint_level. 2020-02-11 19:47:40 +10:00
diagnostics.rs Invert control in struct_lint_level. 2020-02-11 19:47:40 +10:00
expr.rs Rename CodeMap to SourceMap follow up 2020-02-22 16:17:31 +02:00
generics.rs Use more appropriate spans on object unsafe traits and provide structured suggestions when possible 2020-02-02 11:53:10 -08:00
item.rs Rollup merge of #69423 - petrochenkov:nont, r=Centril 2020-02-26 02:07:14 +01:00
mod.rs don't use .into() to convert types into identical types. 2020-02-27 23:32:46 +01:00
module.rs Record proc macro harness order for use during metadata deserialization 2020-02-15 15:48:36 -05:00
pat.rs parse: recover mut (x @ y) as (mut x @ mut y). 2020-02-17 16:08:13 +01:00
path.rs parser: Remove Options from unnormalized tokens 2020-02-17 22:12:39 +03:00
stmt.rs don't use .into() to convert types into identical types. 2020-02-27 23:32:46 +01:00
ty.rs Rename FunctionRetTy to FnRetTy 2020-02-17 11:24:29 +09:00