rust/compiler/rustc_parse/src/parser
2025-10-30 08:05:37 +00:00
..
tokenstream Use Iterator::eq and (dogfood) eq_by in compiler and library 2025-09-29 08:08:05 +03:00
asm.rs remove P 2025-08-09 15:47:01 +08:00
attr.rs Move parse_cfg_attr to rustc_attr_parsing 2025-10-15 22:18:18 +02:00
attr_wrapper.rs Use ThinVec to shrink LazyAttrTokenStreamInner. 2025-04-30 07:12:09 +10:00
cfg_select.rs cfg_select: Support unbraced expressions 2025-08-10 16:18:01 -07:00
diagnostics.rs Break out some parsing cold functions 2025-10-04 13:21:37 -05:00
expr.rs Remove boxes from ast Pat lists 2025-10-04 12:39:58 -05:00
generics.rs Clean up parsers related to generic bounds 2025-08-16 16:15:58 +02:00
item.rs Constify trait aliases 2025-10-30 08:05:37 +00:00
mod.rs Rollup merge of #145463 - jieyouxu:error-suffix, r=fmease 2025-09-09 17:32:20 +02:00
nonterminal.rs Remove boxes from ast Pat lists 2025-10-04 12:39:58 -05:00
pat.rs Break out some parsing cold functions 2025-10-04 13:21:37 -05:00
path.rs Remove extra space for missing associated type term 2025-10-05 11:11:47 +08:00
stmt.rs review comment: move Visitor 2025-08-30 18:42:07 +00:00
tests.rs refactor: Move to anstream + anstyle for styling 2025-10-20 12:13:25 -06:00
token_type.rs Add not-null pointer patterns to pattern types 2025-10-21 11:22:51 +00:00
ty.rs Detect top-level ... in argument type 2025-09-16 11:38:08 -07:00