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_middle
/
mir
/
interpret
Age
Commit message (
Expand
)
Author
Lines
2020-05-01
fix Miri error message padding
Ralf Jung
-2
/
+2
2020-05-01
remove AllocId generalization of Pointer
Ralf Jung
-16
/
+12
2020-05-01
use hex for invalid bool and char (consistently with validation)
Ralf Jung
-2
/
+6
2020-05-01
rename InvalidIntPtrUsage
Ralf Jung
-40
/
+44
2020-05-01
InterpError printing really is more Display than Debug
Ralf Jung
-30
/
+27
2020-05-01
tweak InvalidIntPointerUsage message
Ralf Jung
-2
/
+2
2020-04-30
Rollup merge of #71590 - RalfJung:mir-dump-pointers, r=oli-obk
Tyler Mandry
-10
/
+34
2020-04-30
Miri: port error backtraces to std::backtrace
Ralf Jung
-11
/
+9
2020-04-30
Address review comments
Oliver Scherer
-4
/
+2
2020-04-30
Highlight an error that can only happen in CTFE
Oliver Scherer
-1
/
+1
2020-04-30
Separate miri/ctfe unsupported operations
Oliver Scherer
-0
/
+2
2020-04-27
keep 'pointer' terminology around
Ralf Jung
-1
/
+4
2020-04-26
Rollup merge of #71569 - samrat:miri-ub-on-size-mismatch, r=RalfJung
Dylan DPC
-1
/
+16
2020-04-26
fmt
Ralf Jung
-5
/
+1
2020-04-26
organize Debug/Display impls a bit more; avoid sign-ignorant decimal display
Ralf Jung
-20
/
+23
2020-04-26
Adjust style
Ralf Jung
-1
/
+1
2020-04-26
print pointers more compactly when they are too big
Ralf Jung
-10
/
+32
2020-04-26
Rename ArgumentSizeMismatch to ScalarSizeMismatch
Samrat Man Singh
-5
/
+5
2020-04-26
[miri] Throw UB if target size and data size don't match
Samrat Man Singh
-1
/
+16
2020-04-24
Replace filter_map().next() calls with find_map()
Josh Stone
-2
/
+1
2020-04-24
Rollup merge of #71459 - divergentdave:pointer-offset-0x, r=RalfJung
Dylan DPC
-2
/
+2
2020-04-23
add back Scalar::null_ptr
Ralf Jung
-0
/
+5
2020-04-23
Rollup merge of #71452 - ecstatic-morse:no-more-snapshot, r=RalfJung
Dylan DPC
-2
/
+0
2020-04-23
Rollup merge of #71005 - jonas-schievink:no-place-like-return, r=oli-obk
Dylan DPC
-8
/
+0
2020-04-23
Add leading 0x to offset in Debug fmt of Pointer
David Cook
-2
/
+2
2020-04-22
Remove outdated reference to interpreter snapshotting
Dylan MacKenzie
-2
/
+0
2020-04-20
Remove null places
Jonas Schievink
-5
/
+0
2020-04-20
Treat RETURN_PLACE as a normal Local
Jonas Schievink
-3
/
+0
2020-04-18
Detect mistyped associated consts in `Instance::resolve`.
Eduard-Mihai Burtescu
-6
/
+7
2020-04-17
Auto merge of #71049 - eddyb:const-err, r=oli-obk
bors
-32
/
+25
2020-04-16
bikeshed
Ralf Jung
-2
/
+2
2020-04-16
mir/interpret: only use `ErrorHandled::Reported` for `ErrorReported`.
Eduard-Mihai Burtescu
-32
/
+25
2020-04-16
Miri error messages: avoid try terminology
Ralf Jung
-4
/
+4
2020-04-02
nix rustc_target::abi::* reexport in ty::layout
Mazdak Farrokhzad
-20
/
+15
2020-04-01
Rollup merge of #70590 - RalfJung:miri-backtrace, r=oli-obk
Dylan DPC
-13
/
+9
2020-03-31
const backtrace: do not skip first frame
Ralf Jung
-4
/
+5
2020-03-30
Miri stacktrace: record span inside frame, not call-site span
Ralf Jung
-13
/
+8
2020-03-30
Use if let instead of match when only matching a single variant (clippy::sing...
Matthias Krüger
-11
/
+5
2020-03-30
rustc -> rustc_middle part 1
Mazdak Farrokhzad
-0
/
+3001
[prev]