about summary refs log tree commit diff
path: root/compiler/rustc_mir_dataflow/src/un_derefer.rs
AgeCommit message (Collapse)AuthorLines
2025-02-22Greatly simplify lifetime captures in edition 2024Michael Goulet-1/+1
2025-02-22Fix binding mode problemsMichael Goulet-1/+1
2023-11-23Avoid unnecessary exports.Nicholas Nethercote-4/+4
2023-07-10optimization round 2DrMeepster-13/+77
- moved work from `find_local` to `gather_statement` - created custom iterator for `iter_projections` - reverted change from `IndexVec` to `FxIndexMap`
2023-07-04bring back un_derefer and rewrite it againDrMeepster-0/+36
2023-06-29Merge `un_derefer` into `MovePathLookup`DrMeepster-22/+0
2022-07-29Auto merge of #99667 - ouz-a:some_branch, r=oli-obkbors-15/+1
Optimize `UnDerefer` Addresses the performance [issues](https://github.com/rust-lang/rust/pull/98145#issuecomment-1183548597) faced here. r? `@oli-obk`
2022-07-24optimize un_dereferouz-a-15/+1
2022-07-20Remove unused StableMap and StableSet types from rustc_data_structuresMichael Woerister-1/+1
2022-07-12add new rval, pull deref earlyouz-a-0/+36