1
Fork 0
rust/compiler/rustc_ast/src
Matthias Krüger f9bf759e83
Rollup merge of #125117 - dev-ardi:improve-parser, r=wesleywiser,fmease
Improve parser

Fixes #124935.

- Add a few more help diagnostics to incorrect semicolons
- Overall improved that function
- Addded a few comments
- Renamed diff_marker fns to git_diff_marker
2024-05-18 18:44:14 +02:00
..
attr Remove a Span from TokenKind::Interpolated. 2024-05-13 10:30:30 +10:00
expand Remove extern crate rustc_macros from numerous crates. 2024-04-29 10:21:54 +10:00
util Add classify::expr_is_complete 2024-05-11 18:18:20 -07:00
ast.rs Rollup merge of #125117 - dev-ardi:improve-parser, r=wesleywiser,fmease 2024-05-18 18:44:14 +02:00
ast_traits.rs Remove NtIdent and NtLifetime. 2024-05-14 08:19:58 +10:00
entry.rs Various improvements to entrypoint code 2024-05-04 14:48:42 +02:00
format.rs Remove extern crate rustc_macros from numerous crates. 2024-04-29 10:21:54 +10:00
lib.rs Step bootstrap cfgs 2024-05-01 22:19:11 -04:00
mut_visit.rs delegation: Implement list delegation 2024-05-15 02:32:59 +03:00
node_id.rs Replace no_ord_impl with orderable. 2023-11-22 18:38:17 +11:00
ptr.rs rustc_ast: Update P<T> docs to reflect mutable status. 2024-04-03 08:41:03 +00:00
token.rs Auto merge of #123865 - eholk:expr_2021, r=fmease 2024-05-17 21:54:14 +00:00
tokenstream.rs Remove NtIdent and NtLifetime. 2024-05-14 08:19:58 +10:00
visit.rs delegation: Implement list delegation 2024-05-15 02:32:59 +03:00