| Age | Commit message (Expand) | Author | Lines |
| 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 | compiler: replace cstr macro with c str literals in compiler and few other c ... | klensy | -1/+0 |
| 2023-12-03 | Parse a pattern with no arm | Nadrieril | -8/+17 |
| 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 | move packed-struct tests into packed/ folder | Ralf Jung | -1/+1 |
| 2023-12-02 | Auto merge of #118507 - flip1995:clippy-subtree-sync, r=matthiaskrgr | bors | -1174/+3660 |
| 2023-12-02 | Merge from rustc | Ralf Jung | -53/+89 |
| 2023-12-02 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-12-02 | Auto merge of #118470 - nnethercote:cleanup-error-handlers, r=compiler-errors | bors | -12/+12 |
| 2023-12-02 | Rename `LayoutCalculator::delay_bug` as `LayoutCalculator::delayed_bug`. | Nicholas Nethercote | -1/+1 |
| 2023-12-02 | Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`. | Nicholas Nethercote | -5/+5 |
| 2023-12-02 | Rename `*note_without_error` as `*note`. | Nicholas Nethercote | -5/+5 |
| 2023-12-02 | Rename `Handler::span_note_diag` as `struct_span_note`. | Nicholas Nethercote | -1/+1 |
| 2023-12-01 | Merge commit 'f0cdee4a3f094416189261481eae374b76792af1' into clippy-subtree-sync | Philipp Krones | -1174/+3660 |
| 2023-12-01 | Auto merge of #117472 - jmillikin:stable-c-str-literals, r=Nilstrieb | bors | -26/+22 |
| 2023-11-30 | move exposed-provenance APIs into separate feature gate and explain the relat... | Ralf Jung | -7/+7 |
| 2023-11-30 | Auto merge of #118036 - DianQK:thinlto-tests, r=tmiasko | bors | -15/+55 |
| 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 | Add thinlto support to codegen, assembly and coverage tests | DianQK | -15/+55 |
| 2023-11-30 | Merge from rustc | Ralf Jung | -352/+1224 |
| 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 | Auto merge of #118132 - onur-ozkan:stdlib-assertion-status-to-compiletest, r=... | bors | -2/+8 |
| 2023-11-29 | jobserver: check file descriptors | belovdv | -0/+8 |
| 2023-11-29 | Rollup merge of #118157 - Nadrieril:never_pat-feature-gate, r=compiler-errors | Matthias Krüger | -3/+12 |
| 2023-11-29 | Auto merge of #118433 - matthiaskrgr:rollup-fi9lrwg, r=matthiaskrgr | bors | -12/+12 |
| 2023-11-29 | explain tests that disable the provenance GC | Ralf Jung | -0/+9 |
| 2023-11-29 | Rollup merge of #118425 - weihanglo:update-cargo, r=weihanglo | Matthias Krüger | -0/+0 |
| 2023-11-29 | Rollup merge of #118394 - nnethercote:rm-hir-Ops, r=cjgillot | Matthias Krüger | -12/+12 |
| 2023-11-29 | Add `never_patterns` feature gate | Nadrieril | -3/+12 |
| 2023-11-28 | Use a u64 for the rmeta root position | Ben Kimock | -8/+13 |
| 2023-11-28 | Remove Stacked Borrows GC heuristics | Ben Kimock | -13/+7 |