| Age | Commit message (Expand) | Author | Lines |
| 2024-02-11 | fmt | The Miri Conjob Bot | -2/+8 |
| 2024-02-11 | Merge from rustc | The Miri Conjob Bot | -3/+3 |
| 2024-02-11 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2024-02-11 | Rollup merge of #120882 - RalfJung:set-discriminant, r=compiler-errors | Matthias Krüger | -0/+51 |
| 2024-02-10 | Factor out the redundancy between `test_mmap` and `test_mmap64`. | Dan Gohman | -127/+24 |
| 2024-02-10 | validation: descend from consts into statics | Ralf Jung | -3/+3 |
| 2024-02-10 | interpret/write_discriminant: when encoding niched variant, ensure the stored... | Ralf Jung | -0/+51 |
| 2024-02-10 | fmt | The Miri Conjob Bot | -1/+1 |
| 2024-02-10 | Merge from rustc | The Miri Conjob Bot | -3/+7 |
| 2024-02-10 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2024-02-09 | Auto merge of #120676 - Mark-Simulacrum:bootstrap-bump, r=clubby789 | bors | -1/+1 |
| 2024-02-09 | Rollup merge of #120693 - nnethercote:invert-diagnostic-lints, r=davidtwco | Matthias Krüger | -2/+6 |
| 2024-02-08 | Step all bootstrap cfgs forward | Mark Rousskov | -1/+1 |
| 2024-02-08 | fmt | The Miri Conjob Bot | -3/+2 |
| 2024-02-08 | Merge from rustc | The Miri Conjob Bot | -23/+87 |
| 2024-02-08 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2024-02-07 | Update tests | r0cky | -0/+12 |
| 2024-02-06 | Rollup merge of #120683 - RalfJung:symbolic-alignment-ice, r=oli-obk | Matthias Krüger | -23/+75 |
| 2024-02-06 | miri: fix ICE with symbolic alignment check on extern static | Ralf Jung | -23/+75 |
| 2024-02-06 | Merge from rustc | The Miri Conjob Bot | -2/+22 |
| 2024-02-06 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2024-02-06 | Invert diagnostic lints. | Nicholas Nethercote | -2/+6 |
| 2024-02-05 | Auto merge of #117372 - Amanieu:stdarch_update, r=Mark-Simulacrum | bors | -2/+2 |
| 2024-02-04 | Stop recommending cargo clean in README | Tommi Virtanen | -5/+2 |
| 2024-02-03 | Auto merge of #2956 - oli-obk:atty, r=RalfJung | bors | -108/+27 |
| 2024-02-02 | miri: normalize struct tail in ABI compat check | Lukas Markeffsky | -0/+20 |
| 2024-01-31 | Auto merge of #3283 - devnexen:fbsd_affinity, r=oli-obk | bors | -13/+22 |
| 2024-01-31 | fmt | The Miri Conjob Bot | -4/+1 |
| 2024-01-31 | Merge from rustc | The Miri Conjob Bot | -1/+17 |
| 2024-01-31 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2024-01-30 | add num_cpus test | David Carlier | -2/+3 |
| 2024-01-30 | Implement the `mmap64` foreign item. | Dan Gohman | -2/+122 |
| 2024-01-30 | Switch over to rustc's `tracing` crate instead of using our own `log` crate | Oli Scherer | -108/+27 |
| 2024-01-30 | Remove the lifetime from `DiagnosticArgValue`. | Nicholas Nethercote | -1/+1 |
| 2024-01-30 | Update feature names for new stdarch | Amanieu d'Antras | -2/+2 |
| 2024-01-29 | moving out sched_getaffinity interception from linux'shim, FreeBSD supporting... | David Carlier | -11/+19 |
| 2024-01-29 | Auto merge of #120451 - RalfJung:miri, r=RalfJung | bors | -172/+235 |
| 2024-01-28 | Auto merge of #3181 - devnexen:stat_calls_fbsd, r=RalfJung | bors | -41/+118 |
| 2024-01-28 | tweak comments | Ralf Jung | -2/+2 |
| 2024-01-27 | fix typo in operator.rs | Ralf Jung | -1/+1 |
| 2024-01-26 | interpret: project_downcast: do not ICE for uninhabited variants | Ralf Jung | -0/+16 |
| 2024-01-26 | alidate the operand passed to is_val_statically_known | Ralf Jung | -1/+2 |
| 2024-01-26 | fmt | The Miri Conjob Bot | -3/+5 |
| 2024-01-26 | Merge from rustc | The Miri Conjob Bot | -2/+115 |
| 2024-01-26 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2024-01-25 | Auto merge of #3233 - RalfJung:trophy, r=RalfJung | bors | -0/+1 |
| 2024-01-25 | Auto merge of #119911 - NCGThompson:is-statically-known, r=oli-obk | bors | -0/+27 |
| 2024-01-24 | Auto merge of #118336 - saethlin:const-to-op-cache, r=RalfJung | bors | -2/+88 |
| 2024-01-24 | a bit of refactoring for find_mir_or_eval_fn | Ralf Jung | -43/+15 |
| 2024-01-24 | add __cxa_thread_atexit_impl on freebsd | Ralf Jung | -0/+1 |