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
/
machine.rs
Age
Commit message (
Expand
)
Author
Lines
2021-09-07
Rename rustc_mir to rustc_const_eval.
Camille GILLOT
-479
/
+0
2021-07-15
enable Miri to fix the bytes in an allocation (since ptr offsets have differe...
Ralf Jung
-9
/
+4
2021-07-15
adjustions and cleanup to make Miri build again
Ralf Jung
-59
/
+49
2021-07-14
consistently treat None-tagged pointers as ints; get rid of some deprecated S...
Ralf Jung
-0
/
+3
2021-07-14
CTFE/Miri engine Pointer type overhaul: make Scalar-to-Pointer conversion inf...
Ralf Jung
-33
/
+39
2021-07-02
Allocation failure in constprop panics right away
Smitty
-0
/
+3
2021-05-23
Pass `StackPopUnwind` to `eval_fn_call()` and some other functions that are c...
hyd-dev
-5
/
+5
2021-05-22
Add default implementation for `enforce_abi()`
hyd-dev
-6
/
+3
2021-05-21
Add `rustc_mir::interpret::Machine::enforce_abi()`
hyd-dev
-0
/
+8
2021-05-19
CTFE Machine: do not expose Allocation
Ralf Jung
-3
/
+4
2021-05-18
CTFE core engine allocation & memory API improvemenets
Ralf Jung
-7
/
+35
2021-05-06
use CheckInAllocMsg::PointerArithmeticTest for ptr_offset error
Ralf Jung
-0
/
+1
2021-02-16
Pass PlaceTy by reference not value
Tomasz Miąsko
-6
/
+6
2021-02-16
Pass OpTy by reference not value
Tomasz Miąsko
-2
/
+2
2021-01-12
Auto merge of #78407 - oli-obk:ub_checkable_ctfe, r=RalfJung,pnkfelix
bors
-0
/
+10
2021-01-10
Add ABI argument to `find_mir_or_eval_fn`
Nym Seddon
-0
/
+4
2021-01-04
Move MIR body loading to a machine function
oli
-0
/
+10
2020-12-11
Fix rustfmt failure
JCTyblaidd
-1
/
+1
2020-12-11
Add post-initialization hook for static memory initialized using the interper...
JCTyblaidd
-0
/
+10
2020-12-10
Auto merge of #79621 - usbalbin:constier_maybe_uninit, r=RalfJung
bors
-1
/
+1
2020-12-06
Fix comments related to abort()
Albin Hedman
-4
/
+2
2020-12-05
abort() now takes a msg parameter
Albin Hedman
-2
/
+4
2020-12-03
move interpret::MemoryKind::Heap to const eval
Vishnunarayan K I
-4
/
+4
2020-10-13
Replace absolute paths with relative ones
est31
-3
/
+4
2020-08-30
mv compiler to compiler/
mark
-0
/
+422