| Age | Commit message (Expand) | Author | Lines |
| 2025-01-31 | clarify apply_random_float_error logic | Ralf Jung | -4/+12 |
| 2025-01-31 | Insert null checks for pointer dereferences when debug assertions are enabled | Bastian Kersting | -1/+1 |
| 2025-01-31 | miri: make float min/max non-deterministic | Ralf Jung | -4/+44 |
| 2025-01-31 | increase thread limit for many-seeds mode | Ralf Jung | -2/+2 |
| 2025-01-31 | fmt | The Miri Cronjob Bot | -2/+1 |
| 2025-01-31 | Merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-01-31 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-01-31 | Auto merge of #135318 - compiler-errors:vtable-fixes, r=lcnr | bors | -0/+54 |
| 2025-01-30 | More assertions, tests, and miri coverage | Michael Goulet | -0/+54 |
| 2025-01-30 | introduce `ty::Value` | Lukas Markeffsky | -1/+1 |
| 2025-01-30 | Merge pull request #4140 from geetanshjuneja/deref | Ralf Jung | -34/+39 |
| 2025-01-30 | use deref_pointer_as instead of deref_pointer | geetanshjuneja | -34/+39 |
| 2025-01-30 | fix clippy lint manual_repeat_n | Ralf Jung | -3/+1 |
| 2025-01-30 | fmt | The Miri Cronjob Bot | -12/+13 |
| 2025-01-30 | Merge from rustc | The Miri Cronjob Bot | -51/+31 |
| 2025-01-30 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-01-30 | Auto merge of #136035 - SpecificProtagonist:miri-zeroed-alloc, r=oli-obk | bors | -49/+29 |
| 2025-01-29 | Merge pull request #4159 from YohDeadfall/write-st-fstype-on-solaris | Ralf Jung | -19/+19 |
| 2025-01-30 | Set the st_fstype filed on Solaris | Yoh Deadfall | -19/+19 |
| 2025-01-29 | Merge pull request #4162 from rust-lang/rustup-2025-01-29 | Ralf Jung | -6/+44 |
| 2025-01-29 | Merge pull request #4122 from tiif/fnabi | Ralf Jung | -53/+184 |
| 2025-01-29 | make struct-variant matches less future-proof, and other clippy fixes | Ralf Jung | -5/+8 |
| 2025-01-30 | Check fixed arg number for variadic function. | tiif | -53/+184 |
| 2025-01-29 | Merge from rustc | The Miri Cronjob Bot | -0/+35 |
| 2025-01-29 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 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 | Merge pull request #4160 from YohDeadfall/check-os-helper | Ralf Jung | -58/+28 |
| 2025-01-28 | Merge pull request #4161 from oli-obk/push-vnpvrkxznklo | Ralf Jung | -3/+3 |
| 2025-01-28 | Bump ui test | Oli Scherer | -3/+3 |
| 2025-01-28 | Added a helper to dedup target OS checks | Yoh Deadfall | -58/+28 |
| 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 | linker messages are no longer warnings by default | Ralf Jung | -3/+1 |
| 2025-01-28 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 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-27 | Bump ui_test | Oli Scherer | -9/+13 |
| 2025-01-27 | Avoid a bool and use an Option of ZST instead | Oli Scherer | -13/+23 |
| 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 |