rust/compiler/rustc_parse/src/parser
Luca Versari 9022bb2d6f Implement the unsafe-fields RFC.
Co-Authored-By: Jacob Pratt <jacob@jhpratt.dev>
2024-11-21 19:32:07 +01:00
..
mut_visit Reformat use declarations. 2024-07-29 08:26:52 +10:00
tokenstream Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
attr.rs Rename NestedMetaItem to MetaItemInner 2024-10-06 23:28:30 +09:00
attr_wrapper.rs Introduce InvisibleOrigin on invisible delimiters. 2024-11-21 08:16:54 +11:00
diagnostics.rs fix clippy::clone_on_ref_ptr for compiler 2024-10-28 18:05:08 +03:00
expr.rs Remove ErrorGuaranteed retval from error_unexpected_after_dot. 2024-11-21 08:22:17 +11:00
generics.rs Add suggestion for removing invalid path separator :: in function definition. 2024-09-27 15:41:04 +08:00
item.rs Implement the unsafe-fields RFC. 2024-11-21 19:32:07 +01:00
mod.rs Add metavariables to TokenDescription. 2024-11-21 08:16:55 +11:00
nonterminal.rs Prepare for invisible delimiters. 2024-11-21 08:22:11 +11:00
pat.rs Trim whitespace in RemoveLet primary span 2024-11-15 17:43:29 +00:00
path.rs Move trait bound modifiers into ast::PolyTraitRef 2024-10-14 09:20:38 -04:00
stmt.rs review comment: move logic to new method 2024-11-16 20:03:31 +00:00
tests.rs Add Unicode block-drawing compiler output support 2024-11-10 23:57:18 +01:00
ty.rs Auto merge of #131723 - matthiaskrgr:rollup-krcslig, r=matthiaskrgr 2024-10-15 11:50:31 +00:00