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
/
pass
Age
Commit message (
Expand
)
Author
Lines
2023-02-24
Use pointers to `c_char` instead of `i8` in `miri_host_to_target_path`
LevitatingLion
-2
/
+6
2023-02-21
Avoid formatting dyn* test as rustftm doesn't understand it yet and just dele...
Oli Scherer
-0
/
+3
2023-02-21
Merge from rustc
Ralf Jung
-0
/
+117
2023-02-20
fix Stacked Borrows interaction with dyn*
Ralf Jung
-2
/
+0
2023-02-20
basic dyn* support for Miri
Ralf Jung
-0
/
+119
2023-02-17
Add tests for moving data across await point
Bryan Garza
-0
/
+81
2023-02-06
also do not add noalias on not-Unpin Box
Ralf Jung
-10
/
+44
2023-02-06
make &mut !Unpin not dereferenceable
Ralf Jung
-0
/
+20
2023-01-17
add miri regression test
The 8472
-0
/
+6
2023-01-11
Stabilize `::{core,std}::pin::pin!`
Daniel Henry-Mantilla
-4
/
+0
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
2022-12-24
fix warnings
Ralf Jung
-1
/
+1
2022-12-24
Merge from rustc
Ralf Jung
-7
/
+25
2022-12-23
fix one more unaligned self.ptr, and add tests
Ralf Jung
-0
/
+14
2022-12-23
fix IntoIter::drop on high-alignment ZST
Ralf Jung
-7
/
+11
2022-12-12
Auto merge of #2725 - RalfJung:host-to-target-path, r=RalfJung
bors
-15
/
+30
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
-14
/
+17
2022-12-11
add provenance-related test
Ralf Jung
-0
/
+7
2022-12-06
Reintroduce the span printing in miri (plus point to spans where possible)
Oli Scherer
-4
/
+4
2022-12-06
Remove now-redundant file/line info from const backtraces
Oli Scherer
-6
/
+6
2022-12-03
add test for self-referential future
Ralf Jung
-0
/
+102
2022-11-28
add scoped thread test
Ralf Jung
-0
/
+24
2022-11-26
support no_std on Windows
Ralf Jung
-4
/
+0
2022-11-20
make align_offset always work on no-provenance pointers
Ralf Jung
-0
/
+6
2022-11-20
fix unused warning in a test
Ralf Jung
-1
/
+1
2022-11-18
Delete miri test
Michael Goulet
-24
/
+0
2022-11-16
Auto merge of #104456 - RalfJung:miri, r=RalfJung
bors
-0
/
+29
2022-11-15
Auto merge of #104054 - RalfJung:byte-provenance, r=oli-obk
bors
-0
/
+139
2022-11-13
Auto merge of #2657 - mkroening:miri-alloc, r=RalfJung
bors
-0
/
+29
2022-11-13
final tweaks
Ralf Jung
-1
/
+1
2022-11-11
Rollup merge of #104051 - RalfJung:miri, r=RalfJung
Manish Goregaokar
-20
/
+350
2022-11-10
Merge from rustc
Ralf Jung
-1
/
+0
2022-11-09
Rollup merge of #103570 - lukas-code:stabilize-ilog, r=scottmcm
Dylan DPC
-1
/
+0
2022-11-07
Add miri_alloc, miri_dealloc
Martin Kröning
-0
/
+29
2022-11-06
interpret: support for per-byte provenance
Ralf Jung
-0
/
+139
2022-11-05
fix shared behavior and add tests
DrMeepster
-0
/
+287
2022-11-05
impl condvars for windows
DrMeepster
-18
/
+4
2022-11-03
clarify no_data_race_after_complete test
DrMeepster
-2
/
+2
2022-10-30
add acquire when init once is already complete
DrMeepster
-0
/
+38
2022-10-29
Stacked Borrows: make scalar field retagging the default
Ralf Jung
-2
/
+21
2022-10-28
relative futex and condvar timeouts can work with isolation
Ralf Jung
-0
/
+12
2022-10-28
test most sync primitives on Windows
Ralf Jung
-5
/
+16
2022-10-28
threadleak_ignored should now pass with preemption (the issue has been fixed ...
Ralf Jung
-2
/
+1
2022-10-28
implement thread parking on Windows
Ralf Jung
-3
/
+0
2022-10-28
update ignore-windows comments
Ralf Jung
-5
/
+4
2022-10-27
Implement `ptr_mask` intrinsic
Maybe Waffle
-0
/
+18
2022-10-26
stabilize `int_log`
Lukas Markeffsky
-1
/
+0
[next]