rust/compiler/rustc_codegen_ssa/src/mir
Matthias Krüger 13de583583
Rollup merge of #114505 - ouz-a:cleanup_mir, r=RalfJung
Add documentation to has_deref

Documentation of `has_deref` needed some polish to be more clear about where it should be used and what's it's purpose.

cc https://github.com/rust-lang/rust/issues/114401

r? `@RalfJung`
2023-08-06 17:26:29 +02:00
..
analyze.rs unique borrows are mutating uses 2023-05-29 17:15:48 +02:00
block.rs Forbid old-style simd_shuffleN intrinsics 2023-08-03 09:29:00 +00:00
constant.rs Monomorphize constants before inspecting them 2023-07-20 08:53:09 +00:00
coverageinfo.rs Narrow trait CoverageInfoBuilderMethods down to just one method 2023-07-05 20:40:39 +10:00
debuginfo.rs inline format!() args up to and including rustc_codegen_llvm 2023-07-30 14:22:50 +02:00
intrinsic.rs cg_ssa: remove pointee types and pointercast/bitcast-of-ptr 2023-07-29 13:18:20 -04:00
locals.rs add FIXME's for a later refactoring 2023-06-19 09:16:26 +02:00
mod.rs refactor(rustc_middle): Substs -> GenericArg 2023-07-14 13:27:35 +01:00
operand.rs cg_ssa: remove pointee types and pointercast/bitcast-of-ptr 2023-07-29 13:18:20 -04:00
place.rs cleanup misinformation regarding has_deref 2023-08-06 17:29:09 +03:00
rvalue.rs Auto merge of #105545 - erikdesjardins:ptrclean, r=bjorn3 2023-08-01 19:44:17 +00:00
statement.rs Narrow trait CoverageInfoBuilderMethods down to just one method 2023-07-05 20:40:39 +10:00