about summary refs log tree commit diff
path: root/compiler/rustc_mir/src/interpret/terminator.rs
AgeCommit message (Expand)AuthorLines
2021-03-09rustc_target: add "unwind" payloads to `Abi`katelyn a. martin-3/+3
2021-02-16./x.py fmtTomasz Miąsko-1/+1
2021-02-16Pass MPlaceTy by reference not valueTomasz Miąsko-1/+1
2021-02-16Pass PlaceTy by reference not valueTomasz Miąsko-9/+13
2021-02-16Pass OpTy by reference not valueTomasz Miąsko-8/+8
2021-01-10Add ABI argument to `find_mir_or_eval_fn`Nym Seddon-5/+6
2020-12-06Fix comments related to abort()Albin Hedman-1/+1
2020-12-05abort() now takes a msg parameterAlbin Hedman-1/+1
2020-10-10Refactor how SwitchInt stores jump targetsJonas Schievink-5/+5
2020-09-25Rollup merge of #76973 - lzutao:unstably-const-assume, r=oli-obkJonas Schievink-2/+2
2020-09-21fix InterpCx resolveBastian Kauschke-1/+6
2020-09-20Correct file path after some restructures in compilerLzu Tao-2/+2
2020-09-04Change ty.kind to a methodLeSeulArtichaut-3/+3
2020-08-30mv compiler to compiler/mark-0/+458