rust/compiler/rustc_parse/src/parser
Matthias Krüger a477172ced
Rollup merge of #140494 - ehuss:document-restrictions, r=traviscross,SparrowLii
Parser: Document restrictions

I had trouble easily understanding what these various flags do. This is my attempt to try to explain what these do.
2025-04-30 22:36:44 +02:00
..
tokenstream update cfg(bootstrap) 2025-01-08 21:26:39 +01:00
attr.rs Move various token stream things from rustc_parse to rustc_ast. 2025-04-29 12:14:27 +10:00
attr_wrapper.rs Use ThinVec to shrink LazyAttrTokenStreamInner. 2025-04-30 07:12:09 +10:00
diagnostics.rs Remove token::{Open,Close}Delim. 2025-04-21 07:35:56 +10:00
expr.rs resolved conflict 2025-04-25 17:02:59 +05:00
generics.rs Remove token::{Open,Close}Delim. 2025-04-21 07:35:56 +10:00
item.rs Revert overzealous parse recovery for single colons 2025-04-24 02:57:10 +02:00
mod.rs Rollup merge of #140494 - ehuss:document-restrictions, r=traviscross,SparrowLii 2025-04-30 22:36:44 +02:00
nonterminal.rs Remove token::{Open,Close}Delim. 2025-04-21 07:35:56 +10:00
pat.rs Remove token::{Open,Close}Delim. 2025-04-21 07:35:56 +10:00
path.rs Revert overzealous parse recovery for single colons 2025-04-24 02:57:10 +02:00
stmt.rs Remove token::{Open,Close}Delim. 2025-04-21 07:35:56 +10:00
tests.rs ast: Remove token visiting from AST visitor 2025-04-30 10:36:03 +03:00
token_type.rs Remove token::{Open,Close}Delim. 2025-04-21 07:35:56 +10:00
ty.rs Remove token::{Open,Close}Delim. 2025-04-21 07:35:56 +10:00