rust/compiler/rustc_parse/src/parser
Matthias Krüger 472c9645fb
Rollup merge of #129667 - dev-ardi:rustc_driver-cleanup, r=michaelwoerister
Rustc driver cleanup

This adds a few comments to the driver to clarify a bit what's happening and does some cleanup.
2024-08-28 17:12:19 +02:00
..
mut_visit Reformat use declarations. 2024-07-29 08:26:52 +10:00
tokenstream Reformat use declarations. 2024-07-29 08:26:52 +10:00
attr.rs Rollup merge of #128524 - chenyukang:yukang-fix-127930-invalid-outer-style-sugg, r=cjgillot 2024-08-24 21:03:31 -05:00
attr_wrapper.rs Overhaul token collection. 2024-08-16 09:07:55 +10:00
diagnostics.rs Use bool in favor of Option<()> for diagnostics 2024-08-21 01:31:11 -04:00
expr.rs Use bool in favor of Option<()> for diagnostics 2024-08-21 01:31:11 -04:00
generics.rs Overhaul token collection. 2024-08-16 09:07:55 +10:00
item.rs Rollup merge of #129667 - dev-ardi:rustc_driver-cleanup, r=michaelwoerister 2024-08-28 17:12:19 +02:00
mod.rs Overhaul token collection. 2024-08-16 09:07:55 +10:00
nonterminal.rs Rollup merge of #126697 - vincenzopalazzo:macros/find_the_expression_tok, r=eholk,compiler-errors 2024-07-31 23:20:09 +02:00
pat.rs Use bool in favor of Option<()> for diagnostics 2024-08-21 01:31:11 -04:00
path.rs Use bool in favor of Option<()> for diagnostics 2024-08-21 01:31:11 -04:00
stmt.rs Rollup merge of #128524 - chenyukang:yukang-fix-127930-invalid-outer-style-sugg, r=cjgillot 2024-08-24 21:03:31 -05:00
tests.rs Use assert_matches around the compiler 2024-08-11 12:25:39 -04:00
ty.rs Stabilize opaque type precise capturing 2024-08-17 12:33:29 -04:00