summary refs log tree commit diff
path: root/compiler/rustc_mir/src/transform/coverage/tests.rs
AgeCommit message (Expand)AuthorLines
2021-08-18Remove box syntax from rustc_mirest31-2/+2
2021-07-08Rework SESSION_GLOBALS API to prevent overwriting itGuillaume Gomez-2/+2
2021-05-12Simplified body_span and filtered span codeRich Kadel-4/+2
2021-04-28More improvements to macro coverageRich Kadel-2/+2
2021-04-28Drop branching blocks with same span as expanded macroRich Kadel-2/+11
2021-04-19fix few typosklensy-1/+1
2021-02-18Print -Ztime-passes (and misc stats/logs) on stderr, not stdout.Eduard-Mihai Burtescu-3/+3
2020-11-13Addressed feedbackRich Kadel-7/+8
2020-11-12Added a unit test for BcbCountersRich Kadel-99/+180
2020-11-11Overcome Sync issues with non-parallel compilerRich Kadel-9/+10
2020-11-11Added some unit tests as requestedRich Kadel-0/+631