rust/compiler/rustc_passes/src
Matthias Krüger 13ff2d42cd
Rollup merge of #108958 - clubby789:unbox-the-hir, r=compiler-errors
Remove box expressions from HIR

After #108516, `#[rustc_box]` is used at HIR->THIR lowering and this is no longer emitted, so it can be removed.

This is based on top of #108471 to help with conflicts, so 43490488ccacd1a822e9c621f5ed6fca99959a0b is the only relevant commit (sorry for all the duplicated pings!)

````@rustbot```` label +S-blocked
2023-03-17 08:42:37 +01:00
..
liveness Match unmatched backticks in compiler/ that are part of rustdoc 2023-03-03 08:39:00 +01:00
check_attr.rs Tighter spans 2023-03-14 19:12:42 +00:00
check_const.rs session: diagnostic migration lint on more fns 2023-01-30 17:11:35 +00:00
dead.rs Don't opt_rpitit_info as a separate query 2023-03-13 17:02:47 +00:00
debugger_visualizer.rs rustc: Remove needless lifetimes 2022-12-20 22:10:40 +01:00
diagnostic_items.rs Merge the two diagnostics. 2023-02-26 10:29:25 +00:00
entry.rs rustc_middle: Remove trait DefIdTree 2023-03-02 23:46:44 +04:00
errors.rs Simplify proc macro signature validity check 2023-03-14 19:05:21 +00:00
hir_id_validator.rs rustc_middle: Remove trait DefIdTree 2023-03-02 23:46:44 +04:00
hir_stats.rs Remove box expressions from HIR 2023-03-14 17:18:26 +00:00
lang_items.rs Remove HirId -> LocalDefId map from HIR. 2023-01-28 09:55:26 +00:00
layout_test.rs remove bound_type_of query; make type_of return EarlyBinder; change type_of in metadata 2023-02-16 17:05:56 -07:00
lib.rs Simplify message paths 2023-03-11 22:51:57 +01:00
lib_features.rs ast: Optimize list and value extraction primitives for attributes 2023-02-01 22:35:02 +04:00
liveness.rs Remove box expressions from HIR 2023-03-14 17:18:26 +00:00
loops.rs Specify that break cannot be used outside of loop *or* labeled block 2022-11-05 01:12:58 +00:00
naked_functions.rs Remove box expressions from HIR 2023-03-14 17:18:26 +00:00
reachable.rs Auto merge of #108312 - michaelwoerister:hash-set-not-hash-stable, r=eholk 2023-03-08 06:07:11 +00:00
stability.rs Rollup merge of #107801 - davidtwco:stability-implies-const, r=Nilstrieb 2023-03-06 16:41:56 +01:00
upvars.rs rustc_hir: Relax lifetime requirements on Visitor::visit_path 2022-12-01 17:04:02 +03:00
weak_lang_items.rs rustc: Remove needless lifetimes 2022-12-20 22:10:40 +01:00