summary refs log tree commit diff
path: root/compiler/rustc_middle/src/mir/visit.rs
AgeCommit message (Expand)AuthorLines
2020-10-21rustc_mir: support MIR-inlining #[track_caller] functions.Eduard-Mihai Burtescu-0/+4
2020-10-21rustc_mir: track inlined callees in SourceScopeData.Eduard-Mihai Burtescu-2/+31
2020-10-14Remove unused code from rustc_middleest31-10/+0
2020-10-10Refactor how SwitchInt stores jump targetsJonas Schievink-1/+0
2020-10-06Rollup merge of #76995 - LingMan:middle_matches, r=varkorYuki Okushi-41/+22
2020-10-05Updates to experimental coverage counter injectionRich Kadel-1/+1
2020-09-21Reduce boilerplate with the matches! macroLingMan-41/+22
2020-09-09Remove unused PlaceContext::NonUse(NonUseContext::Coverage)Tomasz Miąsko-2/+0
2020-08-30mv compiler to compiler/mark-0/+1247