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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_mir
/
interpret
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2018-09-03
Move EvalSnapshot into its own module
Bruno Dutra
-0
/
+1
2018-08-27
use associated const for machine controlling mutable statics
Ralf Jung
-1
/
+1
2018-08-27
fix handling of unsized types in validation; validate str to be UTF-8
Ralf Jung
-1
/
+1
2018-08-27
move const_eval out of rustc_mir::interpret
Ralf Jung
-6
/
+6
2018-08-27
allow Machine to hook into foreign statics; remove unused HasMemory trait
Ralf Jung
-2
/
+1
2018-08-27
Miri Memory Work
Ralf Jung
-1
/
+3
2018-08-23
Add license header to CTFE/MIRI
Bernardo Meurer
-0
/
+10
2018-08-22
move validation to its own file
Ralf Jung
-0
/
+1
2018-08-22
finally remove all traces of signs from memory
Ralf Jung
-2
/
+1
2018-08-22
miri/CTFE refactor
Ralf Jung
-29
/
+8
2018-08-22
Move some value-and-memory related things out of eval_context
Ralf Jung
-0
/
+3
2018-08-01
Reintroduce `Undef` and properly check constant value sizes
Oliver Schneider
-12
/
+9
2018-07-29
Sanity-check all constants
Oliver Schneider
-0
/
+1
2018-06-05
Refactor the const eval diagnostic API
Oliver Schneider
-1
/
+0
2018-05-24
Rename `amt` variables to `shift`
Oliver Schneider
-4
/
+4
2018-05-11
Add a query to convert from ConstValue to Allocation
John Kåre Alsaker
-0
/
+1
2018-05-11
Introduce ConstValue and use it instead of miri's Value for constant values
John Kåre Alsaker
-0
/
+1
2018-04-24
Auto merge of #49933 - oli-obk:miri_rustup, r=eddyb
bors
-1
/
+1
2018-04-23
Auto merge of #49779 - oli-obk:const_err_regression, r=eddyb
bors
-1
/
+1
2018-04-23
Fix the miri tool
Oliver Schneider
-1
/
+1
2018-04-19
Sign extend constants in range patterns
Oliver Schneider
-0
/
+24
2018-04-15
Only warn on erroneous promoted constants
Oliver Schneider
-1
/
+1
2018-03-08
Address review comments
Oliver Schneider
-1
/
+1
2018-03-08
Don't use the undefined bytes of PrimVal::Bytes
Oliver Schneider
-1
/
+0
2018-03-08
Move the resource limits to the session in preparation for attributes configu...
Oliver Schneider
-1
/
+1
2018-03-08
Fully use miri in trans
Oliver Schneider
-1
/
+12
2018-03-08
Nuke the entire ctfe from orbit, it's the only way to be sure
Oliver Schneider
-1
/
+1
2018-03-08
Produce instead of pointers
Oliver Schneider
-1
/
+1
2017-12-14
Move mir validation out of tree
Oliver Schneider
-6
/
+0
2017-12-12
Move large chunks of miri from rustc::mir::interpret to rustc_mir::interpret
Oliver Schneider
-0
/
+29