summary refs log tree commit diff
path: root/src/librustc_mir/borrow_check/invalidation.rs
AgeCommit message (Expand)AuthorLines
2020-06-01Auto merge of #71192 - oli-obk:eager_alloc_id_canonicalization, r=wesleywiserbors-0/+2
2020-05-30Make TLS accesses explicit in MIROliver Scherer-0/+2
2020-05-29Improve inline asm error diagnosticsAmanieu d'Antras-1/+7
2020-05-18Add asm! to MIRAmanieu d'Antras-1/+24
2020-04-22Use `Body` everywhereDylan MacKenzie-3/+3
2020-04-19Dogfood more or_patterns in the compilerJosh Stone-6/+7
2020-03-31Use Place directly on borrow_of_local_data, it's CopySantiago Pastorino-2/+2
2020-03-31Use Place directly, it's CopySantiago Pastorino-26/+26
2020-03-30rustc -> rustc_middle part 3 (rustfmt)Mazdak Farrokhzad-1/+1
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-7/+7
2020-03-29Use `&` to do deref coercion for `ReadOnlyBodyAndCache`Dylan MacKenzie-1/+1
2020-03-29Make `Visitor::visit_body` take a simple `Body`Dylan MacKenzie-1/+1
2020-03-26Rename asm! to llvm_asm!Amanieu d'Antras-1/+1
2020-03-06fix various typosMatthias Krüger-1/+1
2020-02-13rename PanicInfo -> AssertKindRalf Jung-2/+2
2020-02-13move PanicInfo to mir moduleRalf Jung-1/+1
2020-02-02Add resume arg place to `Yield` MIR terminatorJonas Schievink-1/+3
2020-01-10Remove unused param_env parameterSantiago Pastorino-6/+1
2019-12-22Format the worldMark Rousskov-136/+43
2019-12-18Add Rvalue::AddressOf to MIRMatthew Jasper-1/+17
2019-12-11fix importsMark Mansi-11/+11
2019-12-11get rid of nll submodMark Mansi-0/+506