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
/
const_eval.rs
Age
Commit message (
Expand
)
Author
Lines
2018-04-25
Only warn on erroneous promoted constants
Oliver Schneider
-2
/
+2
2018-04-17
Stop referring to statics' AllocIds directly
Oliver Schneider
-105
/
+31
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-23
Rollup merge of #49030 - Zoxc:misc, r=michaelwoerister
Alex Crichton
-3
/
+3
2018-03-21
Fix test error
bjorn3
-0
/
+8
2018-03-17
Replace Rc with Lrc
John Kåre Alsaker
-3
/
+3
2018-03-13
Reuse the query caching infrastructure for const eval
Oliver Schneider
-2
/
+6
2018-03-08
Report tcx errors with the span of the currently evaluating statement
Oliver Schneider
-4
/
+5
2018-03-08
Report a best guess span if no stack is available anymore
Oliver Schneider
-3
/
+4
2018-03-08
Unregress error spans in constant errors
Oliver Schneider
-8
/
+7
2018-03-08
Tidy fix
Oliver Schneider
-1
/
+1
2018-03-08
Const eval error refactoring
Oliver Schneider
-51
/
+41
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
-6
/
+3
2018-03-08
Report const eval errors at the correct span
Oliver Schneider
-2
/
+4
2018-03-08
Reduce noise in error reporting
Oliver Schneider
-1
/
+1
2018-03-08
Destructure Rc wrapped ErrorKind in miri
Oliver Schneider
-6
/
+8
2018-03-08
Hide the RefCell inside InterpretInterner
Oliver Schneider
-6
/
+5
2018-03-08
Allow writing mutable statics in miri by adding them to the Machine
Oliver Schneider
-1
/
+23
2018-03-08
Print whether the stackframe is for a promoted
Oliver Schneider
-1
/
+3
2018-03-08
Add InterpretInterner to StableHashingContext for AllocId serialization
Oliver Schneider
-4
/
+5
2018-03-08
Evaluate 128 lowering lang items manually
Oliver Schneider
-7
/
+21
2018-03-08
Fully use miri in trans
Oliver Schneider
-71
/
+137
2018-03-08
Prepare for using miri in trans
Alexander Regueiro
-61
/
+48
2018-03-08
Nuke the entire ctfe from orbit, it's the only way to be sure
Oliver Schneider
-320
/
+77
2018-03-08
Resolve variant field access
Oliver Schneider
-3
/
+9
2018-03-08
Move librustc_const_eval to librustc_mir
Oliver Schneider
-13
/
+21
2018-03-08
Produce instead of pointers
Oliver Schneider
-37
/
+116
2018-03-02
Run Rustfix on librustc_mir
Manish Goregaokar
-1
/
+1
2018-02-01
Turn `type_id` into a constant intrinsic
Badel2
-0
/
+6
2018-01-23
Adds support for immovable generators. Move checking of invalid borrows acros...
John Kåre Alsaker
-0
/
+1
2018-01-08
rustc::ty: Rename `struct_variant` to `non_enum_variant`
Robin Kruppe
-1
/
+1
2018-01-07
Rollup merge of #47205 - eddyb:alloc-id, r=oli-obk
kennytm
-4
/
+4
2018-01-05
miri: use AllocId instead of u64.
Eduard-Mihai Burtescu
-4
/
+4
2018-01-04
rustc: use {U,I}size instead of {U,I}s shorthands.
Eduard-Mihai Burtescu
-2
/
+2
2017-12-18
normalize the results of `tcx.type_of` after substituting
Ariel Ben-Yehuda
-3
/
+1
2017-12-17
miri: pass pointer alignments directly instead of contextually.
Eduard-Mihai Burtescu
-2
/
+2
2017-12-17
miri: use separate Pointer and Align instead of PtrAndAlign.
Eduard-Mihai Burtescu
-60
/
+38
2017-12-17
miri: track the Align instead of packedness in PtrAndAlign.
Eduard-Mihai Burtescu
-13
/
+13
2017-12-17
rustc: don't track whether layouts are "packed".
Eduard-Mihai Burtescu
-11
/
+8
2017-12-15
Allow easily creating cheap eval context instances
Oliver Schneider
-57
/
+66
2017-12-12
Move large chunks of miri from rustc::mir::interpret to rustc_mir::interpret
Oliver Schneider
-0
/
+587