rust/compiler/rustc_parse/src/parser
2023-04-16 12:08:30 +02:00
..
attr.rs errors: generate typed identifiers in each crate 2023-02-22 09:15:53 +00:00
attr_wrapper.rs Match unmatched backticks in comments in compiler/ 2023-03-03 08:39:00 +01:00
diagnostics.rs remove redundant clones 2023-04-15 18:04:51 +02:00
expr.rs Fix typos in compiler 2023-04-10 22:02:52 +02:00
generics.rs Fix some clippy::complexity 2023-04-09 23:22:14 +02:00
item.rs use matches! macro in more places 2023-04-16 12:08:30 +02:00
mod.rs Use a simpler atomic operation than the compare_exchange hammer 2023-04-04 09:01:44 +00:00
nonterminal.rs use matches! macro in more places 2023-04-16 12:08:30 +02:00
pat.rs feat: implement error recovery in expected_ident_found 2023-03-20 20:54:41 +13:00
path.rs Remove .. from return type notation 2023-04-10 22:19:46 +00:00
stmt.rs feat/refactor: improve errors in case of ident with number at start 2023-03-09 21:29:32 +13:00
ty.rs Add (..) syntax for RTN 2023-03-28 01:14:28 +00:00