rust/compiler/rustc_parse/src/parser
Jonathan Brouwer f328709276
Improve error messages around invalid literals in attribute arguments
Signed-off-by: Jonathan Brouwer <jonathantbrouwer@gmail.com>
2025-08-28 20:05:04 +02:00
..
tokenstream remove eq_unspanned from TokenStream 2025-05-26 17:02:51 +08:00
asm.rs remove P 2025-08-09 15:47:01 +08:00
attr.rs Move validate_attr to rustc_attr_parsing 2025-08-22 08:37:19 +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 Remove the lifetime from ExpTokenPair/SeqSep. 2025-08-25 08:02:52 +10:00
expr.rs Improve error messages around invalid literals in attribute arguments 2025-08-28 20:05:04 +02:00
generics.rs Clean up parsers related to generic bounds 2025-08-16 16:15:58 +02:00
item.rs Remove the lifetime from ExpTokenPair/SeqSep. 2025-08-25 08:02:52 +10:00
mod.rs Remove the lifetime from ExpTokenPair/SeqSep. 2025-08-25 08:02:52 +10:00
nonterminal.rs remove P 2025-08-09 15:47:01 +08:00
pat.rs Rollup merge of #137872 - estebank:extra-vert, r=compiler-errors 2025-08-14 21:48:41 +02:00
path.rs Rewrite the new attribute parser 2025-08-22 08:38:37 +02:00
stmt.rs Add FnContext in parser for diagnostic 2025-08-14 21:31:47 +08:00
tests.rs remove P 2025-08-09 15:47:01 +08:00
token_type.rs Remove the lifetime from ExpTokenPair/SeqSep. 2025-08-25 08:02:52 +10:00
ty.rs Rollup merge of #144897 - fee1-dead-contrib:raw_lifetimes_printing, r=fmease 2025-08-22 22:00:47 -04:00