about summary refs log tree commit diff
path: root/src/tools/miri
AgeCommit message (Expand)AuthorLines
2025-01-30Auto merge of #136035 - SpecificProtagonist:miri-zeroed-alloc, r=oli-obkbors-49/+29
2025-01-29Rollup merge of #136147 - RalfJung:required-target-features-check-not-add, r=...León Orell Valerian Liehr-2/+2
2025-01-28Rollup merge of #135748 - compiler-errors:len-2, r=RalfJung,oli-obkMatthias Krüger-0/+35
2025-01-28miri: optimize zeroed allocSpecificProtagonist-49/+29
2025-01-28ABI-required target features: warn when they are missing in base CPU (rather ...Ralf Jung-2/+2
2025-01-28Represent the raw pointer for a array length check as a new kind of fake borrowMichael Goulet-0/+35
2025-01-26Merge pull request #4154 from RalfJung/linux-futexRalf Jung-3/+2
2025-01-26make linux-futex test less flakyRalf Jung-3/+2
2025-01-26Pre-intern name when searching module childrenMark Rousskov-1/+2
2025-01-26many-seeds: do not use more than 8 threadsRalf Jung-4/+3
2025-01-26many-seeds: in keep-going mode, print how many tests failedRalf Jung-2/+8
2025-01-26prevent weird macOS linker errors from breaking the buildRalf Jung-1/+3
2025-01-26Merge from rustcThe Miri Cronjob Bot-3/+5
2025-01-26Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2025-01-25Auto merge of #133154 - estebank:issue-133137, r=wesleywiserbors-3/+5
2025-01-25Merge from rustcThe Miri Cronjob Bot-2/+2
2025-01-25Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2025-01-24Rollup merge of #135976 - WaffleLapkin:tailcall-nodrop, r=oli-obkMatthias Krüger-2/+2
2025-01-24bless miri testWaffle Lapkin-2/+2
2025-01-24fmtThe Miri Cronjob Bot-1/+1
2025-01-24Merge from rustcThe Miri Cronjob Bot-19/+6
2025-01-24Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2025-01-24Reword "crate not found" resolve messageEsteban Küber-3/+5
2025-01-23Remove RunCompilerbjorn3-1/+1
2025-01-23Remove the need to manually call set_using_internal_featuresbjorn3-19/+6
2025-01-22fix no-std-smoke testRalf Jung-0/+1
2025-01-23fmtThe Miri Cronjob Bot-4/+2
2025-01-23Merge from rustcThe Miri Cronjob Bot-161/+113
2025-01-23Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2025-01-21Auto merge of #134299 - RalfJung:remove-start, r=compiler-errorsbors-76/+53
2025-01-21remove support for the #[start] attributeRalf Jung-76/+53
2025-01-20Rollup merge of #135333 - vayunbiyani:test-environment, r=RalfJungMatthias Krüger-85/+60
2025-01-20Updated several files to use rust intrinsic macros instead of the legacy exte...vayunbiyani-85/+60
2025-01-19fix location of pipe moduleRalf Jung-2/+3
2025-01-19Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2025-01-15Merge from rustcThe Miri Cronjob Bot-6/+6
2025-01-15Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2025-01-14Merge pull request #4138 from geetanshjuneja/derefRalf Jung-1/+1
2025-01-13Included Abdroid to an epoll test targetsYoh Deadfall-1/+1
2025-01-13Illumos: Added epoll and eventfdYoh Deadfall-8/+41
2025-01-13Added deref_poiner_as in _NSGetExecutablePathgeetanshjuneja-1/+1
2025-01-12Added Android to epoll and eventfd test targetsYoh Deadfall-3/+3
2025-01-12Merge pull request #4135 from RalfJung/unsup-targetsRalf Jung-166/+185
2025-01-12turns out Solarish targets support our entire test suiteRalf Jung-10/+16
2025-01-12remove a rustfmt::skipRalf Jung-155/+168
2025-01-12record YohDeadfall as FreeBSD maintainerRalf Jung-1/+1
2025-01-11Merge pull request #4134 from RalfJung/miri-script-raOli Scherer-9/+15
2025-01-11avoid issues due to MIRI_TEST_TARGET being set from the outsideRalf Jung-0/+4
2025-01-11adjust the way we build miri-script in RA, to fix proc-macrosRalf Jung-9/+11
2025-01-11Supported fioclex for ioctl on macosgeetanshjuneja-0/+70