about summary refs log tree commit diff
path: root/src/tools/miri/tests
AgeCommit message (Expand)AuthorLines
2025-01-30Check fixed arg number for variadic function.tiif-4/+67
2025-01-29Merge from rustcThe Miri Cronjob Bot-0/+35
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-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-27Bump ui_testOli Scherer-6/+10
2025-01-27Avoid a bool and use an Option of ZST insteadOli Scherer-13/+23
2025-01-26make linux-futex test less flakyRalf Jung-3/+2
2025-01-26Merge from rustcThe Miri Cronjob Bot-3/+5
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-24bless miri testWaffle Lapkin-2/+2
2025-01-24Reword "crate not found" resolve messageEsteban Küber-3/+5
2025-01-23fmtThe Miri Cronjob Bot-3/+0
2025-01-21Auto merge of #134299 - RalfJung:remove-start, r=compiler-errorsbors-57/+31
2025-01-21remove support for the #[start] attributeRalf Jung-57/+31
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-18Update tests for std::simd subtree syncCaleb Zulawski-21/+0
2025-01-15Merge from rustcThe Miri Cronjob Bot-6/+6
2025-01-13Included Abdroid to an epoll test targetsYoh Deadfall-1/+1
2025-01-13Illumos: Added epoll and eventfdYoh Deadfall-8/+13
2025-01-12Added Android to epoll and eventfd test targetsYoh Deadfall-3/+3
2025-01-12turns out Solarish targets support our entire test suiteRalf Jung-7/+4
2025-01-11Supported fioclex for ioctl on macosgeetanshjuneja-0/+32
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-30/+24
2025-01-03Merge from rustcThe Miri Cronjob Bot-0/+58
2025-01-01Try to write the panic message with a single `write_all` callJohn Kåre Alsaker-0/+58
2024-12-31Merge from rustcThe Miri Cronjob Bot-10/+60
2024-12-30Auto merge of #134757 - RalfJung:const_swap, r=scottmcmbors-10/+60
2024-12-30fmtRalf Jung-2/+2
2024-12-27add test for close-while-blockedRalf Jung-0/+72
2024-12-25swap_typed_nonoverlapping: properly detect overlap even when swapping scalar ...Ralf Jung-3/+25
2024-12-25rename typed_swap → typed_swap_nonoverlappingRalf Jung-12/+12
2024-12-25show an error on some invalid flag combinations: TB + permissive provenance; ...Ralf Jung-8/+2
2024-12-25miri: add test for overlapping typed_swapRalf Jung-0/+28
2024-12-21Merge pull request #4090 from RalfJung/sc-testRalf Jung-204/+355
2024-12-19add warning explaining the limitations of the native code modeRalf Jung-0/+36
2024-12-18Merge pull request #4072 from tiif/blockopOli Scherer-34/+232
2024-12-19Implement blocking unnamed_sockettiif-34/+232
2024-12-18add more tests for SC access/fence consistencyRalf Jung-204/+355
2024-12-15Merge from rustcThe Miri Cronjob Bot-12/+1
2024-12-14Rollup merge of #134181 - estebank:trim-render, r=oli-obkMatthias Krüger-12/+1
2024-12-13Fix miri testsEsteban Küber-12/+1
2024-12-13Merge from rustcThe Miri Cronjob Bot-4/+4
2024-12-13Stabilize async closuresMichael Goulet-4/+4