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
/
tools
/
miri
/
tests
/
fail
Age
Commit message (
Expand
)
Author
Lines
2023-04-10
rustup
Ben Kimock
-1
/
+3
2023-04-06
Add miri tests for terminate terminator
Gary Guo
-4
/
+58
2023-04-06
Bless tests
Gary Guo
-9
/
+9
2023-03-23
A MIR transform that checks pointers are aligned
Ben Kimock
-10
/
+13
2023-03-22
Add `CastKind::Transmute` to MIR
Scott McMurray
-5
/
+7
2023-03-16
TB: select tests to run both TB and SB
Neven Villani
-1
/
+1
2023-03-16
TB: new tests
Neven Villani
-0
/
+386
2023-03-12
Remove uses of `box_syntax` in rustc and tools
clubby789
-3
/
+1
2023-02-21
Merge from rustc
Ralf Jung
-5
/
+5
2023-02-20
basic dyn* support for Miri
Ralf Jung
-5
/
+5
2023-02-07
Merge from rustc
Ralf Jung
-54
/
+0
2023-02-06
make &mut !Unpin not dereferenceable
Ralf Jung
-54
/
+0
2023-02-01
fmt
Ralf Jung
-1
/
+1
2023-01-31
make unaligned_reference a hard error
Ralf Jung
-5
/
+12
2023-01-02
tweaks to retag diagnostic handling
Ralf Jung
-4
/
+4
2022-12-28
handle unknown targets more gracefully
Ralf Jung
-11
/
+15
2022-12-24
fix warnings
Ralf Jung
-2
/
+2
2022-12-24
Merge from rustc
Ralf Jung
-1
/
+147
2022-12-23
Mention and number the components of a race in the order the interpreter sees...
Ben Kimock
-105
/
+105
2022-12-23
attempt to clarify what the backtrace belongs to when there could be ambiguity
Ralf Jung
-89
/
+89
2022-12-22
Add a (1) and (2) to the data race errors
Ben Kimock
-110
/
+110
2022-12-22
Auto merge of #103957 - JakobDegen:drop-retag, r=RalfJung
bors
-0
/
+146
2022-12-21
Fix phrasing
Ben Kimock
-27
/
+27
2022-12-21
Clean up implementation, deduplicate in errors
Ben Kimock
-226
/
+81
2022-12-21
Don't run `Drop` terminators on types that do not have drop glue in const eval
Jakob Degen
-2
/
+2
2022-12-21
Bless tests
Jakob Degen
-4
/
+4
2022-12-21
Retag argument to `drop_in_place` unconditionally
Jakob Degen
-12
/
+5
2022-12-21
Retag as FnEntry on `drop_in_place`
Jakob Degen
-0
/
+153
2022-12-21
Fix typo in reading_half_a_pointer.rs
Ikko Ashimine
-1
/
+1
2022-12-20
Fix span management
Ben Kimock
-29
/
+29
2022-12-16
Include a Span in VClock
Ben Kimock
-0
/
+280
2022-12-13
implement minimal epoll_create1 shim
DebugSteven
-26
/
+0
2022-12-06
Bless after rebase
Oli Scherer
-4
/
+4
2022-12-06
Reintroduce the span printing in miri (plus point to spans where possible)
Oli Scherer
-414
/
+414
2022-12-06
Remove now-redundant file/line info from const backtraces
Oli Scherer
-485
/
+485
2022-12-03
for now, do not do fake reads on non-Unpin mutable references
Ralf Jung
-45
/
+0
2022-12-01
Bump ui_test crate
Oli Scherer
-6
/
+6
2022-11-27
make Stacked Borrows retags act like data races
Ralf Jung
-42
/
+144
2022-11-27
!Unpin retags must still be reads, to check dereferenceable
Ralf Jung
-0
/
+89
2022-11-22
update test_dependencies
Ralf Jung
-2
/
+2
2022-11-20
add a weak form of protection that justifies Box noalias
Ralf Jung
-27
/
+71
2022-11-16
Auto merge of #104456 - RalfJung:miri, r=RalfJung
bors
-11
/
+0
2022-11-16
cleanup and dedupe CTFE and Miri error reporting
Ralf Jung
-13
/
+4
2022-11-15
Auto merge of #104054 - RalfJung:byte-provenance, r=oli-obk
bors
-42
/
+68
2022-11-06
add test for printing per-byte provenance
Ralf Jung
-0
/
+64
2022-11-06
interpret: support for per-byte provenance
Ralf Jung
-42
/
+4
2022-11-06
remove a stray stderr file
Ralf Jung
-11
/
+0
2022-10-29
Stacked Borrows: make scalar field retagging the default
Ralf Jung
-36
/
+50
2022-10-28
update ignore-windows comments
Ralf Jung
-2
/
+1
2022-10-22
add scalar-abi-only field retagging option
Ralf Jung
-1
/
+64
[next]