rust/compiler/rustc_middle/src/mir
Matthias Krüger 56463df1be
Rollup merge of #132168 - fee1-dead-contrib:fxclean, r=compiler-errors
Effects cleanup

- removed extra bits from predicates queries that are no longer needed in the new system
- removed the need for `non_erasable_generics` to take in tcx and DefId, removed unused arguments in callers

r? compiler-errors
2024-10-26 06:29:48 +02:00
..
interpret nightly feature tracking: get rid of the per-feature bool fields 2024-10-23 09:14:41 +01:00
basic_blocks.rs Remove Engine::new_gen_kill. 2024-10-14 16:35:28 +11:00
consts.rs Rename normalize to normalize_internal, remove unnecessary usages 2024-10-19 18:07:35 +00:00
coverage.rs coverage. Adapt to mcdc mapping formats introduced by llvm 19 2024-10-08 11:15:24 +08:00
generic_graph.rs Add warn(unreachable_pub) to rustc_middle. 2024-08-29 20:13:06 +10:00
generic_graphviz.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
graphviz.rs tcx.is_const_fn doesn't work the way it is described, remove it 2024-10-25 20:52:39 +02:00
mod.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
mono.rs Effects cleanup 2024-10-26 10:19:07 +08:00
patch.rs Remove #[macro_use] extern crate tracing from rustc_middle. 2024-05-23 18:02:40 +10:00
pretty.rs tcx.is_const_fn doesn't work the way it is described, remove it 2024-10-25 20:52:39 +02:00
query.rs be even more precise about "cast" vs "coercion" 2024-09-24 23:12:02 +02:00
statement.rs be even more precise about "cast" vs "coercion" 2024-09-24 23:12:02 +02:00
syntax.rs various fixes for naked_asm! implementation 2024-10-06 19:00:09 +02:00
tcx.rs Get rid of const eval_* and try_eval_* helpers 2024-10-19 18:07:35 +00:00
terminator.rs various fixes for naked_asm! implementation 2024-10-06 19:00:09 +02:00
traversal.rs Compute reachable locals as part of non_ssa_locals 2024-09-21 01:07:00 -04:00
type_foldable.rs Make DefiningAnchor::Bind only store the opaque types that may be constrained, instead of the current infcx root item. 2024-03-11 17:19:37 +00:00
visit.rs various fixes for naked_asm! implementation 2024-10-06 19:00:09 +02:00