summaryrefslogtreecommitdiff
path: root/compiler/rustc_mir_transform/src/coverage/debug.rs
Commit message (Expand)AuthorAgeFilesLines
* more clippy fixes: clippy::{iter_cloned_collect, unwarp_or_else_default, opti...Matthias Krüger2023-04-161-4/+2
* Rename `Abort` terminator to `Terminate`Gary Guo2023-04-061-1/+1
* Remove DropAndReplace terminatorGiacomo Pasini2023-03-071-1/+0
* Replace enum `==`s with `match`es where it makes senseMaybe Waffle2023-01-301-1/+4
* Create `format_args` as late as possibleOli Scherer2022-12-011-2/+2
* Move/rename `lazy::Sync{OnceCell,Lazy}` to `sync::{Once,Lazy}Lock`Maybe Waffle2022-06-161-2/+2
* Replace `&Vec<_>`s with `&[_]`sMaybe Waffle2022-06-031-15/+13
* Change `Successors` to `impl Iterator<Item = BasicBlock>`SparrowLii2022-05-171-1/+1
* 7 - Make more use of `let_chains`Caio2022-03-011-8/+6
* Rollup merge of #90132 - joshtriplett:stabilize-instrument-coverage, r=wesley...Matthias Krüger2022-02-041-1/+1
|\
| * Stabilize -Z instrument-coverage as -C instrument-coverageJosh Triplett2022-01-011-1/+1
* | rustc_mir_itertools: Avoid needless `collect` with itertoolsMateusz Mikuła2022-01-221-4/+1
|/
* fix clippy::single_char_pattern perf findingsMatthias Krüger2021-12-141-1/+1
* Remove `in_band_lifetimes` from `rustc_mir_transform`Scott McMurray2021-12-071-5/+5
* Move the dataflow framework to its own crate.Camille GILLOT2021-09-071-5/+5
* Move rustc_mir::transform to rustc_mir_transform.Camille GILLOT2021-09-071-0/+838