summaryrefslogtreecommitdiff
path: root/compiler/rustc_mir_transform/src/coverage/tests.rs
Commit message (Expand)AuthorAgeFilesLines
* Split `{Idx, IndexVec, IndexSlice}` into their own modulesMaybe Waffle2023-04-241-1/+1
* Refactor unwind from Option to a new enumGary Guo2023-04-061-1/+1
* Rename `IndexVec::last` → `last_index`Scott McMurray2023-03-291-1/+1
* Remove DropAndReplace terminatorGiacomo Pasini2023-03-071-2/+0
* Add missing anonymous lifetimeJeremy Stucki2022-12-201-1/+1
* rustc: Remove needless lifetimesJeremy Stucki2022-12-201-1/+1
* Remove unneeded field from `SwitchTargets`Jakob Degen2022-12-091-4/+1
* Replace `Body::basic_blocks()` with field accessTomasz Miąsko2022-08-261-3/+3
* Make MIR basic blocks field publicTomasz Miąsko2022-07-071-0/+1
* Make TyCtxt implement Interner, make HashStable generic and move to rustc_typ...Michael Goulet2022-05-281-2/+2
* Initial fixes on top of type interner commitMichael Goulet2022-05-281-2/+4
* Refactor call terminator to always hold a destination placeJakob Degen2022-05-231-3/+4
* Overhaul `TyS` and `Ty`.Nicholas Nethercote2022-02-151-14/+2
* rustc_mir_itertools: Avoid needless `collect` with itertoolsMateusz Mikuła2022-01-221-4/+1
* Remove `in_band_lifetimes` from `rustc_mir_transform`Scott McMurray2021-12-071-4/+4
* Move rustc_mir::transform to rustc_mir_transform.Camille GILLOT2021-09-071-0/+721