index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_mir
/
src
/
interpret
/
terminator.rs
Age
Commit message (
Expand
)
Author
Lines
2021-09-07
Rename rustc_mir to rustc_const_eval.
Camille GILLOT
-517
/
+0
2021-09-02
rustc_target: move `LayoutOf` to `ty::layout`.
Eduard-Mihai Burtescu
-2
/
+2
2021-08-30
rustc_target: `TyAndLayout::field` should never error.
Eduard-Mihai Burtescu
-1
/
+1
2021-08-04
Auto merge of #86155 - alexcrichton:abort-on-unwind, r=nikomatsakis
bors
-7
/
+2
2021-08-03
rustc: Fill out remaining parts of C-unwind ABI
Alex Crichton
-7
/
+2
2021-08-03
don't use .into() to convert types to identical types (clippy::useless_conver...
Matthias Krüger
-1
/
+1
2021-07-14
CTFE/Miri engine Pointer type overhaul: make Scalar-to-Pointer conversion inf...
Ralf Jung
-10
/
+12
2021-06-27
Change miri to use tcx allocated allocations.
Charles Lew
-2
/
+2
2021-05-26
Use `match` instead of `.map_or(StackPopUnwind::Skip, StackPopUnwind::Cleanup)`
hyd-dev
-5
/
+8
2021-05-25
Add a comment
hyd-dev
-0
/
+1
2021-05-25
`can_unwind` -> `caller_can_unwind`
hyd-dev
-2
/
+2
2021-05-23
:facepalm:
hyd-dev
-1
/
+1
2021-05-23
Pass `StackPopUnwind` to `eval_fn_call()` and some other functions that are c...
hyd-dev
-16
/
+20
2021-05-23
`Cleanup(Option<_>)` -> `Cleanup(BasicBlock), Skip`
hyd-dev
-4
/
+4
2021-05-23
Don't evaluate `self.fn_can_unwind(...)` if `can_unwind` is already true
hyd-dev
-3
/
+4
2021-05-23
Move the callee "can unwind" check to the right place
hyd-dev
-26
/
+35
2021-05-23
const-eval: disallow unwinding across functions that `!fn_can_unwind()`
hyd-dev
-6
/
+31
2021-05-21
Add `rustc_mir::interpret::Machine::enforce_abi()`
hyd-dev
-19
/
+21
2021-05-17
Add a comment for `check_abi()`
hyd-dev
-0
/
+3
2021-05-09
Check the ABI of `body.source`
hyd-dev
-11
/
+15
2021-03-09
rustc_target: add "unwind" payloads to `Abi`
katelyn a. martin
-3
/
+3
2021-02-16
./x.py fmt
Tomasz Miąsko
-1
/
+1
2021-02-16
Pass MPlaceTy by reference not value
Tomasz Miąsko
-1
/
+1
2021-02-16
Pass PlaceTy by reference not value
Tomasz Miąsko
-9
/
+13
2021-02-16
Pass OpTy by reference not value
Tomasz Miąsko
-8
/
+8
2021-01-10
Add ABI argument to `find_mir_or_eval_fn`
Nym Seddon
-5
/
+6
2020-12-06
Fix comments related to abort()
Albin Hedman
-1
/
+1
2020-12-05
abort() now takes a msg parameter
Albin Hedman
-1
/
+1
2020-10-10
Refactor how SwitchInt stores jump targets
Jonas Schievink
-5
/
+5
2020-09-25
Rollup merge of #76973 - lzutao:unstably-const-assume, r=oli-obk
Jonas Schievink
-2
/
+2
2020-09-21
fix InterpCx resolve
Bastian Kauschke
-1
/
+6
2020-09-20
Correct file path after some restructures in compiler
Lzu Tao
-2
/
+2
2020-09-04
Change ty.kind to a method
LeSeulArtichaut
-3
/
+3
2020-08-30
mv compiler to compiler/
mark
-0
/
+458