about summary refs log tree commit diff
path: root/src/tools/miri/tests
AgeCommit message (Expand)AuthorLines
2024-09-05Detect pthread_mutex_t is movedKonstantinos Andrikopoulos-0/+68
2024-09-05Rollup merge of #129664 - adetaylor:arbitrary-self-types-pointers-feature-gat...Matthias Krüger-1/+1
2024-09-03Auto merge of #3856 - jder:mac-native-libs, r=RalfJungbors-42/+70
2024-09-03Enable native libraries on macOSJesse Rusak-42/+70
2024-09-02Merge from rustcThe Miri Cronjob Bot-4/+4
2024-09-01fmtThe Miri Cronjob Bot-8/+4
2024-09-01Rollup merge of #128495 - joboet:more_memcmp, r=scottmcmMatthias Krüger-4/+4
2024-08-31Auto merge of #129831 - matthiaskrgr:rollup-befq6zx, r=matthiaskrgrbors-3/+148
2024-08-31Rollup merge of #129684 - Strophox:miri-pass-pointer-to-ffi, r=RalfJungMatthias Krüger-3/+148
2024-08-30enable Miri to pass const pointers through FFIStrophox-3/+148
2024-08-30Merge from rustcThe Miri Cronjob Bot-5/+0
2024-08-29fix wasm testRalf Jung-15/+28
2024-08-29Merge from rustcThe Miri Cronjob Bot-1/+3
2024-08-28Rollup merge of #129401 - workingjubilee:partial-initialization-of-stabilizat...Jubilee-5/+0
2024-08-28Rollup merge of #129613 - RalfJung:interpret-target-feat, r=saethlinMatthias Krüger-1/+3
2024-08-28Auto merge of #3837 - JoJoDeveloping:tb-compacting-provenance-gc, r=RalfJungbors-1/+3
2024-08-28Add test for tokio file io and mpsctiif-8/+64
2024-08-28Merge from rustcThe Miri Cronjob Bot-14/+71
2024-08-27Auto merge of #3804 - tiif:blockit, r=oli-obkbors-19/+141
2024-08-27Make Tree Borrows Provenance GC compact the treeJohannes Hostert-1/+3
2024-08-27Arbitrary self types v2: pointers feature gate.Adrian Taylor-1/+1
2024-08-27miri: Remove feature(new_uninit)Jubilee Young-5/+0
2024-08-27Auto merge of #128134 - joboet:move_pal_alloc, r=cupiverbors-3/+5
2024-08-27Make TB tree traversal bottom-upJohannes Hostert-152/+56
2024-08-27Auto merge of #3847 - JoJoDeveloping:master, r=RalfJungbors-0/+54
2024-08-27Add testcase for #3846Johannes Hostert-0/+54
2024-08-27tree_borrows test: ensure we can actually read the variableRalf Jung-1/+2
2024-08-27bless miri testjoboet-3/+5
2024-08-27Rollup merge of #128942 - RalfJung:interpret-weak-memory, r=saethlinTrevor Gross-11/+66
2024-08-26interpret: do not make const-eval query result depend on tcx.sessRalf Jung-1/+3
2024-08-26Merge from rustcThe Miri Cronjob Bot-33/+33
2024-08-25Add test for triggering notification after timeouttiif-1/+40
2024-08-24Rollup merge of #129501 - RalfJung:miri-rust-backtrace, r=NoratriebMatthias Krüger-33/+33
2024-08-25Add 0 preemption rate flagtiif-0/+2
2024-08-25Change timeout valuetiif-2/+2
2024-08-25Support blocking for epolltiif-17/+98
2024-08-24panicking: improve hint for Miri's RUST_BACKTRACE behaviorRalf Jung-33/+33
2024-08-24Handle edge case for epoll_ctltiif-0/+71
2024-08-24Auto merge of #3836 - tiif:einval_ctl, r=oli-obkbors-0/+14
2024-08-24epoll: Add EINVAL casetiif-0/+14
2024-08-24Auto merge of #3840 - RalfJung:pipe-to-array, r=RalfJungbors-0/+11
2024-08-24fix calling pipe, pipe2, socketpair with a pointer-to-arrayRalf Jung-0/+11
2024-08-22fix a misleading comment in TB testssun-jacobi-1/+1
2024-08-21epoll test: avoid some subtly dangling pointersRalf Jung-24/+4
2024-08-21add a test for zero-sized protectorsRalf Jung-4/+72
2024-08-20supress niches in coroutinesRalf Jung-0/+66
2024-08-20Auto merge of #3752 - Kixunil:simd-sha256, r=RalfJungbors-0/+270
2024-08-20Implement SHA256 SIMD intrinsics on x86Martin Habovstiak-0/+270
2024-08-18stabilize raw_ref_opRalf Jung-6/+0
2024-08-18Add EPOLLER supporttiif-0/+38