about summary refs log tree commit diff
path: root/src/tools/miri/tests/pass/shims
AgeCommit message (Expand)AuthorLines
2025-09-03fix mangitude of applied float errorRalf Jung-0/+37
2025-08-29unix read/write: fix zero-size handlingRalf Jung-1/+3
2025-07-28lookup_link_section: support arrays of function pointersRalf Jung-8/+7
2025-07-19non-deterministically truncate reads/writesRalf Jung-3/+29
2025-07-19don't halt execution when we write to a read-only fileRalf Jung-0/+4
2025-07-16minor tweaks and commentsRalf Jung-0/+3
2025-07-15add test for global constructorsIbraheem Ahmed-0/+43
2025-07-11Update miri for change to random APIJosh Triplett-1/+1
2025-07-06sleep_until: add clock_nanosleep support to Miridvdsk-0/+10
2025-06-15Stabilize "file_lock" featureChristopher Berner-1/+0
2025-06-08Merge from rustcThe Miri Cronjob Bot-6/+0
2025-06-06use File::lock to implement flock, and add a test for File::lockRalf Jung-3/+30
2025-06-03Remove uses of `stdarch_x86_avx512`sayantn-6/+0
2025-05-22Implement file cloning on WindowsRune Tynan-1/+1
2025-05-22Implement file read/write on WindowsRune Tynan-5/+5
2025-05-21test direct usage of io::{stdout,stderr,stdin}Ralf Jung-3/+7
2025-05-18Remove uses of `#[feature(avx512_target_feature)]`sayantn-4/+1
2025-05-08add signed integers to unnecessary_lints to ensure feature parity with clippybendn-0/+1
2025-04-29add -Zmiri-deterministic-concurrency flag and use it for concurrency testsRalf Jung-1/+1
2025-04-29Merge pull request #4272 from geetanshjuneja/schedulingRalf Jung-1/+1
2025-04-29Added random schedulinggeetanshjuneja-1/+1
2025-04-25Merge from rustcThe Miri Cronjob Bot-1/+2
2025-04-24Suggest {to,from}_ne_bytes for transmutations between arrays and integers, etcbendn-1/+2
2025-04-11Implement DeleteFileWRune Tynan-1/+1
2025-04-08Implement trivial file operations - opening and closing handles. Just enough ...Rune Tynan-17/+19
2025-03-14Stablize feature `anonymous_pipe`Jiahao XU-2/+0
2025-02-24Merge pull request #4193 from bjorn3/arm64_vpmaxq_u8Ralf Jung-0/+40
2025-02-21Add testsbjorn3-0/+40
2025-02-14add x86-sse2 (32bit) ABI that requires SSE2 target featureRalf Jung-0/+5
2025-01-28ABI-required target features: warn when they are missing in base CPU (rather ...Ralf Jung-2/+2
2025-01-19fix location of pipe moduleRalf Jung-2/+3
2025-01-11Supported fioclex for ioctl on macosgeetanshjuneja-0/+12
2024-12-12solarish stat following-up, supports for readdir.David Carlier-6/+8
2024-11-26filesystem support for solarish.David Carlier-2/+5
2024-11-17Likely unlikely fixJiri Bobek-1/+1
2024-11-02teach clippy about IeeeFloat, and make all 'allow' into 'expect'Ralf Jung-1/+1
2024-10-26Adjust the vpclmulqdq test caseTobias Decking-3/+7
2024-10-26Implement LLVM x86 vpclmulqdq intrinsicsTobias Decking-0/+189
2024-10-21move strict provenance lints to new feature gate, remove old feature gatesRalf Jung-1/+0
2024-10-04Implement LLVM x86 gfni intrinsicsTobias Decking-0/+518
2024-09-29let rustfmt format importsRalf Jung-4/+2
2024-09-25avoid using HashMap in fs testRalf Jung-3/+3
2024-09-25add test for std::randomRalf Jung-0/+5
2024-09-21fmt (with a huge diff for some reason)Ralf Jung-3/+3
2024-09-17Use `@only-target` in SSE and SSE2 tests tooEduardo Sánchez Muñoz-1784/+1760
2024-09-16Bump ui testOli Scherer-114/+30
2024-09-15test std::time APIs on FreeBSD and SolarishRalf Jung-3/+3
2024-08-29fix wasm testRalf Jung-12/+12
2024-08-20Auto merge of #3752 - Kixunil:simd-sha256, r=RalfJungbors-0/+270
2024-08-20Implement SHA256 SIMD intrinsics on x86Martin Habovstiak-0/+270