about summary refs log tree commit diff
path: root/compiler/rustc_mir_transform/src/coverage/graph.rs
AgeCommit message (Expand)AuthorLines
2022-12-18A few small cleanups for `newtype_index`Nilstrieb-1/+1
2022-12-18Make `#[debug_format]` an attribute in `newtype_index`Nilstrieb-1/+1
2022-08-26Replace `Body::basic_blocks()` with field accessTomasz Miąsko-2/+2
2022-07-07Move `predecessors` from Body to BasicBlocksTomasz Miąsko-1/+1
2022-07-07Make MIR basic blocks field publicTomasz Miąsko-1/+1
2022-05-22Lifetime variance fixes for rustcMichael Goulet-17/+8
2022-05-17Change `Successors` to `impl Iterator<Item = BasicBlock>`SparrowLii-4/+4
2022-03-08add `#[rustc_pass_by_value]` to more typeslcnr-8/+7
2022-02-24Fix intra-doc link issues exposed by new macroAaron Hill-1/+1
2022-01-23Rollup merge of #93234 - mati865:mir-transform-use-itertools, r=jackh726Matthias Krüger-8/+2
2022-01-22rustc_mir_itertools: Avoid needless `collect` with itertoolsMateusz Mikuła-8/+2
2022-01-20Simplify use of `map_or`Oli Scherer-1/+1
2021-12-07Remove `in_band_lifetimes` from `rustc_mir_transform`Scott McMurray-3/+3
2021-09-07Move rustc_mir::transform to rustc_mir_transform.Camille GILLOT-0/+769