about summary refs log tree commit diff
path: root/src/tools/miri/tests
AgeCommit message (Expand)AuthorLines
2024-09-21fmt (with a huge diff for some reason)Ralf Jung-68/+68
2024-09-21Merge from rustcRalf Jung-4/+40
2024-09-20Auto merge of #124895 - obeis:static-mut-hidden-ref, r=compiler-errorsbors-0/+35
2024-09-20miri: An error message got changedJubilee Young-2/+2
2024-09-19Make the intention of the miri test more clearAdwin White-4/+5
2024-09-19Adapt test to new layoutAdwin White-2/+2
2024-09-17Use `@only-target` in SSE and SSE2 tests tooEduardo Sánchez Muñoz-1784/+1760
2024-09-17ptr_offset_unsigned_overflow: extend testRalf Jung-5/+6
2024-09-17Auto merge of #3891 - tiif:tokiotest, r=RalfJungbors-0/+38
2024-09-17Tokio ICE fix: Changed the type of EpollEventInterest::epfd from i32 to WeakF...tiif-0/+38
2024-09-16Fix run --depOli Scherer-0/+1
2024-09-16Refator DependencyBuilder constructionOli Scherer-14/+15
2024-09-16Bump ui testOli Scherer-1937/+1855
2024-09-15test std::time APIs on FreeBSD and SolarishRalf Jung-3/+3
2024-09-15make pthread-threadname nicer with cfg-ifRalf Jung-18/+37
2024-09-15move two tests to a better locationRalf Jung-0/+0
2024-09-15pthread: add FreeBSD, remove PTHREAD_MUTEX_NORMAL_FLAG hackRalf Jung-1/+2
2024-09-14Auto merge of #3884 - Mandragorian:detect_cond_move, r=RalfJungbors-0/+77
2024-09-14detect when pthread_cond_t is movedKonstantinos Andrikopoulos-0/+77
2024-09-14Merge from rustcThe Miri Cronjob Bot-156/+65
2024-09-13Update tests for hidden references to mutable staticObei Sideg-0/+35
2024-09-13Rollup merge of #130245 - RalfJung:miri-alloc-backtrace, r=AmanieuStuart Cook-156/+65
2024-09-12Remove an unused piece of logicOli Scherer-4/+1
2024-09-16fmtThe Miri Cronjob Bot-2/+2
2024-09-16Merge from rustcThe Miri Cronjob Bot-7/+237
2024-09-15Rollup merge of #130342 - RalfJung:slice-idx-overflow, r=saethlinMatthias Krüger-1/+12
2024-09-15Rollup merge of #129828 - RalfJung:miri-data-race, r=saethlinMatthias Krüger-1/+225
2024-09-15also use compute_size_in_bytes for relevant multiplications in MiriRalf Jung-1/+12
2024-09-14simd_shuffle: require index argument to be a vectorRalf Jung-5/+0
2024-09-12Merge from rustcThe Miri Cronjob Bot-0/+30
2024-09-11Rollup merge of #130239 - RalfJung:miri-ptr-offset-unsigned, r=compiler-errorsJubilee-0/+22
2024-09-11make basic allocation functions track_caller in Miri for nicer backtracesRalf Jung-156/+65
2024-09-11miri: fix overflow detection for unsigned pointer offsetRalf Jung-0/+22
2024-09-11miri: support vector index arguments in simd_shuffleRalf Jung-0/+8
2024-09-11Merge from rustcThe Miri Cronjob Bot-30/+30
2024-09-10Auto merge of #129403 - scottmcm:only-array-simd, r=compiler-errorsbors-30/+30
2024-09-10miri: treat non-memory local variables properly for data race detectionRalf Jung-1/+225
2024-09-10fmtRalf Jung-48/+62
2024-09-10Merge from rustcRalf Jung-5/+547
2024-09-09Update the MIRI testsScott McMurray-30/+30
2024-09-10Auto merge of #129778 - RalfJung:interp-lossy-typed-copy, r=saethlinbors-5/+481
2024-09-09fix UB in a testRalf Jung-2/+35
2024-09-09union padding computation: add fast-path for ZSTRalf Jung-0/+15
2024-09-09Rollup merge of #130130 - RalfJung:miri-sync, r=RalfJungJubilee-50/+142
2024-09-09detect when pthread_rwlock_t is movedKonstantinos Andrikopoulos-0/+29
2024-09-08interpret: reset padding during validationRalf Jung-15/+236
2024-09-08interpret: reset provenance on typed copiesRalf Jung-0/+207
2024-09-08Auto merge of #129313 - RalfJung:coroutine-niches, r=compiler-errorsbors-0/+66
2024-09-06Merge from rustcThe Miri Cronjob Bot-1/+1
2024-09-05Auto merge of #3784 - Mandragorian:detect_moved_mutexes, r=RalfJungbors-0/+68