| Age | Commit message (Expand) | Author | Lines |
| 2023-12-08 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-12-05 | remove unnecesary `-Zunstable-options` | Weihang Lo | -4/+1 |
| 2023-12-05 | Fix formatting | Igor Matuszewski | -1/+3 |
| 2023-12-05 | Don't explicitly warn against `semicolon_in_expressions_from_macros` | Igor Matuszewski | -1/+1 |
| 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 | -201/+969 |
| 2023-12-05 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-12-04 | Rollup merge of #118600 - GuillaumeGomez:fields-heading, r=notriddle | Guillaume Gomez | -1/+8 |
| 2023-12-04 | Rollup merge of #118508 - notriddle:notriddle/fmt-newline, r=GuillaumeGomez | Guillaume Gomez | -8/+50 |
| 2023-12-04 | Auto merge of #118592 - lnicola:sync-from-ra, r=lnicola | bors | -170/+821 |
| 2023-12-04 | Auto merge of #118602 - TaKO8Ki:rollup-njcouns, r=TaKO8Ki | bors | -0/+73 |
| 2023-12-04 | Rollup merge of #118540 - RalfJung:unsized-packed-offset, r=TaKO8Ki | Takayuki Maeda | -0/+73 |
| 2023-12-04 | Don't generate the "Fields" heading if there is no field displayed | Guillaume Gomez | -1/+8 |
| 2023-12-04 | Don't ask for a specific branch in cargotest | Laurențiu Nicola | -1/+1 |
| 2023-12-04 | Merge commit 'e402c494b7c7d94a37c6d789a216187aaf9ccd3e' into sync-from-ra | Laurențiu Nicola | -170/+821 |
| 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 | -111/+223 |
| 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 | Rollup merge of #117869 - GuillaumeGomez:comment-highlighting-item-decl, r=no... | Matthias Krüger | -8/+14 |
| 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 | 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 | Auto merge of #118546 - RalfJung:hashbrown, r=Amanieu | bors | -0/+3 |
| 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 | -1184/+3668 |
| 2023-12-03 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-12-02 | Update cargo | Weihang Lo | -0/+0 |
| 2023-12-02 | allow zerocopy license | Ralf Jung | -0/+3 |
| 2023-12-02 | Auto merge of #118077 - calebzulawski:sync-portable-simd-2023-11-19, r=workin... | bors | -9/+7 |
| 2023-12-02 | Rollup merge of #118539 - RalfJung:packed-struct-tests, r=lqd | Matthias Krüger | -1/+1 |
| 2023-12-02 | Rollup merge of #118528 - onur-ozkan:use-std-once-lock, r=clubby789 | Matthias Krüger | -15/+14 |
| 2023-12-02 | move packed-struct tests into packed/ folder | Ralf Jung | -1/+1 |