rust/compiler/rustc_parse/src/parser
bors 6b46c996e1 Auto merge of #113105 - matthiaskrgr:rollup-rci0uym, r=matthiaskrgr
Rollup of 8 pull requests

Successful merges:

 - #112207 (Add trustzone and virtualization target features for aarch32.)
 - #112454 (Make compiletest aware of targets without dynamic linking)
 - #112628 (Allow comparing `Box`es with different allocators)
 - #112692 (Provide more context for `rustc +nightly -Zunstable-options` on stable)
 - #112972 (Make `UnwindAction::Continue` explicit in MIR dump)
 - #113020 (Add tests impl via obj unless denied)
 - #113084 (Simplify some conditions)
 - #113103 (Normalize types when applying uninhabited predicate.)

r? `@ghost`
`@rustbot` modify labels: rollup
2023-06-27 21:31:47 +00:00
..
attr.rs Simplify some conditions 2023-06-27 07:40:47 +00:00
attr_wrapper.rs Simplify some conditions 2023-06-27 07:40:47 +00:00
diagnostics.rs remove unwrap 2023-06-10 10:34:19 +08:00
expr.rs Rollup merge of #112978 - compiler-errors:bad-block-sugg, r=davidtwco 2023-06-27 17:48:45 +02:00
generics.rs Recover upon encountering mistyped Const in const param def 2023-05-28 16:55:21 +08:00
item.rs Use Option::is_some_and and Result::is_ok_and in the compiler 2023-05-24 14:20:41 +00:00
mod.rs fix(parse): return unpected when current token is EOF 2023-05-13 00:33:27 +08:00
nonterminal.rs use matches! macro in more places 2023-04-16 12:08:30 +02:00
pat.rs Fix suggestion for matching struct with .. on both ends 2023-06-03 15:02:13 +08:00
path.rs Rollup merge of #110791 - compiler-errors:negative-bounds, r=oli-obk 2023-05-04 00:17:23 +05:30
stmt.rs Use Cow in {D,Subd}iagnosticMessage. 2023-05-29 09:23:43 +10:00
ty.rs Rollup merge of #110791 - compiler-errors:negative-bounds, r=oli-obk 2023-05-04 00:17:23 +05:30