1
Fork 0
rust/compiler/rustc_parse/src/parser
2025-02-06 17:30:10 +00:00
..
mut_visit Re-export more rustc_span::symbol things from rustc_span. 2024-12-18 13:38:53 +11:00
tokenstream update cfg(bootstrap) 2025-01-08 21:26:39 +01:00
attr.rs Speed up Parser::expected_token_types. 2024-12-19 16:05:41 +11:00
attr_wrapper.rs Introduce InvisibleOrigin on invisible delimiters. 2024-11-21 08:16:54 +11:00
diagnostics.rs tree-wide: parallel: Fully removed all Lrc, replaced with Arc 2025-02-03 13:25:57 +03:00
expr.rs Rollup merge of #135882 - hkBst:master, r=estebank 2025-01-30 12:45:27 +01:00
generics.rs Rename rustc_contract to contract 2025-02-03 13:55:15 -08:00
item.rs Express contracts as part of function header and lower it to the contract lang items 2025-02-03 12:54:00 -08:00
mod.rs tree-wide: parallel: Fully removed all Lrc, replaced with Arc 2025-02-03 13:25:57 +03:00
nonterminal.rs tree-wide: parallel: Fully removed all Lrc, replaced with Arc 2025-02-03 13:25:57 +03:00
pat.rs Rename PatKind::Lit to Expr 2025-01-08 07:34:59 +00:00
path.rs Reduce the amount of explicit FatalError.raise() 2024-12-20 14:09:25 +00:00
stmt.rs Do not suggest foo.Bar 2024-12-21 03:02:07 +00:00
tests.rs Stop passing the same resource multiple times when building ParseSess 2025-02-06 17:30:10 +00:00
token_type.rs Rename rustc_contract to contract 2025-02-03 13:55:15 -08:00
ty.rs Trim extra whitespace in fn ptr suggestion span 2025-01-27 17:17:22 +00:00