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
/
error.rs
Age
Commit message (
Expand
)
Author
Lines
2019-07-02
Auto merge of #61871 - Zoxc:no-lift-branch, r=eddyb
bors
-0
/
+4
2019-06-30
Clean up query cache code
John Kåre Alsaker
-1
/
+1
2019-06-26
Don't use lift to detect local types
John Kåre Alsaker
-0
/
+4
2019-06-14
Unify all uses of 'gcx and 'tcx.
Eduard-Mihai Burtescu
-6
/
+6
2019-06-12
Run `rustfmt --file-lines ...` for changes from previous commits.
Eduard-Mihai Burtescu
-13
/
+8
2019-06-12
Fix fallout from `deny(unused_lifetimes)`.
Eduard-Mihai Burtescu
-2
/
+2
2019-06-12
rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`.
Eduard-Mihai Burtescu
-5
/
+5
2019-06-08
rename EvalResult -> InterpResult and EvalError -> InterpErrorInfo
Ralf Jung
-6
/
+6
2019-06-07
add doc comment for EvalError
Ralf Jung
-0
/
+5
2019-06-07
make the backtrace field of EvalError private
Ralf Jung
-1
/
+1
2019-06-05
Aggregation of drive-by cosmetic changes.
Alexander Regueiro
-3
/
+4
2019-05-27
Auto merge of #59627 - LooMaclin:issue_57128_improve_miri_error_reporting_in_...
bors
-10
/
+6
2019-05-25
Don't use `ty::Const` without immediately interning
Oliver Scherer
-1
/
+1
2019-04-23
Improve miri's error reporting in check_in_alloc
LooMaclin
-1
/
+1
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-19
Improve miri's error reporting in check_in_alloc
LooMaclin
-3
/
+3
2019-04-19
Improve miri's error reporting in check_in_alloc
LooMaclin
-1
/
+1
2019-04-05
remove lookup_char_pos_adj
Aleksey Kladov
-2
/
+2
2019-04-02
Merge branch 'master' into issue_57128_improve_miri_error_reporting_in_check_...
Loo Maclin
-15
/
+15
2019-04-02
Improve miri's error reporting in check_in_alloc
LooMaclin
-8
/
+4
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
[next]