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-05-25
Fix 07c42af554c to work on stable
Mark Simulacrum
-6
/
+19
2018-05-24
Fix issue #50811 (`NaN > NaN` was true).
kennytm
-7
/
+6
2018-04-25
Only warn on erroneous promoted constants
Oliver Schneider
-3
/
+3
2018-04-17
Add a tracking issue for making the warning a lint
Oliver Schneider
-0
/
+1
2018-04-17
Don't abort const eval due to long running evals, just warn
Oliver Schneider
-10
/
+9
2018-04-17
Sign extend constants in range patterns
Oliver Schneider
-12
/
+26
2018-04-17
Stop referring to statics' AllocIds directly
Oliver Schneider
-113
/
+37
2018-03-30
Add an explanation for the `create_depgraph_edges`
Oliver Schneider
-1
/
+12
2018-03-30
Introduce an edge from a const eval to the MIR of all statics it depends on
Oliver Schneider
-1
/
+29
2018-03-25
Rollup merge of #49274 - oli-obk:slow_miri, r=michaelwoerister,eddyb
kennytm
-58
/
+44
2018-03-24
Auto merge of #48482 - davidtwco:issue-47184, r=nikomatsakis
bors
-0
/
+2
2018-03-23
Rollup merge of #49030 - Zoxc:misc, r=michaelwoerister
Alex Crichton
-3
/
+3
2018-03-23
Simplify local accessors
Oliver Schneider
-10
/
+8
2018-03-23
Don't allocate a local array at all if there are no locals
Oliver Schneider
-16
/
+22
2018-03-23
Replace uses of `Hash(Map|Set)` with `FxHash(Map|Set)` in miri
Oliver Schneider
-8
/
+9
2018-03-23
Vec<_> -> IndexVec<Local, _>
Oliver Schneider
-22
/
+14
2018-03-22
Added UserAssertTy statement.
David Wood
-0
/
+2
2018-03-22
Skip checking for Storage* statements in constants/statics
Oliver Schneider
-10
/
+17
2018-03-22
Remove slow HashSet during miri stack frame creation
Oliver Schneider
-29
/
+11
2018-03-21
Fix test error
bjorn3
-0
/
+8
2018-03-20
Don't check interpret_interner when accessing a static to fix miri mutable st...
bjorn3
-22
/
+10
2018-03-17
Replace Rc with Lrc
John Kåre Alsaker
-3
/
+3
2018-03-14
Auto merge of #47630 - canndrew:exhaustive-patterns, r=nikomatsakis
bors
-1
/
+1
2018-03-14
Auto merge of #48864 - oli-obk:miri_incremental_regression, r=eddyb
bors
-2
/
+6
2018-03-14
remove defaulting to unit
Andrew Cann
-1
/
+1
2018-03-13
`trans_apply_param_substs` => `subst_and_normalize_erasing_regions`
Niko Matsakis
-3
/
+15
2018-03-13
transition various normalization functions to the new methods
Niko Matsakis
-7
/
+14
2018-03-13
Reuse the query caching infrastructure for const eval
Oliver Schneider
-2
/
+6
2018-03-13
refactor `ParamEnv::empty(Reveal)` into two distinct methods
Niko Matsakis
-2
/
+1
2018-03-08
Correct the shift overflow check in miri
Oliver Schneider
-1
/
+1
2018-03-08
Address review comments
Oliver Schneider
-42
/
+24
2018-03-08
Decide signdedness on the layout instead of the type
Oliver Schneider
-36
/
+49
2018-03-08
Don't use the undefined bytes of PrimVal::Bytes
Oliver Schneider
-212
/
+178
2018-03-08
Fix mozjs crater failure
Oliver Schneider
-3
/
+11
2018-03-08
Const eval will oom together with rustc now
Oliver Schneider
-17
/
+0
2018-03-08
Step limit is now terminator limit
Oliver Schneider
-2
/
+3
2018-03-08
Report tcx errors with the span of the currently evaluating statement
Oliver Schneider
-63
/
+39
2018-03-08
Report a best guess span if no stack is available anymore
Oliver Schneider
-8
/
+19
2018-03-08
Unregress error spans in constant errors
Oliver Schneider
-12
/
+20
2018-03-08
Tidy fix
Oliver Schneider
-1
/
+1
2018-03-08
Const eval error refactoring
Oliver Schneider
-84
/
+95
2018-03-08
Compute the ParamEnv only once and use it to call tcx.const_eval
Oliver Schneider
-8
/
+10
2018-03-08
Move the resource limits to the session in preparation for attributes configu...
Oliver Schneider
-33
/
+12
2018-03-08
Report const eval errors at the correct span
Oliver Schneider
-3
/
+7
2018-03-08
Reduce noise in error reporting
Oliver Schneider
-1
/
+1
2018-03-08
Use Mutability enum instead of bool
Oliver Schneider
-2
/
+2
2018-03-08
Nuke ConstInt and Const*size
Oliver Schneider
-2
/
+2
2018-03-08
Destructure Rc wrapped ErrorKind in miri
Oliver Schneider
-11
/
+14
2018-03-08
Don't read from zero sized fields
Oliver Schneider
-0
/
+3
2018-03-08
Hide the RefCell inside InterpretInterner
Oliver Schneider
-22
/
+16
[next]