rust/compiler/rustc_middle/src/middle
bors 1dfb2283d7 Auto merge of #116170 - matthewjasper:remove-thir-destruction-scopes, r=cjgillot
Don't include destruction scopes in THIR

They are not used by anyone, and add memory/performance overhead.
2023-12-09 12:38:32 +00:00
..
codegen_fn_attrs.rs Automatically enable cross-crate inlining for small functions 2023-10-17 19:53:51 -04:00
debugger_visualizer.rs Move DebuggerVisualizerFile types from rustc_span to rustc_middle 2023-05-16 21:03:28 +02:00
dependency_format.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
exported_symbols.rs Avoid adding compiler-used functions to symbols.o 2023-12-04 22:28:00 +08:00
lang_items.rs Remove LangItems::require 2023-05-16 19:53:38 +02:00
limits.rs Remove const eval limit and implement an exponential backoff lint instead 2023-05-31 10:24:17 +00:00
mod.rs Store feature stability un-split 2023-11-20 19:11:26 +00:00
privacy.rs Format all the let chains in compiler 2023-10-13 08:59:36 +00:00
region.rs Don't include destruction scopes in THIR 2023-12-04 16:31:13 +00:00
resolve_bound_vars.rs Move late-bound arg type checks to resolve_bound_vars 2023-02-18 03:28:54 +00:00
stability.rs Rename HandlerInner::delay_span_bug as HandlerInner::span_delayed_bug. 2023-12-02 09:01:19 +11:00