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
Age
Commit message (
Expand
)
Author
Lines
2023-01-17
add miri regression test
The 8472
-0
/
+6
2023-01-14
Rollup merge of #106661 - mjguzik:linux_statx, r=Mark-Simulacrum
Matthias Krüger
-2
/
+3
2023-01-11
Stabilize `::{core,std}::pin::pin!`
Daniel Henry-Mantilla
-4
/
+0
2023-01-11
Fix up stat test in libc-fs-with-isolation
Mateusz Guzik
-2
/
+3
2023-01-09
add dtors_in_dtors_in_dtors
Ralf Jung
-0
/
+57
2023-01-09
make env::current_exe work on Windows
Ralf Jung
-1
/
+0
2023-01-02
tweaks to retag diagnostic handling
Ralf Jung
-4
/
+4
2022-12-28
test using a JSON target file
Ralf Jung
-0
/
+25
2022-12-28
handle unknown targets more gracefully
Ralf Jung
-15
/
+21
2022-12-24
fix warnings
Ralf Jung
-3
/
+3
2022-12-24
Merge from rustc
Ralf Jung
-8
/
+172
2022-12-23
Mention and number the components of a race in the order the interpreter sees...
Ben Kimock
-105
/
+105
2022-12-23
fix one more unaligned self.ptr, and add tests
Ralf Jung
-0
/
+14
2022-12-23
attempt to clarify what the backtrace belongs to when there could be ambiguity
Ralf Jung
-89
/
+89
2022-12-23
fix IntoIter::drop on high-alignment ZST
Ralf Jung
-7
/
+11
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
-19
/
+5
2022-12-21
Retag as FnEntry on `drop_in_place`
Jakob Degen
-0
/
+160
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
/
+6
2022-12-12
Auto merge of #2725 - RalfJung:host-to-target-path, r=RalfJung
bors
-39
/
+63
2022-12-12
make unix path handling on Windows hosts preserve absoluteness
Ralf Jung
-5
/
+9
2022-12-12
More host/target path conversion tests:
Ralf Jung
-1
/
+9
2022-12-12
expose host-to-target path conversion to interpreted program
Ralf Jung
-38
/
+50
2022-12-11
add provenance-related test
Ralf Jung
-0
/
+7
2022-12-11
add support for variable page sizes to miri
Nia Espera
-0
/
+20
2022-12-11
Merge from rustc
Ralf Jung
-79
/
+79
2022-12-08
add graceful shim for the custom `O_TMPFILE` linux file opening flag plus tes...
Pointerbender
-1
/
+31
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
-419
/
+419
2022-12-06
Remove now-redundant file/line info from const backtraces
Oli Scherer
-492
/
+492
2022-12-03
for now, do not do fake reads on non-Unpin mutable references
Ralf Jung
-45
/
+0
2022-12-03
add test for self-referential future
Ralf Jung
-0
/
+102
2022-12-01
Bump ui_test crate
Oli Scherer
-6
/
+6
2022-11-28
add many-seeds capabilities to CI
Ralf Jung
-0
/
+8
2022-11-28
add scoped thread test
Ralf Jung
-0
/
+24
2022-11-27
Auto merge of #2694 - RalfJung:retag-deref-check, r=saethlin
bors
-42
/
+233
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-26
support no_std on Windows
Ralf Jung
-4
/
+0
2022-11-22
update test_dependencies
Ralf Jung
-2
/
+2
2022-11-22
ensure current getrandom works with strict provenance
Ralf Jung
-5
/
+11
2022-11-20
add a weak form of protection that justifies Box noalias
Ralf Jung
-27
/
+71
[next]