| Age | Commit message (Expand) | Author | Lines |
| 2024-01-06 | Sometimes return the same AllocId for a ConstAllocation | Ben Kimock | -2/+88 |
| 2024-01-06 | cargo update | Ralf Jung | -355/+493 |
| 2024-01-06 | ./miri build: also build tests, to avoid rebuilds later | Ralf Jung | -6/+4 |
| 2024-01-06 | these should be exact | Ralf Jung | -8/+8 |
| 2024-01-06 | merge intrinsics-math into float tests | Ralf Jung | -166/+161 |
| 2024-01-06 | implement the rounding intrinsics using apfloat rounding | Ralf Jung | -23/+47 |
| 2024-01-06 | fmt | The Miri Conjob Bot | -2/+11 |
| 2024-01-06 | Merge from rustc | The Miri Conjob Bot | -25/+25 |
| 2024-01-06 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2024-01-05 | remove redundant clone | Matthias Krüger | -1/+1 |
| 2024-01-05 | Rollup merge of #119538 - nnethercote:cleanup-errors-5, r=compiler-errors | Michael Goulet | -2/+2 |
| 2024-01-05 | Merge from rustc | The Miri Conjob Bot | -31/+33 |
| 2024-01-05 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2024-01-05 | Auto merge of #118297 - shepmaster:warn-dead-tuple-fields, r=WaffleLapkin | bors | -23/+23 |
| 2024-01-04 | Rollup merge of #119574 - RalfJung:miri, r=oli-obk | Matthias Krüger | -308/+765 |
| 2024-01-04 | miri: do not forward RUSTFLAGS to deps build | Ralf Jung | -0/+2 |
| 2024-01-04 | Remove `is_lint` field from `Level::Error`. | Nicholas Nethercote | -1/+1 |
| 2024-01-03 | Rename some `Diagnostic` setters. | Nicholas Nethercote | -1/+1 |
| 2024-01-02 | Allow unused tuple struct fields in Miri tests | Jake Goulding | -23/+23 |
| 2023-12-30 | Auto merge of #3239 - beepster4096:windows_sys_tests, r=RalfJung | bors | -80/+52 |
| 2023-12-29 | undo some lockfile changes, add explicit types to tests | DrMeepster | -109/+91 |
| 2023-12-28 | Fix integer overflow ICEs from round_up_to_next_multiple_of | Ben Kimock | -17/+44 |
| 2023-12-28 | Auto merge of #3244 - RalfJung:nan-nondet, r=RalfJung | bors | -197/+488 |
| 2023-12-28 | don't test unspecified case | Ralf Jung | -22/+0 |
| 2023-12-28 | NaN non-determinism for SIMD intrinsics | Ralf Jung | -75/+145 |
| 2023-12-28 | add NaN-nondet to libm functions | Ralf Jung | -47/+101 |
| 2023-12-28 | make float intrinsics return non-deterministic NaN | Ralf Jung | -75/+238 |
| 2023-12-27 | Auto merge of #3240 - Jefffrey:tempfile, r=RalfJung | bors | -16/+181 |
| 2023-12-28 | Support for tempfile crate on UNIX hosts | Pointerbender | -16/+181 |
| 2023-12-27 | fast_math: detect non-finite results | Ralf Jung | -1/+27 |
| 2023-12-26 | custom mir: make it clear what the return block is | Ralf Jung | -31/+31 |
| 2023-12-26 | Merge from rustc | The Miri Conjob Bot | -16/+16 |
| 2023-12-26 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-12-25 | have windows tests use windows-sys | DrMeepster | -156/+212 |
| 2023-12-24 | Merge from rustc | The Miri Conjob Bot | -6/+7 |
| 2023-12-24 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-12-24 | Remove more `Session` methods that duplicate `DiagCtxt` methods. | Nicholas Nethercote | -1/+1 |
| 2023-12-24 | Remove `Session` methods that duplicate `DiagCtxt` methods. | Nicholas Nethercote | -15/+15 |
| 2023-12-22 | Rollup merge of #119171 - nnethercote:cleanup-errors-4, r=compiler-errors | Michael Goulet | -5/+7 |
| 2023-12-23 | Remove all uses of `DiagnosticBuilder::forget_guarantee()`. | Nicholas Nethercote | -5/+7 |
| 2023-12-22 | implement and test simd_masked_load and simd_masked_store | Ralf Jung | -0/+72 |
| 2023-12-22 | simd_scatter/gather: test OOB cases and the order of writes | Ralf Jung | -6/+39 |
| 2023-12-22 | update cfg(bootstrap)s | Pietro Albini | -1/+0 |
| 2023-12-21 | Merge from rustc | Ralf Jung | -0/+33 |
| 2023-12-21 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-12-21 | another trophy | Ralf Jung | -0/+1 |
| 2023-12-20 | Auto merge of #119037 - RalfJung:repr-c-abi-mismatch, r=scottmcm | bors | -0/+33 |
| 2023-12-19 | Merge from rustc | The Miri Conjob Bot | -13/+13 |
| 2023-12-19 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-12-18 | Auto merge of #3220 - saethlin:strict-mmap, r=RalfJung | bors | -138/+29 |