summary refs log tree commit diff
path: root/src/librustc_middle/mir
AgeCommit message (Expand)AuthorLines
2020-04-20Auto merge of #71232 - eddyb:print-const-adts, r=oli-obkbors-15/+17
2020-04-19Dogfood more or_patterns in the compilerJosh Stone-11/+12
2020-04-17Minor fix and addition to doc commentsJOE1994-3/+3
2020-04-17Auto merge of #71049 - eddyb:const-err, r=oli-obkbors-32/+25
2020-04-17mir: pretty-print `Rvalue::Aggregate` correctly.Eduard-Mihai Burtescu-15/+17
2020-04-16bikeshedRalf Jung-2/+2
2020-04-16mir/interpret: only use `ErrorHandled::Reported` for `ErrorReported`.Eduard-Mihai Burtescu-32/+25
2020-04-16Miri error messages: avoid try terminologyRalf Jung-4/+4
2020-04-12Rollup merge of #71013 - jonas-schievink:visit-projection, r=eddybDylan DPC-26/+33
2020-04-11Use write!-style syntax for MIR assert terminatorrobojumper-1/+18
2020-04-11Pass the `PlaceElem::Index` local to `visit_local`Jonas Schievink-26/+33
2020-04-07Use a `SmallVec` for `Cache::predecessors`.Nicholas Nethercote-5/+11
2020-04-05Stop importing int/float modules in librustc_*Linus Färnstrand-1/+1
2020-04-02nix rustc_target::abi::* reexport in ty::layoutMazdak Farrokhzad-22/+17
2020-04-01Rollup merge of #70590 - RalfJung:miri-backtrace, r=oli-obkDylan DPC-13/+9
2020-03-31Use Place directly on Operand::place and friends, it's CopySantiago Pastorino-2/+2
2020-03-31const backtrace: do not skip first frameRalf Jung-4/+5
2020-03-30Miri stacktrace: record span inside frame, not call-site spanRalf Jung-13/+8
2020-03-30Use if let instead of match when only matching a single variant (clippy::sing...Matthias Krüger-11/+5
2020-03-30rustc -> rustc_middle part 1Mazdak Farrokhzad-0/+8747