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-08-10
rename RUST_CTFE_BACKTRACE to RUSTC_CTFE_BACKTRACE
Ralf Jung
-1
/
+1
2019-08-07
Auto merge of #63152 - estebank:big-array, r=oli-obk
bors
-7
/
+11
2019-08-04
tweak output and tests
Esteban Küber
-1
/
+3
2019-08-04
AssumptionNotHeld is used only once in Miri and never caught... remove from enum
Ralf Jung
-4
/
+0
2019-08-04
move AssumptionNotHeld to UB
Ralf Jung
-3
/
+4
2019-08-03
avoid mutable state and override main message
Esteban Küber
-5
/
+6
2019-08-03
add variant for experimental UB (like Stacked Borrows)
Ralf Jung
-3
/
+5
2019-08-02
dedup free-form Unsupported errors; add macros for free-form UB and Unsupport...
Ralf Jung
-13
/
+2
2019-08-02
be less British
Ralf Jung
-5
/
+5
2019-08-02
Nicer labels for type layout errors
Esteban Küber
-2
/
+2
2019-08-02
Do not lint on SizeOverflow, always error
Esteban Küber
-1
/
+3
2019-08-02
Always error on `SizeOverflow` during mir evaluation
Esteban Küber
-1
/
+0
2019-07-31
code review fixes
Saleem Jaffer
-5
/
+6
2019-07-30
renaming err to err_unsup
Saleem Jaffer
-2
/
+2
2019-07-30
adding throw_ and err_ macros for InterpError
Saleem Jaffer
-1
/
+1
2019-07-29
code review fixes
Saleem Jaffer
-7
/
+7
2019-07-29
code review fixes
Saleem Jaffer
-0
/
+1
2019-07-29
use PanicInfo and UnsupportedOpInfo
Saleem Jaffer
-8
/
+8
2019-07-29
implementing Debug for UnsupportedInfo
Saleem Jaffer
-99
/
+108
2019-07-29
fixing fallout due to InterpError refactor
Saleem Jaffer
-68
/
+104
2019-07-29
code review fixes
Saleem Jaffer
-6
/
+7
2019-07-29
moving remaining variants to UnsupportedInfo
Saleem Jaffer
-25
/
+22
2019-07-29
more grouping of the variants in InterpError
Saleem Jaffer
-42
/
+44
2019-07-29
grouping the variants of InterpError
Saleem Jaffer
-10
/
+26
2019-07-29
changing the fields of InterpError
Saleem Jaffer
-8
/
+23
2019-07-24
Apply suggestions from code review
Ralf Jung
-4
/
+4
2019-07-24
use PanicMessage type for MIR assertion errors
Ralf Jung
-50
/
+77
2019-07-24
kill InterpError::description
Ralf Jung
-154
/
+116
2019-07-24
do not use InterpError::description outside librustc::mir
Ralf Jung
-1
/
+1
2019-07-23
renames EvalErrorPanic to PanicMessage
Saleem Jaffer
-17
/
+17
2019-07-23
moving some variants from InterpError to EvalErrorPanic
Saleem Jaffer
-24
/
+29
2019-07-20
alters the panic variant of InterpError
Saleem Jaffer
-38
/
+21
2019-07-18
tries to refactor InterpError in mir
Saleem Jaffer
-6
/
+37
2019-07-04
Rollup merge of #62173 - RalfJung:miri-interp, r=oli-obk
Mazdak Farrokhzad
-1
/
+1
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-27
rename InterpretCx -> InterpCx
Ralf Jung
-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
[next]