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-04-20
improve docs
Ralf Jung
-2
/
+2
2019-04-19
add Miri error variant for process exit
Ralf Jung
-0
/
+8
2019-04-05
remove lookup_char_pos_adj
Aleksey Kladov
-2
/
+2
2019-04-02
renames EvalErrorKind to InterpError
kenta7777
-15
/
+15
2019-03-23
Deduplicate const eval error spans for better output
Esteban Küber
-1
/
+3
2019-03-23
Swap const evaluation lint spans to point at problem in primary span
Esteban Küber
-0
/
+11
2019-03-13
Use derive macro for HashStable
John Kåre Alsaker
-3
/
+4
2019-02-24
hir: remove NodeId from Block
ljedrz
-7
/
+7
2019-02-13
Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasper
Mazdak Farrokhzad
-1
/
+1
2019-02-13
Rename rustc_errors dependency in rust 2018 crates
Taiki Endo
-1
/
+1
2019-02-10
rustc: doc comments
Alexander Regueiro
-2
/
+2
2019-02-05
move librustc to 2018
Mark Mansi
-8
/
+8
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
[next]