| Age | Commit message (Expand) | Author | Lines |
| 2023-12-04 | portable-simd: add missing feature gate | Ralf Jung | -1/+1 |
| 2023-12-04 | Auto merge of #116915 - bend-n:unwet, r=saethlin | bors | -22/+33 |
| 2023-12-04 | use `assume(idx < self.len())` in `[T]::get_unchecked` | bendn | -22/+33 |
| 2023-12-03 | Auto merge of #117840 - RalfJung:miri-promise-align, r=cjgillot | bors | -118/+271 |
| 2023-12-03 | Auto merge of #118579 - matthiaskrgr:rollup-22kn8sa, r=matthiaskrgr | bors | -43/+174 |
| 2023-12-03 | move calling miri_promise_symbolic_alignment to a shared helper | Ralf Jung | -65/+38 |
| 2023-12-03 | miri: support 'promising' alignment for symbolic alignment check | Ralf Jung | -118/+298 |
| 2023-12-03 | Rollup merge of #118574 - Enselic:query-instability, r=cjgillot | Matthias Krüger | -1/+7 |
| 2023-12-03 | Rollup merge of #118525 - Zalathar:skip-spans, r=cjgillot | Matthias Krüger | -28/+30 |
| 2023-12-03 | Rollup merge of #117869 - GuillaumeGomez:comment-highlighting-item-decl, r=no... | Matthias Krüger | -14/+137 |
| 2023-12-03 | Auto merge of #118072 - estebank:issue-98982, r=cjgillot | bors | -30/+134 |
| 2023-12-03 | Auto merge of #113730 - belovdv:jobserver-init-check, r=petrochenkov | bors | -37/+114 |
| 2023-12-03 | Auto merge of #118526 - sjwang05:issue-118510, r=petrochenkov | bors | -2/+45 |
| 2023-12-03 | rustc_session: Address all `rustc::potential_query_instability` lints | Martin Nordholts | -1/+7 |
| 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 | Auto merge of #3203 - RalfJung:trophy, r=RalfJung | bors | -0/+1 |
| 2023-12-03 | new trophy case entry | Ralf Jung | -0/+1 |
| 2023-12-03 | Auto merge of #118546 - RalfJung:hashbrown, r=Amanieu | bors | -32/+56 |
| 2023-12-03 | Auto merge of #118487 - RalfJung:exposed-provenance, r=thomcc | bors | -63/+78 |
| 2023-12-03 | Auto merge of #3202 - rust-lang:rustup-2023-12-03, r=saethlin | bors | -2471/+6456 |
| 2023-12-03 | Merge from rustc | The Miri Conjob Bot | -2470/+6455 |
| 2023-12-03 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-12-03 | Auto merge of #118128 - RalfJung:bad-intrinsics, r=the8472 | bors | -0/+10 |
| 2023-12-03 | Auto merge of #118542 - chenyukang:yukang-fix-parser-ice-118531, r=cjgillot | bors | -12/+110 |
| 2023-12-03 | coverage: Skip spans that can't be un-expanded back to the function body | Zalathar | -28/+30 |
| 2023-12-02 | Auto merge of #118541 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2023-12-02 | Update cargo | Weihang Lo | -0/+0 |
| 2023-12-02 | Fix ICE when suggesting closures for non-fn-like defs | sjwang05 | -2/+45 |
| 2023-12-02 | Auto merge of #118347 - Mark-Simulacrum:asm-code-size, r=spastorino | bors | -58/+63 |
| 2023-12-02 | Avoid per-register closure expansions | Mark Rousskov | -58/+63 |
| 2023-12-02 | Auto merge of #118484 - blyxxyz:os-str-slice, r=BurntSushi | bors | -2/+131 |
| 2023-12-02 | allow zerocopy license | Ralf Jung | -0/+3 |
| 2023-12-02 | update hashbrown | Ralf Jung | -32/+53 |
| 2023-12-02 | Auto merge of #118077 - calebzulawski:sync-portable-simd-2023-11-19, r=workin... | bors | -1190/+2289 |
| 2023-12-02 | Auto merge of #118543 - matthiaskrgr:rollup-0kl4o90, r=matthiaskrgr | bors | -40/+163 |
| 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 | Rollup merge of #118524 - celinval:smir-instance-def, r=ouz-a | Matthias Krüger | -20/+134 |
| 2023-12-02 | Rollup merge of #118514 - Enselic:ice-probe, r=cjgillot | Matthias Krüger | -4/+14 |
| 2023-12-02 | Remove link to core::arch::x86_64 | Caleb Zulawski | -1/+1 |
| 2023-12-02 | Fix parser ICE from attrs | yukang | -12/+110 |
| 2023-12-02 | Add substring API for `OsStr` | Jan Verbeek | -2/+131 |
| 2023-12-02 | Auto merge of #3201 - RalfJung:rustup, r=RalfJung | bors | -1831/+2474 |
| 2023-12-02 | move packed-struct tests into packed/ folder | Ralf Jung | -1/+1 |
| 2023-12-02 | Auto merge of #117912 - GeorgeWort:master, r=petrochenkov | bors | -22/+43 |
| 2023-12-02 | Auto merge of #118507 - flip1995:clippy-subtree-sync, r=matthiaskrgr | bors | -1174/+3660 |