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
/
tools
/
miri
/
tests
/
pass
/
shims
Age
Commit message (
Expand
)
Author
Lines
2024-07-22
Add `pread` and `pwrite` shims
Артём Павлов [Artyom Pavlov]
-0
/
+41
2024-07-06
Mark format! with must_use hint
lukas
-3
/
+3
2024-07-03
Implement the `_mm256_zeroupper` and `_mm256_zeroall` intrinsics
Tobias Decking
-0
/
+5
2024-06-21
Implement LLVM x86 adx intrinsics
Tobias Decking
-0
/
+70
2024-06-20
Implement LLVM x86 bmi intrinsics
Tobias Decking
-0
/
+216
2024-06-13
add some more CRC tests
Ralf Jung
-0
/
+20
2024-06-13
Implement LLVM x86 SSE4.2 intrinsics
Tobias Decking
-0
/
+423
2024-06-08
add support for `pclmulqdq`
Folkert
-0
/
+48
2024-05-30
make env/var test deterministic
Ralf Jung
-0
/
+3
2024-05-19
make basic things work on Android
Ralf Jung
-2
/
+6
2024-05-11
Merge from rustc
The Miri Cronjob Bot
-2
/
+2
2024-05-09
do not run symlink tests on Windows hosts
Ralf Jung
-73
/
+65
2024-05-08
Use generic `NonZero`.
Markus Reiter
-2
/
+2
2024-05-04
move intrinsics implementations and tests into dedicated folder
Ralf Jung
-0
/
+6574
2024-05-04
move available-parallelism tests into shims/ folder
Ralf Jung
-0
/
+13
2024-04-26
add test for concurrent env var access
Ralf Jung
-0
/
+8
2024-04-26
add smoke tests for basic PathBuf interactions
Ralf Jung
-37
/
+0
2024-04-25
Merge from rustc
The Miri Cronjob Bot
-1
/
+0
2024-04-24
Stabilize `std::path::absolute`
Chris Denton
-1
/
+0
2024-04-24
windows: basic support for GetUserProfileDirectoryW
Ralf Jung
-1
/
+1
2024-04-21
Add `-Zmiri-env-set` to set environment variables without modifying the host ...
Eduardo Sánchez Muñoz
-0
/
+7
2024-04-15
add some basic support for GetFullPathNameW
Ralf Jung
-0
/
+38
2024-04-15
Windows: add basic support for FormatMessageW
Ralf Jung
-3
/
+15
2024-03-15
Merge from rustc
Ralf Jung
-1
/
+1
2024-03-14
explain time-with-isolation test better
Ralf Jung
-10
/
+14
2024-03-14
update virtual clock in miri test since signed loops now execute more methods
The 8472
-1
/
+1
2024-03-09
compiletest: create fresh tempdir for tests to use
Ralf Jung
-1
/
+1
2024-03-06
Add advice for failing `shims/fs.rs` miri test
Maybe Waffle
-0
/
+4
2024-03-03
Windows: support getting the thread name
Ralf Jung
-3
/
+49
2024-02-26
add direct test for new ProcessPrng shim
Ralf Jung
-0
/
+17
2024-02-25
more dealing with macOS being slow
Ralf Jung
-1
/
+1
2024-02-21
Test windows random shims
Chris Denton
-0
/
+41
2023-07-30
refactor tests/utils a bit, and move some FS functions there
Ralf Jung
-32
/
+7
2023-05-31
Merge from rustc
Ralf Jung
-1
/
+1
2023-05-29
Update a MIRI fake-time test that this makes "faster"
Scott McMurray
-1
/
+1
2023-05-11
Fix fs miri test on AArch64
bjorn3
-1
/
+1
2023-04-14
Auto merge of #2843 - jsoref:spelling, r=RalfJung
bors
-1
/
+1
2023-04-14
Fix spelling
Josh Soref
-1
/
+1
2023-04-13
Rollup merge of #110072 - joshtriplett:stabilize-is-terminal, r=Mark-Simulacrum
Matthias Krüger
-3
/
+0
2023-04-10
Stabilize IsTerminal
Josh Triplett
-3
/
+0
2023-03-19
Update the virtual clock in isolation mode to step forward with around the sa...
Oli Scherer
-3
/
+21
2023-02-24
Use pointers to `c_char` instead of `i8` in `miri_host_to_target_path`
LevitatingLion
-2
/
+6
2023-01-09
make env::current_exe work on Windows
Ralf Jung
-1
/
+0
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-10-28
update ignore-windows comments
Ralf Jung
-2
/
+1
2022-10-27
Implement `ptr_mask` intrinsic
Maybe Waffle
-0
/
+18
2022-10-21
test is_terminal
Ralf Jung
-1
/
+13
2022-10-21
split libc tests from stdlib tests
Ralf Jung
-0
/
+416
[prev]
[next]