rust/compiler/rustc_mir_dataflow/src
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
..
framework Export AnalysisResults trait in rustc_mir_dataflow 2023-06-27 11:35:32 +02:00
impls Turn copy into moves during DSE. 2023-07-19 09:59:12 +00:00
move_paths optimization round 2 2023-07-10 20:46:01 -07:00
drop_flag_effects.rs Treat Drop as a rmw operation 2023-01-30 00:20:40 +01:00
elaborate_drops.rs Use upvar_tys in more places, make it a list 2023-08-01 23:19:31 +00:00
errors.rs Migrate all diagnostics 2022-10-23 10:09:44 +02:00
lib.rs bring back un_derefer and rewrite it again 2023-07-04 13:45:23 -07:00
rustc_peek.rs refactor(rustc_middle): Substs -> GenericArg 2023-07-14 13:27:35 +01:00
storage.rs Replace Body::basic_blocks() with field access 2022-08-26 14:27:08 +02:00
un_derefer.rs optimization round 2 2023-07-10 20:46:01 -07:00
value_analysis.rs cleanup misinformation regarding has_deref 2023-08-06 17:29:09 +03:00