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
Age
Commit message (
Expand
)
Author
Lines
2018-04-17
Don't abort const eval due to long running evals, just warn
Oliver Schneider
-3
/
+0
2018-04-17
Get rid of redundant `HashSet`
Oliver Schneider
-1
/
+1
2018-04-17
Stop referring to statics' AllocIds directly
Oliver Schneider
-15
/
+6
2018-04-17
Don't recurse into allocations, use a global table instead
Oliver Schneider
-28
/
+20
2018-03-20
Encode/decode extern statics in metadata and incremental cache
Oliver Schneider
-0
/
+14
2018-03-19
Auto merge of #49079 - oli-obk:cross_miri, r=michaelwoerister
bors
-1
/
+81
2018-03-16
Cleanup metadata and incremental cache processing of constants
Oliver Schneider
-1
/
+81
2018-03-16
Only generate miri backtraces if explicitly requested
Oliver Schneider
-1
/
+1
2018-03-08
Don't use the undefined bytes of PrimVal::Bytes
Oliver Schneider
-29
/
+1
2018-03-08
Const eval will oom together with rustc now
Oliver Schneider
-10
/
+0
2018-03-08
Step limit is now terminator limit
Oliver Schneider
-1
/
+1
2018-03-08
Const eval error refactoring
Oliver Schneider
-0
/
+5
2018-03-08
Add stack traces to miri errors
Oliver Schneider
-5
/
+4
2018-03-08
Simplify const prop checks through PlaceContext
Oliver Schneider
-1
/
+1
2018-03-08
Reduce noise in error reporting
Oliver Schneider
-1
/
+1
2018-03-08
Use Mutability enum instead of bool
Oliver Schneider
-3
/
+6
2018-03-08
Wrap the miri ErrorKind in an Rc to reduce work in queries
Oliver Schneider
-4
/
+5
2018-03-08
Add InterpretInterner to StableHashingContext for AllocId serialization
Oliver Schneider
-0
/
+2
2018-03-08
Fully use miri in trans
Oliver Schneider
-2
/
+5
2018-03-08
Produce instead of pointers
Oliver Schneider
-0
/
+10
2018-03-08
Add miri errors to the const eval error enum
Oliver Schneider
-12
/
+4
2018-03-08
Add a variant to ConstVal for storing miri results
Oliver Schneider
-8
/
+11
2018-03-02
Run Rustfix on librustc
Manish Goregaokar
-2
/
+2
2018-02-17
fix more typos found by codespell.
Matthias Krüger
-1
/
+1
2018-01-05
miri: use AllocId instead of u64.
Eduard-Mihai Burtescu
-1
/
+1
2017-12-17
miri: pass pointer alignments directly instead of contextually.
Eduard-Mihai Burtescu
-4
/
+3
2017-12-17
miri: use separate Pointer and Align instead of PtrAndAlign.
Eduard-Mihai Burtescu
-20
/
+2
2017-12-17
miri: track the Align instead of packedness in PtrAndAlign.
Eduard-Mihai Burtescu
-11
/
+3
2017-12-12
Move large chunks of miri from rustc::mir::interpret to rustc_mir::interpret
Oliver Schneider
-6742
/
+272
2017-12-06
miri: don't use an associated constant for a Machine's own data.
Eduard-Mihai Burtescu
-13
/
+9
2017-12-06
miri: move param_env from Machine to EvalContext.
Eduard-Mihai Burtescu
-22
/
+13
2017-12-06
miri: import ty::Ty directly.
Eduard-Mihai Burtescu
-15
/
+16
2017-12-06
miri: monomorphize types iff they came from MIR.
Eduard-Mihai Burtescu
-239
/
+130
2017-12-06
Update miri to rustc changes
Oliver Schneider
-2330
/
+1617
2017-09-29
Expose miri <-> ctfe differences
Oliver Schneider
-4
/
+9
2017-09-29
Adjust imports to librustc::mir::interpret
Oliver Schneider
-101
/
+101
2017-09-29
Move miri base code to rustc::mir::interpret
Oliver Schneider
-0
/
+8241