about summary refs log tree commit diff
path: root/src/tools/miri
AgeCommit message (Expand)AuthorLines
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-18Update tests for std::simd subtree syncCaleb Zulawski-21/+0
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
2025-01-11avoid nesting the user-defined main so deeply on the stackRalf Jung-33/+9
2025-01-11use a single large catch_unwind in lang_startRalf Jung-10/+34
2025-01-10Switched FreeBSD to pthread_setname_npYoh Deadfall-41/+44
2025-01-10fix clippy warningRalf Jung-1/+1
2025-01-10disable threading tests on freebsd for nowRalf Jung-2/+2
2025-01-10Preparing for merge from rustcRalf Jung-1/+1
2025-01-08Preparing for merge from rustcRalf Jung-1/+1
2025-01-05Merge from rustcThe Miri Cronjob Bot-1/+1
2025-01-05Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2025-01-04Auto merge of #135031 - RalfJung:intrinsics-without-body, r=oli-obkbors-1/+1
2025-01-04Merge pull request #4121 from RalfJung/josh-proxyRalf Jung-2/+2
2025-01-04bump josh-proxyRalf Jung-2/+2
2025-01-04rustc_intrinsic: support functions without body; they are implicitly marked a...Ralf Jung-1/+1
2025-01-04turn hir::ItemKind::Fn into a named-field variantRalf Jung-1/+1
2025-01-03Merge from rustcThe Miri Cronjob Bot-0/+58
2025-01-03Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2025-01-02Merge pull request #4106 from shamb0/generalize-callback-miri-concurrencyRalf Jung-131/+171