rust/compiler/rustc_parse/src/parser
Matthias Krüger 3b9543c89d
Rollup merge of #107446 - clubby789:rustc-parse-diag-migrate, r=compiler-errors
Migrate some of `rustc_parse` to derive diagnostics

`@rustbot` label +A-translation
r? rust-lang/diagnostics
cc #100717
2023-02-09 11:21:57 +01:00
..
attr_wrapper.rs Remove TokenCursorFrame. 2023-02-03 10:06:52 +11:00
attr.rs compiler: remove unnecessary imports and qualified paths 2022-12-10 18:45:34 +01:00
diagnostics.rs Parse and recover from type ascription in patterns 2023-02-02 17:18:48 +00:00
expr.rs Migrate rustc_parse to derive diagnostics 2023-02-06 14:40:35 +00:00
generics.rs Recover from default value for a lifetime in generic parameters. 2023-02-04 17:04:09 -06:00
item.rs Migrate rustc_parse to derive diagnostics 2023-02-06 14:40:35 +00:00
mod.rs Rollup merge of #107551 - fee1-dead-contrib:rm_const_fnmut_helper, r=oli-obk 2023-02-03 14:15:22 -08:00
nonterminal.rs rustc_parse: migrate more to diagnostic structs 2023-02-01 21:50:34 +01:00
pat.rs Rollup merge of #107493 - clubby789:range-fat-arrow-followup, r=estebank 2023-02-02 17:14:05 +01:00
path.rs recover more unbraced const args 2023-01-27 19:26:04 +01:00
stmt.rs rustc_parse: remove huge error imports 2023-02-05 03:48:17 +01:00
ty.rs Do not eagerly recover for bad impl-trait in macros 2023-02-08 17:56:08 +00:00