| Age | Commit message (Expand) | Author | Lines |
| 2025-01-30 | Auto merge of #136035 - SpecificProtagonist:miri-zeroed-alloc, r=oli-obk | bors | -49/+29 |
| 2025-01-29 | Rollup merge of #136147 - RalfJung:required-target-features-check-not-add, r=... | León Orell Valerian Liehr | -2/+2 |
| 2025-01-28 | Rollup merge of #135748 - compiler-errors:len-2, r=RalfJung,oli-obk | Matthias Krüger | -0/+35 |
| 2025-01-28 | miri: optimize zeroed alloc | SpecificProtagonist | -49/+29 |
| 2025-01-28 | ABI-required target features: warn when they are missing in base CPU (rather ... | Ralf Jung | -2/+2 |
| 2025-01-28 | Represent the raw pointer for a array length check as a new kind of fake borrow | Michael Goulet | -0/+35 |
| 2025-01-26 | Merge pull request #4154 from RalfJung/linux-futex | Ralf Jung | -3/+2 |
| 2025-01-26 | make linux-futex test less flaky | Ralf Jung | -3/+2 |
| 2025-01-26 | Pre-intern name when searching module children | Mark Rousskov | -1/+2 |
| 2025-01-26 | many-seeds: do not use more than 8 threads | Ralf Jung | -4/+3 |
| 2025-01-26 | many-seeds: in keep-going mode, print how many tests failed | Ralf Jung | -2/+8 |
| 2025-01-26 | prevent weird macOS linker errors from breaking the build | Ralf Jung | -1/+3 |
| 2025-01-26 | Merge from rustc | The Miri Cronjob Bot | -3/+5 |
| 2025-01-26 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-01-25 | Auto merge of #133154 - estebank:issue-133137, r=wesleywiser | bors | -3/+5 |
| 2025-01-25 | Merge from rustc | The Miri Cronjob Bot | -2/+2 |
| 2025-01-25 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-01-24 | Rollup merge of #135976 - WaffleLapkin:tailcall-nodrop, r=oli-obk | Matthias Krüger | -2/+2 |
| 2025-01-24 | bless miri test | Waffle Lapkin | -2/+2 |
| 2025-01-24 | fmt | The Miri Cronjob Bot | -1/+1 |
| 2025-01-24 | Merge from rustc | The Miri Cronjob Bot | -19/+6 |
| 2025-01-24 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-01-24 | Reword "crate not found" resolve message | Esteban Küber | -3/+5 |
| 2025-01-23 | Remove RunCompiler | bjorn3 | -1/+1 |
| 2025-01-23 | Remove the need to manually call set_using_internal_features | bjorn3 | -19/+6 |
| 2025-01-22 | fix no-std-smoke test | Ralf Jung | -0/+1 |
| 2025-01-23 | fmt | The Miri Cronjob Bot | -4/+2 |
| 2025-01-23 | Merge from rustc | The Miri Cronjob Bot | -161/+113 |
| 2025-01-23 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-01-21 | Auto merge of #134299 - RalfJung:remove-start, r=compiler-errors | bors | -76/+53 |
| 2025-01-21 | remove support for the #[start] attribute | Ralf Jung | -76/+53 |
| 2025-01-20 | Rollup merge of #135333 - vayunbiyani:test-environment, r=RalfJung | Matthias Krüger | -85/+60 |
| 2025-01-20 | Updated several files to use rust intrinsic macros instead of the legacy exte... | vayunbiyani | -85/+60 |
| 2025-01-19 | fix location of pipe module | Ralf Jung | -2/+3 |
| 2025-01-19 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-01-15 | Merge from rustc | The Miri Cronjob Bot | -6/+6 |
| 2025-01-15 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-01-14 | Merge pull request #4138 from geetanshjuneja/deref | Ralf Jung | -1/+1 |
| 2025-01-13 | Included Abdroid to an epoll test targets | Yoh Deadfall | -1/+1 |
| 2025-01-13 | Illumos: Added epoll and eventfd | Yoh Deadfall | -8/+41 |
| 2025-01-13 | Added deref_poiner_as in _NSGetExecutablePath | geetanshjuneja | -1/+1 |
| 2025-01-12 | Added Android to epoll and eventfd test targets | Yoh Deadfall | -3/+3 |
| 2025-01-12 | Merge pull request #4135 from RalfJung/unsup-targets | Ralf Jung | -166/+185 |
| 2025-01-12 | turns out Solarish targets support our entire test suite | Ralf Jung | -10/+16 |
| 2025-01-12 | remove a rustfmt::skip | Ralf Jung | -155/+168 |
| 2025-01-12 | record YohDeadfall as FreeBSD maintainer | Ralf Jung | -1/+1 |
| 2025-01-11 | Merge pull request #4134 from RalfJung/miri-script-ra | Oli Scherer | -9/+15 |
| 2025-01-11 | avoid issues due to MIRI_TEST_TARGET being set from the outside | Ralf Jung | -0/+4 |
| 2025-01-11 | adjust the way we build miri-script in RA, to fix proc-macros | Ralf Jung | -9/+11 |
| 2025-01-11 | Supported fioclex for ioctl on macos | geetanshjuneja | -0/+70 |