| Age | Commit message (Expand) | Author | Lines |
| 2024-03-04 | Improve wording of static_mut_ref | Obei Sideg | -4/+4 |
| 2024-01-26 | interpret: project_downcast: do not ICE for uninhabited variants | Ralf Jung | -0/+16 |
| 2024-01-25 | Auto merge of #119911 - NCGThompson:is-statically-known, r=oli-obk | bors | -0/+15 |
| 2024-01-24 | Auto merge of #118336 - saethlin:const-to-op-cache, r=RalfJung | bors | -0/+38 |
| 2024-01-22 | Revert "Auto merge of #118133 - Urgau:stabilize_trait_upcasting, r=WaffleLapkin" | Oli Scherer | -1/+5 |
| 2024-01-20 | Rollup merge of #120150 - Jules-Bertholet:stabilize-round-ties-even, r=cuviper | Matthias Krüger | -1/+0 |
| 2024-01-19 | Stabilize `round_ties_even` | Jules Bertholet | -1/+0 |
| 2024-01-19 | Add new intrinsic `is_constant` and optimize `pow` | Catherine Flores | -0/+15 |
| 2024-01-17 | Remove unnecessary `let`s and borrowing from `Waker::noop()` usage. | Kevin Reid | -12/+6 |
| 2024-01-09 | Rollup merge of #117556 - obeis:static-mut-ref-lint, r=davidtwco | Guillaume Gomez | -0/+5 |
| 2024-01-07 | Update test for `E0796` and `static_mut_ref` lint | Obei Sideg | -0/+5 |
| 2024-01-07 | Auto merge of #3256 - RalfJung:rounding, r=RalfJung | bors | -158/+169 |
| 2024-01-06 | Sometimes return the same AllocId for a ConstAllocation | Ben Kimock | -0/+38 |
| 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 | -1/+17 |
| 2024-01-06 | fmt | The Miri Conjob Bot | -1/+5 |
| 2024-01-05 | Auto merge of #118297 - shepmaster:warn-dead-tuple-fields, r=WaffleLapkin | bors | -14/+14 |
| 2024-01-04 | Rollup merge of #119574 - RalfJung:miri, r=oli-obk | Matthias Krüger | -541/+172 |
| 2024-01-02 | Allow unused tuple struct fields in Miri tests | Jake Goulding | -14/+14 |
| 2023-12-30 | Auto merge of #3239 - beepster4096:windows_sys_tests, r=RalfJung | bors | -541/+0 |
| 2023-12-28 | don't test unspecified case | Ralf Jung | -22/+0 |
| 2023-12-28 | NaN non-determinism for SIMD intrinsics | Ralf Jung | -1/+57 |
| 2023-12-28 | add NaN-nondet to libm functions | Ralf Jung | -0/+40 |
| 2023-12-28 | make float intrinsics return non-deterministic NaN | Ralf Jung | -0/+98 |
| 2023-12-26 | custom mir: make it clear what the return block is | Ralf Jung | -1/+1 |
| 2023-12-25 | have windows tests use windows-sys | DrMeepster | -541/+0 |
| 2023-12-22 | implement and test simd_masked_load and simd_masked_store | Ralf Jung | -0/+24 |
| 2023-12-22 | simd_scatter/gather: test OOB cases and the order of writes | Ralf Jung | -6/+39 |
| 2023-12-16 | Visit the AllocIds and BorTags in borrow state FrameExtra | Ben Kimock | -0/+17 |
| 2023-12-15 | Auto merge of #3226 - saethlin:deadpool-test, r=RalfJung | bors | -0/+16 |
| 2023-12-15 | Add the test minimized from deadpool | Ben Kimock | -0/+16 |
| 2023-12-15 | Merge from rustc | The Miri Conjob Bot | -0/+21 |
| 2023-12-14 | add test for uninhabited saved locals in a coroutine | Ralf Jung | -0/+31 |
| 2023-12-13 | fix computing the dynamic alignment of packed structs with dyn trait tails | Ralf Jung | -0/+21 |
| 2023-12-12 | fmt | The Miri Conjob Bot | -1/+0 |
| 2023-12-12 | Merge from rustc | The Miri Conjob Bot | -6/+7 |
| 2023-12-11 | use Waker::noop instead of defining our own Waker | Ralf Jung | -63/+17 |
| 2023-12-11 | Auto merge of #117758 - Urgau:lint_pointer_trait_comparisons, r=davidtwco | bors | -0/+2 |
| 2023-12-11 | Auto merge of #118032 - RalfJung:char-u32, r=Mark-Simulacrum | bors | -1/+5 |
| 2023-12-10 | remove redundant imports | surechen | -5/+0 |
| 2023-12-08 | Fix x86 SSE4.1 ptestnzc | Eduardo Sánchez Muñoz | -0/+5 |
| 2023-12-06 | Adjust tests for newly added ambiguous_wide_pointer_comparisons lint | Urgau | -0/+2 |
| 2023-12-05 | fix miri_promise_symbolic_alignment for huge alignments | Ralf Jung | -0/+12 |
| 2023-12-05 | fix typo in comment | Ralf Jung | -1/+1 |
| 2023-12-05 | fmt | The Miri Conjob Bot | -20/+24 |
| 2023-12-05 | Merge from rustc | The Miri Conjob Bot | -2/+75 |
| 2023-12-04 | Rollup merge of #118540 - RalfJung:unsized-packed-offset, r=TaKO8Ki | Takayuki Maeda | -0/+73 |
| 2023-12-04 | Merge from rustc | The Miri Conjob Bot | -33/+19 |
| 2023-12-04 | Auto merge of #116915 - bend-n:unwet, r=saethlin | bors | -2/+2 |