about summary refs log tree commit diff
path: root/compiler/rustc_mir_transform/src/coverage
AgeCommit message (Expand)AuthorLines
2022-03-30Spellchecking compiler commentsYuri Astrakhan-3/+3
2022-03-08add `#[rustc_pass_by_value]` to more typeslcnr-8/+7
2022-03-017 - Make more use of `let_chains`Caio-32/+25
2022-02-25Enable rustc_pass_by_value for SpanMark Rousskov-2/+2
2022-02-24Fix intra-doc link issues exposed by new macroAaron Hill-1/+1
2022-02-18Rollup merge of #93634 - matthiaskrgr:clippy_complexity_jan_2022, r=oli-obkMatthias Krüger-2/+1
2022-02-15Overhaul `TyS` and `Ty`.Nicholas Nethercote-14/+2
2022-02-04Rollup merge of #90132 - joshtriplett:stabilize-instrument-coverage, r=wesley...Matthias Krüger-1/+1
2022-02-03compiler: clippy::complexity fixesMatthias Krüger-2/+1
2022-01-31Auto merge of #93373 - spastorino:def_id_to_hir_id_refactor, r=oli-obkbors-1/+1
2022-01-27Store def_id_to_hir_id as variant in hir_owner.Camille GILLOT-1/+1
2022-01-27try apply `rustc_pass_by_value` to `Span`lcnr-3/+3
2022-01-23Rollup merge of #93234 - mati865:mir-transform-use-itertools, r=jackh726Matthias Krüger-21/+6
2022-01-22rustc_mir_itertools: Avoid needless `collect` with itertoolsMateusz Mikuła-21/+6
2022-01-20Simplify use of `map_or`Oli Scherer-1/+1
2022-01-17Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieubors-1/+0
2022-01-15Reduce use of local_def_id_to_hir_id.Camille GILLOT-2/+2
2022-01-12Remove deprecated LLVM-style inline assemblyTomasz Miąsko-1/+0
2022-01-01Stabilize -Z instrument-coverage as -C instrument-coverageJosh Triplett-1/+1
2021-12-20[code coverage] Fix missing dead code in modules that are never calledWesley Wiser-20/+0
2021-12-14fix clippy::single_char_pattern perf findingsMatthias Krüger-2/+2
2021-12-08Use Vec extend instead of repeated pushes in several placesJakub Beránek-3/+1
2021-12-07Remove `in_band_lifetimes` from `rustc_mir_transform`Scott McMurray-23/+23
2021-12-02Update passes with new interfaceDylan MacKenzie-0/+4
2021-11-06use matches!() macro in more placesMatthias Krüger-5/+4
2021-10-19Replace FnLikeNode by FnKind.Camille GILLOT-3/+2
2021-10-14Allow to hash HIR for coverage.Camille GILLOT-10/+6
2021-10-03Remove re-export.Camille GILLOT-1/+1
2021-09-20Migrate to 2021Mark Rousskov-1/+1
2021-09-11Auto merge of #84373 - cjgillot:resolve-span, r=michaelwoerister,petrochenkovbors-1/+5
2021-09-10Keep a parent LocalDefId in SpanData.Camille GILLOT-1/+5
2021-09-09Ignore automatically derived impls of `Clone` and `Debug` in dead code analysisFabian Wolff-1/+1
2021-09-07Move the dataflow framework to its own crate.Camille GILLOT-10/+8
2021-09-07Move rustc_mir::transform to rustc_mir_transform.Camille GILLOT-0/+4635