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
/
compiler
/
rustc_middle
/
src
/
mir
/
interpret
/
error.rs
Age
Commit message (
Expand
)
Author
Lines
2023-02-14
interpret: rename Pointer::from_addr → from_addr_invalid
Ralf Jung
-1
/
+1
2023-02-07
miri: fix ICE when running out of address space
Ralf Jung
-1
/
+6
2022-11-17
fix a typo
Ralf Jung
-1
/
+1
2022-11-16
cleanup and dedupe CTFE and Miri error reporting
Ralf Jung
-19
/
+4
2022-11-07
less unsupported errors in Miri, and clarifying comments
Ralf Jung
-7
/
+6
2022-10-07
make const_err a hard error
Ralf Jung
-18
/
+1
2022-08-27
interpret: make read-pointer-as-bytes *always* work in Miri
Ralf Jung
-3
/
+10
2022-07-20
consistently use VTable over Vtable (matching stable stdlib API RawWakerVTable)
Ralf Jung
-4
/
+4
2022-07-20
make use of symbolic vtables in interpreter
Ralf Jung
-18
/
+9
2022-07-20
add a Vtable kind of symbolic allocations
Ralf Jung
-0
/
+3
2022-07-06
interpret: use AllocRange in UninitByteAccess
Ralf Jung
-51
/
+39
2022-07-06
Auto merge of #98206 - eggyal:align-to-chalk-folding-api, r=jackh726
bors
-1
/
+1
2022-07-05
impl TypeVisitable in type traversal macros
Alan Egerton
-1
/
+1
2022-07-05
adjust dangling-int-ptr error message
Ralf Jung
-10
/
+8
2022-07-02
more use of format! variable capture
Ralf Jung
-1
/
+1
2022-07-02
add AllocRange Debug impl; remove redundant AllocId Display impl
Ralf Jung
-13
/
+7
2022-06-29
interpret: adjust error from constructing an invalid value
Ralf Jung
-2
/
+4
2022-06-05
interpret: better control over whether we read data with provenance, and impl...
Ralf Jung
-1
/
+1
2022-05-24
Add the transmute and asm checks to typeck as deferred checks
Oli Scherer
-7
/
+0
2022-05-16
use GlobalId in eval_to_valtree query and introduce query for valtree_to_cons...
b-naber
-1
/
+2
2022-04-07
interpret: err instead of ICE on size mismatches in to_bits_or_ptr_internal
Ralf Jung
-5
/
+9
2022-03-16
rustc_error: make ErrorReported impossible to construct
mark
-2
/
+2
2022-03-15
Support other types of pluralization in pluralize macro
est31
-1
/
+1
2022-03-10
adjust offset_from logic: check that both pointers are in-bounds
Ralf Jung
-0
/
+6
2022-03-03
Auto merge of #94512 - RalfJung:sdiv-ub, r=oli-obk
bors
-0
/
+6
2022-03-02
rename ErrorReported -> ErrorGuaranteed
mark
-10
/
+10
2022-03-01
Miri/CTFE: properly treat overflow in (signed) division/rem as UB
Ralf Jung
-0
/
+6
2022-02-23
rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission".
Eduard-Mihai Burtescu
-1
/
+4
2022-02-20
Implement LowerHex on Scalar to clean up their display in rustdoc
Guillaume Gomez
-1
/
+1
2021-12-20
better name for AdjustForForeignAbiError error variant in InterpError
Ralf Jung
-4
/
+5
2021-12-20
CTFE eval_fn_call: use FnAbi to determine argument skipping and compatibility
Ralf Jung
-1
/
+5
2021-12-15
Remove `in_band_lifetimes` from `rustc_middle`
Aaron Hill
-1
/
+1
2021-12-01
remove static_assert_size on InterpError
b-naber
-3
/
+0
2021-12-01
implement version of normalize_erasing_regions that doesn't assume value is n...
b-naber
-1
/
+1
2021-11-06
use matches!() macro in more places
Matthias Krüger
-5
/
+5
2021-10-14
add dedicated error variant for writing the discriminant of an uninhabited en...
Ralf Jung
-0
/
+5
2021-08-22
Fix typos “a”→“an”
Frank Steffahn
-1
/
+1
2021-07-31
typo
Ralf Jung
-1
/
+1
2021-07-31
CTFE: throw unsupported error when partially overwriting a pointer
Ralf Jung
-2
/
+8
2021-07-24
get rid of NoMirFor error variant
Ralf Jung
-3
/
+0
2021-07-18
miri: better ptr-out-of-bounds errors
Ralf Jung
-14
/
+16
2021-07-15
tweak pointer out-of-bounds error message
Ralf Jung
-5
/
+15
2021-07-14
remove unused error variant
Ralf Jung
-3
/
+0
2021-07-14
more precise message for the ptr access check on deref
Ralf Jung
-0
/
+3
2021-07-14
CTFE/Miri engine Pointer type overhaul: make Scalar-to-Pointer conversion inf...
Ralf Jung
-10
/
+12
2021-06-30
Simplify memory failure checking
Smitty
-6
/
+0
2021-06-30
Rename is_spurious -> is_volatile
Smitty
-1
/
+1
2021-06-29
Properly handle const prop failures
Smitty
-0
/
+6
2021-06-29
Make memory exhaustion a hard error
Smitty
-1
/
+2
2021-06-29
Support allocation failures when interperting MIR
Smitty
-0
/
+5
[next]