summary refs log tree commit diff
path: root/compiler/rustc_mir/src/borrow_check/invalidation.rs
AgeCommit message (Expand)AuthorLines
2021-04-07Rollup merge of #83916 - Amanieu:asm_anonconst, r=petrochenkovDylan DPC-3/+3
2021-04-06Use AnonConst for asm! constantsAmanieu d'Antras-3/+3
2021-04-02Reduce size of statementsRoxane-1/+1
2021-03-26Use iter::zip in compiler/Josh Stone-1/+2
2021-03-09Replace todos with implskadmin-6/+0
2021-03-09Update craneliftkadmin-2/+2
2021-03-09Update match brancheskadmin-0/+15
2021-03-08Auto merge of #82727 - oli-obk:shrinkmem, r=pnkfelixbors-2/+2
2021-03-05Shrink the size of Rvalue by 16 bytesOli Scherer-2/+2
2021-03-03Fix testsRyan Levick-4/+4
2020-10-10Refactor how SwitchInt stores jump targetsJonas Schievink-1/+1
2020-08-30mv compiler to compiler/mark-0/+460