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-10-02
Compute the layout of uninhabited structs
Oliver Scherer
-6
/
+0
2019-09-27
Introduce a `ConstPropMachine`
Wesley Wiser
-12
/
+0
2019-09-27
Work around for #64506
Wesley Wiser
-0
/
+6
2019-09-27
[const-prop] Replace `eval_place()` with use of `InterpCx`
Wesley Wiser
-0
/
+12
2019-09-17
Rollup merge of #64541 - RalfJung:miri-errors, r=oli-obk
Tyler Mandry
-1
/
+14
2019-09-17
Get rid of special const intrinsic query in favour of `const_eval`
Oliver Scherer
-0
/
+9
2019-09-17
document Miri error categories
Ralf Jung
-1
/
+14
2019-09-07
Aggregation of cosmetic changes made during work on REPL PRs: librustc
Alexander Regueiro
-9
/
+7
2019-09-06
Fixed grammar/style in error messages and reblessed tests.
Alexander Regueiro
-6
/
+6
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
[next]