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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc
/
mir
/
interpret
/
error.rs
Age
Commit message (
Expand
)
Author
Lines
2019-01-01
`<&'tcx ty::Const as Deref>::deref`
Oliver Scherer
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-11
miri: use backtrace crate printing instead of rolling our own
Ralf Jung
-40
/
+4
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
2018-11-26
Auto merge of #56070 - oli-obk:const_let, r=eddyb
bors
-0
/
+3
2018-11-22
rustc_target: avoid using AbiAndPrefAlign where possible.
Eduard-Mihai Burtescu
-6
/
+6
2018-11-22
rustc_target: separate out an individual Align from AbiAndPrefAlign.
Eduard-Mihai Burtescu
-3
/
+4
2018-11-22
rustc_target: rename abi::Align to AbiAndPrefAlign.
Eduard-Mihai Burtescu
-4
/
+4
2018-11-19
Make const_eval_raw query return just an AllocId
Ralf Jung
-1
/
+2
2018-11-19
Also catch static mutation at evaluation time
Oliver Scherer
-0
/
+3
2018-11-19
Rollup merge of #55970 - RalfJung:miri-backtrace, r=@oli-obk
Pietro Albini
-12
/
+43
2018-11-15
do not accept out-of-bounds pointers in enum discriminants, they might be NULL
Ralf Jung
-5
/
+9
2018-11-15
validation: better error when the enum discriminant is Undef
Ralf Jung
-2
/
+2
2018-11-15
rename FrameInfo span field to call_site
Ralf Jung
-4
/
+4
2018-11-14
put file and line into miri backtrace
Ralf Jung
-3
/
+8
2018-11-14
prettier miri backtrace printing
Ralf Jung
-3
/
+10
2018-11-14
miri: backtraces with instances
Ralf Jung
-7
/
+26
2018-11-05
fix validation error on non-integer enum discriminants
Ralf Jung
-2
/
+2
2018-10-28
always print backtrace when CTFE_BACKTRACE is set
Ralf Jung
-2
/
+2
2018-10-28
remove some unused CTFE error variants
Ralf Jung
-50
/
+1
2018-10-28
rename env var to control ctfe backtraces, and make it usually show the backt...
Ralf Jung
-36
/
+66
2018-10-25
preserve const eval error information through trait error system
Ralf Jung
-1
/
+1
2018-10-25
Layout errors can happen because something was too generic
Oliver Schneider
-3
/
+4
2018-10-25
Report const eval error inside the query
Oliver Schneider
-23
/
+42
2018-10-09
miri engine: also check return type before calling function
Ralf Jung
-1
/
+7
2018-09-29
don't elide lifetimes in paths in librustc/
Zack M. Davis
-2
/
+2
2018-09-08
Optimize miri checking of integer array/slices
Gabriel Majeri
-2
/
+2
2018-08-29
re-do argument passing one more time to finally be sane
Ralf Jung
-7
/
+17
2018-08-28
address nits
Ralf Jung
-3
/
+5
2018-08-27
validate enum discriminant whenever it is read
Ralf Jung
-1
/
+1
2018-08-23
Fix stylistic mistakes
Bernardo Meurer
-2
/
+2
2018-08-23
Fixed long strings
Bernardo Meurer
-7
/
+12
2018-08-23
Add license header to CTFE/MIRI
Bernardo Meurer
-0
/
+10
2018-08-22
Allow panicking with string literal messages inside constants
Oliver Schneider
-2
/
+10
2018-07-29
Sanity-check all constants
Oliver Schneider
-1
/
+1
2018-07-04
Shorten error message and add link to test
Dylan MacKenzie
-2
/
+1
2018-07-04
Explain reason behind error span
Dylan MacKenzie
-1
/
+3
2018-07-04
Add an `InfiniteLoop` variant to `EvalErrorKind`
Dylan MacKenzie
-0
/
+2
2018-06-30
Minor refactoring.
Alexander Regueiro
-1
/
+1
2018-06-30
Added miri error for evaluating foreign statics.
Alexander Regueiro
-0
/
+3
2018-06-28
Turn the use of erroneous constants into errors again
Oliver Schneider
-1
/
+1
2018-06-28
Merge `ConstVal` and `ConstValue`
Oliver Schneider
-10
/
+0
2018-06-28
Fixup
Oliver Schneider
-0
/
+6
2018-06-28
Move everything over from `middle::const_val` to `mir::interpret`
Oliver Schneider
-1
/
+109
2018-06-28
Move the Lrc outside the error type and name the fields
Oliver Schneider
-1
/
+2
2018-06-28
Address review comments
Oliver Schneider
-2
/
+2
2018-06-28
Eliminate old CTFE's `ErrKind`
Oliver Schneider
-0
/
+7
2018-06-05
Properly report transitive errors
Oliver Schneider
-43
/
+37
2018-06-05
Refactor the const eval diagnostic API
Oliver Schneider
-0
/
+36
2018-05-24
Rename MemoryPointer to Pointer
Oliver Schneider
-7
/
+7
[next]