| Age | Commit message (Expand) | Author | Lines |
| 2023-12-05 | simd numeric intrinsics: share code with scalar intrinsic | Ralf Jung | -12/+1 |
| 2023-12-05 | fix miri_promise_symbolic_alignment for huge alignments | Ralf Jung | -3/+46 |
| 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 | -21/+89 |
| 2023-12-05 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-12-04 | Avoid adding compiler-used functions to `symbols.o` | DianQK | -0/+1 |
| 2023-12-04 | Rollup merge of #118540 - RalfJung:unsized-packed-offset, r=TaKO8Ki | Takayuki Maeda | -0/+73 |
| 2023-12-04 | fix clippy | Ralf Jung | -1/+2 |
| 2023-12-04 | fmt | The Miri Conjob Bot | -10/+2 |
| 2023-12-04 | Merge from rustc | The Miri Conjob Bot | -103/+206 |
| 2023-12-04 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-12-04 | Auto merge of #116915 - bend-n:unwet, r=saethlin | bors | -21/+16 |
| 2023-12-04 | use `assume(idx < self.len())` in `[T]::get_unchecked` | bendn | -21/+16 |
| 2023-12-03 | Auto merge of #117840 - RalfJung:miri-promise-align, r=cjgillot | bors | -96/+191 |
| 2023-12-03 | miri: support 'promising' alignment for symbolic alignment check | Ralf Jung | -96/+191 |
| 2023-12-03 | SIMD bitmasks: use 'round up to multiple of 8' rather than 'clamp to at least 8' | Ralf Jung | -13/+16 |
| 2023-12-03 | Auto merge of #113730 - belovdv:jobserver-init-check, r=petrochenkov | bors | -0/+8 |
| 2023-12-03 | disable a test that currently fails on big-endian | Ralf Jung | -5/+9 |
| 2023-12-03 | also test directly calling simd_select_bitmask | Ralf Jung | -4/+39 |
| 2023-12-03 | handle the array case consistently for simd_select_bitmask and simd_bitmask | Ralf Jung | -43/+45 |
| 2023-12-03 | also test simd_select_bitmask on arrays for less than 8 elements | Ralf Jung | -1/+6 |
| 2023-12-03 | Fix miri script target dir and update doc link | Jefffrey | -3/+4 |
| 2023-12-03 | Auto merge of #118567 - RalfJung:miri, r=RalfJung | bors | -30/+105 |
| 2023-12-03 | Auto merge of #3204 - RalfJung:simd, r=RalfJung | bors | -5/+74 |
| 2023-12-03 | add simd_bswap and simd_bitreverse | Ralf Jung | -0/+19 |
| 2023-12-03 | add simd_cttz and simd_ctlz | Ralf Jung | -2/+27 |
| 2023-12-03 | simd_select_bitmask: support passing the mask as an array | Ralf Jung | -3/+28 |
| 2023-12-03 | new trophy case entry | Ralf Jung | -0/+1 |
| 2023-12-03 | codegen, miri: fix computing the offset of an unsized field in a packed struct | Ralf Jung | -0/+73 |
| 2023-12-03 | Auto merge of #118487 - RalfJung:exposed-provenance, r=thomcc | bors | -7/+7 |
| 2023-12-03 | Merge from rustc | The Miri Conjob Bot | -9/+7 |
| 2023-12-03 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-12-02 | Auto merge of #118077 - calebzulawski:sync-portable-simd-2023-11-19, r=workin... | bors | -9/+7 |
| 2023-12-02 | Merge from rustc | Ralf Jung | -5/+5 |
| 2023-12-02 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-12-02 | Rename `*note_without_error` as `*note`. | Nicholas Nethercote | -4/+4 |
| 2023-12-02 | Rename `Handler::span_note_diag` as `struct_span_note`. | Nicholas Nethercote | -1/+1 |
| 2023-11-30 | move exposed-provenance APIs into separate feature gate and explain the relat... | Ralf Jung | -7/+7 |
| 2023-11-30 | give macOS some extra time, it needs that | Ralf Jung | -1/+1 |
| 2023-11-30 | move some validity-related tests into subdir | Ralf Jung | -8/+8 |
| 2023-11-30 | move 'uninit' tests into common directory | Ralf Jung | -2/+4 |
| 2023-11-30 | Merge from rustc | Ralf Jung | -26/+42 |
| 2023-11-30 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-11-30 | Auto merge of #118408 - RalfJung:aggregate-assign-uninit, r=saethlin | bors | -0/+42 |
| 2023-11-29 | jobserver: check file descriptors | belovdv | -0/+8 |
| 2023-11-29 | explain tests that disable the provenance GC | Ralf Jung | -0/+9 |
| 2023-11-28 | Remove Stacked Borrows GC heuristics | Ben Kimock | -13/+7 |
| 2023-11-28 | add test checking that aggregate assignments reset memory to uninit first | Ralf Jung | -0/+42 |
| 2023-11-28 | Remove dead codes | r0cky | -26/+0 |