rust/compiler/rustc_parse/src
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
..
lexer Use impl PartialEq<TokenKind> for Token more. 2024-08-14 16:37:09 +10:00
parser Rollup merge of #129667 - dev-ardi:rustc_driver-cleanup, r=michaelwoerister 2024-08-28 17:12:19 +02:00
errors.rs Use bool in favor of Option<()> for diagnostics 2024-08-21 01:31:11 -04:00
lib.rs Use assert_matches around the compiler 2024-08-11 12:25:39 -04:00
validate_attr.rs Stabilize unsafe_attributes 2024-08-07 03:12:13 -05:00