about summary refs log tree commit diff
path: root/src/tools/miri
AgeCommit message (Expand)AuthorLines
2024-09-09Update the MIRI testsScott McMurray-30/+30
2024-09-10Auto merge of #129778 - RalfJung:interp-lossy-typed-copy, r=saethlinbors-12/+503
2024-09-09sync: store extra sync primitive data in a Box<dyn Any> so the type can be ke...Ralf Jung-66/+59
2024-09-09sync methods: pass around places, not pointer-typed operandsRalf Jung-95/+69
2024-09-09Auto merge of #3871 - Mandragorian:detect_rwlock_move, r=RalfJungbors-5/+68
2024-09-09Auto merge of #3872 - trivikr:actions-checkout-v4, r=RalfJungbors-2/+2
2024-09-09fix UB in a testRalf Jung-2/+35
2024-09-09use fd_num for file descriptors, so we can use fd for file descriptionRalf Jung-92/+83
2024-09-09ci: bump actions/checkout to v4Trivikram Kamat-2/+2
2024-09-09union padding computation: add fast-path for ZSTRalf Jung-0/+15
2024-09-09Rollup merge of #130130 - RalfJung:miri-sync, r=RalfJungJubilee-287/+523
2024-09-09detect when pthread_rwlock_t is movedKonstantinos Andrikopoulos-5/+68
2024-09-08interpret: reset padding during validationRalf Jung-15/+249
2024-09-08interpret: reset provenance on typed copiesRalf Jung-3/+212
2024-09-08interpret: remove Readable trait, we can use Projectable insteadRalf Jung-4/+4
2024-09-08Auto merge of #129313 - RalfJung:coroutine-niches, r=compiler-errorsbors-0/+66
2024-09-07Auto merge of #129941 - BoxyUwU:bump-boostrap, r=albertlarsan68bors-7/+0
2024-09-07Renamed variable and fixed comments referring to renamed FileDescriptorDeSevilla-8/+8
2024-09-06Fix comment in mutex_id_offsetKonstantinos Andrikopoulos-1/+0
2024-09-06Auto merge of #3864 - RalfJung:miri-bat-nightly, r=RalfJungbors-2/+2
2024-09-06miri.bat: use nightly toolchainRalf Jung-2/+2
2024-09-06Merge from rustcThe Miri Cronjob Bot-1/+1
2024-09-06Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-09-05update cfgsBoxy-7/+0
2024-09-05Auto merge of #3784 - Mandragorian:detect_moved_mutexes, r=RalfJungbors-116/+310
2024-09-05Detect pthread_mutex_t is movedKonstantinos Andrikopoulos-116/+310
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-52/+78
2024-09-03Enable native libraries on macOSJesse Rusak-52/+78
2024-09-02Merge from rustcThe Miri Cronjob Bot-4/+4
2024-09-02Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-09-01move addr_from_alloc_id logic into its own functionRalf Jung-105/+106
2024-09-01fmtThe Miri Cronjob Bot-21/+37
2024-09-01Merge from rustcThe Miri Cronjob Bot-13/+262
2024-09-01Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
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-5/+257
2024-08-31Rollup merge of #129684 - Strophox:miri-pass-pointer-to-ffi, r=RalfJungMatthias Krüger-5/+257
2024-08-31Rollup merge of #129785 - RalfJung:miri-sync, r=RalfJungMatthias Krüger-441/+1197
2024-08-30enable Miri to pass const pointers through FFIStrophox-5/+257
2024-08-30Merge from rustcThe Miri Cronjob Bot-5/+0
2024-08-30Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-08-29interpret/visitor: make memory order iteration slightly more efficientRalf Jung-8/+5
2024-08-29fix wasm testRalf Jung-15/+28
2024-08-29Merge from rustcThe Miri Cronjob Bot-6/+44
2024-08-29Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
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-6/+40
2024-08-28Rollup merge of #129608 - RalfJung:const-eval-ub-checks, r=saethlinMatthias Krüger-0/+4
2024-08-28Auto merge of #3837 - JoJoDeveloping:tb-compacting-provenance-gc, r=RalfJungbors-17/+237