about summary refs log tree commit diff
path: root/src/tools/miri
AgeCommit message (Expand)AuthorLines
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
2024-09-22Use &[u8] instead of Vec<u8> and improve docstiif-13/+25
2024-09-22try to give the CI job permission to create PRsRalf Jung-0/+3
2024-09-22rustfmt: switch over to setting style_editionRalf Jung-1/+1
2024-09-22Merge from rustcRalf Jung-2/+2
2024-09-22Preparing for merge from rustcRalf Jung-1/+1
2024-09-21Auto merge of #127546 - workingjubilee:5-level-paging-exists, r=saethlinbors-2/+2
2024-09-21fmt (with a huge diff for some reason)Ralf Jung-205/+180
2024-09-21Merge from rustcRalf Jung-4/+40
2024-09-21Preparing for merge from rustcRalf Jung-1/+1
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-5/+46
2024-09-17Tokio ICE fix: Changed the type of EpollEventInterest::epfd from i32 to WeakF...tiif-5/+46
2024-09-17Auto merge of #3894 - rust-lang:rustup-2024-09-17, r=RalfJungbors-15/+10
2024-09-17Auto merge of #3893 - rust-lang:autolabel, r=RalfJungbors-0/+12
2024-09-17fmtThe Miri Cronjob Bot-6/+2
2024-09-17Merge from rustcThe Miri Cronjob Bot-9/+8
2024-09-17Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-09-16Automatically add/remove labesl when github review (requests) are usedOli Scherer-0/+12
2024-09-16Fix run --depOli Scherer-3/+8