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
/
eval_context.rs
Age
Commit message (
Expand
)
Author
Lines
2018-10-23
fix typos in various places
Matthias Krüger
-1
/
+1
2018-10-21
Use `read_local_of_frame` in `eval_place_to_op`
bjorn3
-8
/
+4
2018-10-18
the tidy strikes again
Ralf Jung
-2
/
+2
2018-10-18
miri: debug! print when we are leaving/entering a function
Ralf Jung
-0
/
+14
2018-10-18
Forward entire ptr used for dealloaction to machine
Ralf Jung
-2
/
+2
2018-10-18
eval_context: move getters together and add one for is_freeze
Ralf Jung
-48
/
+55
2018-10-18
add support for storing extra data in an allocation
Ralf Jung
-2
/
+1
2018-10-16
Use forward compatible `FxHashMap` initialization
Oliver Scherer
-1
/
+1
2018-10-15
Synchronize get_vtable with the `codegen_llvm` one
Oliver Scherer
-1
/
+1
2018-10-15
Deduplicate vtables within a single evaluation
Oliver Scherer
-0
/
+5
2018-10-13
make ENFORCE_VALIDITY a function
Ralf Jung
-1
/
+1
2018-10-13
size_and_align_of can return no result for extern types
Ralf Jung
-20
/
+20
2018-10-13
validate return value on stack pop
Ralf Jung
-7
/
+32
2018-10-10
rename extra -> meta in place
Ralf Jung
-2
/
+2
2018-10-10
tidy, oh tidy
Ralf Jung
-2
/
+8
2018-10-10
miri engine: basic support for pointer provenance tracking
Ralf Jung
-20
/
+20
2018-10-09
miri engine: also check return type before calling function
Ralf Jung
-0
/
+5
2018-09-30
move ScalarMaybeUndef into the miri engine
Ralf Jung
-2
/
+1
2018-09-20
unsurprisingly, miri needs tcx
Ralf Jung
-1
/
+1
2018-09-20
make some things a bit more private
Ralf Jung
-2
/
+2
2018-09-20
move CTFE engine snapshot state out of miri engine into CTFE machine instance
Ralf Jung
-88
/
+19
2018-09-09
miri loop detector hashing: fix enum hashing to also consider discriminant; d...
Ralf Jung
-1
/
+7
2018-09-03
Move InfiniteLoopDetector to snapshot.rs
Bruno Dutra
-69
/
+2
2018-09-03
Use EvalContext's TyCtx for the purpose of hashing the evaluation context
Bruno Dutra
-1
/
+2
2018-09-03
Keep lines shorter than 100 characters
Bruno Dutra
-2
/
+9
2018-09-03
Add an info log when snapshotting the constant evaluation context
Bruno Dutra
-0
/
+2
2018-09-03
Impl Eq and PartialEq for EvalSnapshot in terms of the Snapshot trait
Bruno Dutra
-26
/
+0
2018-09-03
Make vaious allocation related types generic on the allocation id
Bruno Dutra
-4
/
+4
2018-09-03
Move EvalSnapshot into its own module
Bruno Dutra
-42
/
+2
2018-09-03
Implement Hash in terms of HashStable for EvalSnapshot
Bruno Dutra
-16
/
+50
2018-09-03
Promote EvalSnapshot to newtype
Bruno Dutra
-6
/
+21
2018-08-29
move some Scalar helpers from miri here, and use them where appropriate
Ralf Jung
-1
/
+2
2018-08-27
fix handling of unsized types in validation; validate str to be UTF-8
Ralf Jung
-79
/
+83
2018-08-27
get rid of FinishStatic hack from stack clenaup; const_eval can do that itself
Ralf Jung
-16
/
+11
2018-08-27
move const_eval out of rustc_mir::interpret
Ralf Jung
-5
/
+5
2018-08-27
Miri Memory Work
Ralf Jung
-30
/
+26
2018-08-23
Fixed multi-line function signatures
Bernardo Meurer
-1
/
+1
2018-08-23
Small style fixes
Bernardo Meurer
-1
/
+1
2018-08-23
Fix stylistic mistakes
Bernardo Meurer
-4
/
+9
2018-08-23
Fixup long code lines
Bernardo Meurer
-6
/
+14
2018-08-23
Reflow and fixup comments
Bernardo Meurer
-2
/
+4
2018-08-23
Add license header to CTFE/MIRI
Bernardo Meurer
-0
/
+10
2018-08-22
Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu...
varkor
-3
/
+3
2018-08-22
optimize creating a stack frame
Ralf Jung
-6
/
+15
2018-08-22
move validation to its own file
Ralf Jung
-331
/
+2
2018-08-22
finally remove all traces of signs from memory
Ralf Jung
-17
/
+7
2018-08-22
fix dynamically determining size and alignment
Ralf Jung
-17
/
+20
2018-08-22
fix drop typing; use same machinery for validating (sanity checking) dyn trai...
Ralf Jung
-21
/
+32
2018-08-22
fix union field access and DST computations and dumping of places
Ralf Jung
-16
/
+17
2018-08-22
remove cur_frame from memory (validation is gone, new validation will not nee...
Ralf Jung
-6
/
+0
[next]