rust/compiler/rustc_parse/src/parser
bors f21b4c0888 Auto merge of #152412 - JonathanBrouwer:rollup-hShycIY, r=JonathanBrouwer
Rollup of 7 pull requests

Successful merges:

 - rust-lang/rust#151960 (rustc_parse: improve the error diagnostic for "missing let")
 - rust-lang/rust#152157 (Fix error spans for `asm!()` args that are macros)
 - rust-lang/rust#152317 (fix: sup_trace to sub_trace)
 - rust-lang/rust#150897 (rustc_parse_format: improve diagnostics for unsupported debug = syntax)
 - rust-lang/rust#151154 (Add `s390x-unknown-none-softfloat` with `RustcAbi::Softfloat`)
 - rust-lang/rust#152013 (Update to Xcode 26.2)
 - rust-lang/rust#152326 (Remove the compiler adhoc group)
2026-02-10 02:25:24 +00:00
..
tokenstream Use Iterator::eq and (dogfood) eq_by in compiler and library 2025-09-29 08:08:05 +03:00
asm.rs Don't use matches! when == suffices 2025-12-26 20:28:19 +00:00
attr.rs Split parse_inner_attr errors by case 2026-02-07 10:30:42 +01:00
attr_wrapper.rs Make attr path symbols rather than idents 2025-12-22 16:26:14 +01:00
cfg_select.rs cfg_select!: allow optional comma after { /* ... */ } 2026-02-08 13:46:29 +01:00
diagnostics.rs Rollup merge of #150443 - estebank:long-diff-markers, r=jackh726 2026-02-08 16:58:23 +11:00
expr.rs rustc_parse: improve the error diagnostic for "missing let" 2026-02-07 22:12:04 +05:30
generics.rs Do not recover from Trait() if generic list is unterminated 2026-01-15 19:32:39 +00:00
item.rs Allow provisional mgca syntax of type const <IDENT> = <EXPR> to be reconized. 2026-02-09 07:59:24 -08:00
mod.rs keep const blocks around 2026-02-06 19:36:39 +00:00
nonterminal.rs Audit AllowConstBlockItems 2026-01-21 19:36:14 +03:00
pat.rs Rollup merge of #151102 - zachs18:mut-ref-in-struct-pattern-shorthand-gate, r=JonathanBrouwer 2026-01-31 21:42:46 +01:00
path.rs keep const blocks around 2026-02-06 19:36:39 +00:00
stmt.rs Audit AllowConstBlockItems 2026-01-21 19:36:14 +03:00
tests.rs Remove the fallback bundle 2026-02-08 11:06:42 +01:00
token_type.rs Use default field values in Parser 2026-01-15 19:46:54 +00:00
ty.rs keep const blocks around 2026-02-06 19:36:39 +00:00