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-02-08
Disallow function pointers to #[rustc_args_required_const]
Alex Crichton
-0
/
+4
2018-02-01
rustc: prefer ParamEnvAnd and LayoutCx over tuples for LayoutOf.
Eduard-Mihai Burtescu
-1
/
+1
2018-01-07
Try to fix a perf regression by updating log
Malo Jaffré
-1
/
+1
2018-01-07
Rollup merge of #47205 - eddyb:alloc-id, r=oli-obk
kennytm
-2
/
+2
2018-01-05
miri: use AllocId instead of u64.
Eduard-Mihai Burtescu
-2
/
+2
2018-01-04
rustc: use {U,I}size instead of {U,I}s shorthands.
Eduard-Mihai Burtescu
-4
/
+4
2017-12-17
miri: pass pointer alignments directly instead of contextually.
Eduard-Mihai Burtescu
-57
/
+44
2017-12-17
miri: use separate Pointer and Align instead of PtrAndAlign.
Eduard-Mihai Burtescu
-38
/
+20
2017-12-17
miri: track the Align instead of packedness in PtrAndAlign.
Eduard-Mihai Burtescu
-93
/
+70
2017-12-17
rustc: don't track whether layouts are "packed".
Eduard-Mihai Burtescu
-46
/
+25
2017-12-14
Move mir validation out of tree
Oliver Schneider
-11
/
+7
2017-12-12
Move large chunks of miri from rustc::mir::interpret to rustc_mir::interpret
Oliver Schneider
-0
/
+1743