about summary refs log tree commit diff
path: root/compiler/rustc_mir_transform/src/coverage/debug.rs
AgeCommit message (Expand)AuthorLines
2023-05-24Rollup merge of #111121 - Zalathar:ra-false-positive, r=jackh726Matthias Krüger-2/+2
2023-05-17Drive-by cleanup: `debug::term_type` => `TerminatorKind::name`Maybe Waffle-24/+3
2023-05-03Work around `rust-analyzer` false-positive type errorsZalathar-2/+2
2023-04-16more clippy fixes: clippy::{iter_cloned_collect, unwarp_or_else_default, opti...Matthias Krüger-4/+2
2023-04-06Rename `Abort` terminator to `Terminate`Gary Guo-1/+1
2023-03-07Remove DropAndReplace terminatorGiacomo Pasini-1/+0
2023-01-30Replace enum `==`s with `match`es where it makes senseMaybe Waffle-1/+4
2022-12-01Create `format_args` as late as possibleOli Scherer-2/+2
2022-06-16Move/rename `lazy::Sync{OnceCell,Lazy}` to `sync::{Once,Lazy}Lock`Maybe Waffle-2/+2
2022-06-03Replace `&Vec<_>`s with `&[_]`sMaybe Waffle-15/+13
2022-05-17Change `Successors` to `impl Iterator<Item = BasicBlock>`SparrowLii-1/+1
2022-03-017 - Make more use of `let_chains`Caio-8/+6
2022-02-04Rollup merge of #90132 - joshtriplett:stabilize-instrument-coverage, r=wesley...Matthias Krüger-1/+1
2022-01-22rustc_mir_itertools: Avoid needless `collect` with itertoolsMateusz Mikuła-4/+1
2022-01-01Stabilize -Z instrument-coverage as -C instrument-coverageJosh Triplett-1/+1
2021-12-14fix clippy::single_char_pattern perf findingsMatthias Krüger-1/+1
2021-12-07Remove `in_band_lifetimes` from `rustc_mir_transform`Scott McMurray-5/+5
2021-09-07Move the dataflow framework to its own crate.Camille GILLOT-5/+5
2021-09-07Move rustc_mir::transform to rustc_mir_transform.Camille GILLOT-0/+838