about summary refs log tree commit diff
path: root/src/tools/miri
AgeCommit message (Expand)AuthorLines
2024-10-03Auto merge of #127912 - joboet:tls_dtor_thread_current, r=cuviperbors-7/+7
2024-10-02bless miri testsjoboet-7/+7
2024-10-01make InterpResult a dedicated type to avoid accidentally discarding the errorRalf Jung-728/+734
2024-09-30panic when an interpreter error gets unintentionally discardedRalf Jung-3/+8
2024-09-30Auto merge of #131036 - RalfJung:miri-sync, r=RalfJungbors-474/+602
2024-09-29let rustfmt format importsRalf Jung-319/+255
2024-09-29bump few depsklensy-63/+24
2024-09-29skip old getrandom crate on SolarisRalf Jung-5/+10
2024-09-28Auto merge of #3918 - devnexen:solaris_arc4random_buf, r=RalfJungbors-4/+31
2024-09-28make sure the new function is testedRalf Jung-4/+4
2024-09-28implements arc4random_buf shim for freebsd/solarish platforms.David Carlier-0/+27
2024-09-28add tests for validity of Box with custom allocatorRalf Jung-0/+99
2024-09-28Further clarificarion for atomic and UnsafeCell docs:Ralf Jung-0/+17
2024-09-28allow mixed-size atomic readsRalf Jung-153/+202
2024-09-28miri: no longer complain about read-read racesRalf Jung-122/+43
2024-09-27Update cc to 1.1.22Chris Denton-6/+33
2024-09-26Auto merge of #3916 - rust-lang:rustup-2024-09-26, r=RalfJungbors-21/+21
2024-09-26remove some clippy lints from the list that we do not even trigger any moreRalf Jung-2/+0
2024-09-26fix clippy::needless_returnRalf Jung-13/+13
2024-09-26clippyRalf Jung-5/+7
2024-09-26bump rustc-build-sysroot versionRalf Jung-3/+3
2024-09-26Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-09-25Auto merge of #3915 - RalfJung:target-json-test, r=RalfJungbors-27/+25
2024-09-25switch custom target JSON test to a less exotic targetRalf Jung-27/+25
2024-09-25enable pthread_cond_timedwait test on AndroidRalf Jung-1/+1
2024-09-25Android: Fixed tests for libc time APIYoh Deadfall-8/+28
2024-09-25disable AVR test since it doesn't workRalf Jung-1/+2
2024-09-25update BASIC test list: no longer test HashMap, add libc-mem instead of 'alig...Ralf Jung-6/+6
2024-09-25avoid using HashMap in fs testRalf Jung-3/+3
2024-09-25add test for std::randomRalf Jung-0/+5
2024-09-25fmtThe Miri Cronjob Bot-16/+19
2024-09-25Merge from rustcThe Miri Cronjob Bot-53/+105
2024-09-25Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-09-24be even more precise about "cast" vs "coercion"Lukas Markeffsky-1/+1
2024-09-24Scope CI permissions to the job that needs itJakub Beránek-6/+5
2024-09-24looks like we need more permissionsRalf Jung-1/+3
2024-09-23Rollup merge of #130727 - compiler-errors:objects, r=RalfJungMichael Goulet-8/+41
2024-09-23Check vtable projections for validity in miriMichael Goulet-8/+41
2024-09-23Auto merge of #125645 - RalfJung:unclear_local_imports, r=nnethercotebors-45/+47
2024-09-23fix workflow permissionsRalf Jung-1/+2
2024-09-23fix unqualified_local_imports in MiriRalf Jung-45/+47
2024-09-23add test for new abort_unwind functionRalf Jung-0/+44
2024-09-23update miri testjoboet-1/+1
2024-09-23miri: shim `CCRandomGenerateBytes`joboet-0/+17
2024-09-22Auto merge of #3852 - tiif:rwrefactor, r=RalfJungbors-153/+249
2024-09-22simplify eventfd handling a bitRalf Jung-49/+30
2024-09-22remove some unnecessary to_ownedRalf Jung-9/+9
2024-09-22read, write: move cast-to-usize logic up and deduplicate itRalf Jung-4/+6
2024-09-22further tweak FileDescription commentsRalf Jung-17/+12
2024-09-22Pass pointer and len to FileDescription::write and change the type of len in ...tiif-47/+60