| Age | Commit message (Expand) | Author | Lines |
| 2024-03-04 | Improve wording of static_mut_ref | Obei Sideg | -6/+6 |
| 2024-01-29 | Auto merge of #120451 - RalfJung:miri, r=RalfJung | bors | -1/+0 |
| 2024-01-28 | Auto merge of #3181 - devnexen:stat_calls_fbsd, r=RalfJung | bors | -1/+0 |
| 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/+8 |
| 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-19 | Rollup merge of #119984 - kpreid:waker-noop, r=dtolnay | Matthias Krüger | -12/+6 |
| 2024-01-19 | Auto merge of #120121 - matthiaskrgr:rollup-razammh, r=matthiaskrgr | bors | -2/+2 |
| 2024-01-18 | Remove no-longer-needed `allow(dead_code)` from Miri tests | Jake Goulding | -2/+2 |
| 2024-01-19 | Fix typo in munmap_partial.rs | Ikko Eltociear Ashimine | -1/+1 |
| 2024-01-17 | Remove unnecessary `let`s and borrowing from `Waker::noop()` usage. | Kevin Reid | -12/+6 |
| 2024-01-11 | std: update miri tests | joboet | -28/+28 |
| 2024-01-09 | Rollup merge of #117556 - obeis:static-mut-ref-lint, r=davidtwco | Guillaume Gomez | -0/+7 |
| 2024-01-07 | Update test for `E0796` and `static_mut_ref` lint | Obei Sideg | -0/+7 |
| 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 | -2/+11 |
| 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 | -80/+286 |
| 2024-01-04 | miri: do not forward RUSTFLAGS to deps build | Ralf Jung | -0/+2 |
| 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/+48 |
| 2023-12-29 | undo some lockfile changes, add explicit types to tests | DrMeepster | -65/+47 |
| 2023-12-28 | Fix integer overflow ICEs from round_up_to_next_multiple_of | Ben Kimock | -0/+21 |
| 2023-12-28 | Auto merge of #3244 - RalfJung:nan-nondet, r=RalfJung | bors | -0/+194 |
| 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-28 | Support for tempfile crate on UNIX hosts | Pointerbender | -0/+21 |
| 2023-12-27 | fast_math: detect non-finite results | Ralf Jung | -0/+22 |
| 2023-12-26 | custom mir: make it clear what the return block is | Ralf Jung | -31/+31 |
| 2023-12-25 | have windows tests use windows-sys | DrMeepster | -100/+86 |
| 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-21 | Merge from rustc | Ralf Jung | -0/+33 |
| 2023-12-20 | Auto merge of #119037 - RalfJung:repr-c-abi-mismatch, r=scottmcm | bors | -0/+33 |
| 2023-12-18 | Auto merge of #3220 - saethlin:strict-mmap, r=RalfJung | bors | -102/+13 |
| 2023-12-18 | Auto merge of #3221 - RalfJung:edition, r=RalfJung | bors | -1/+1 |
| 2023-12-17 | Make mmap not use expose semantics | Ben Kimock | -102/+13 |
| 2023-12-17 | do not allow ABI mismatches inside repr(C) types | Ralf Jung | -0/+33 |
| 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 |