| Age | Commit message (Expand) | Author | Lines |
| 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 #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 |
| 2023-12-02 | replace `once_cell::sync::OnceCell` with std `OnceLock` | onur-ozkan | -15/+14 |
| 2023-12-02 | Auto merge of #118498 - RalfJung:valtree-ice, r=lcnr | bors | -2/+25 |
| 2023-12-02 | fix an ICE when a valtree failed to evaluate | Ralf Jung | -2/+25 |
| 2023-12-02 | Merge from rustc | Ralf Jung | -1830/+2473 |
| 2023-12-02 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-12-02 | Auto merge of #117754 - matthewjasper:subtype-overflow, r=lcnr | bors | -5/+130 |
| 2023-12-02 | Auto merge of #118465 - ehuss:update-mdbook, r=Mark-Simulacrum | bors | -6/+27 |
| 2023-12-02 | Auto merge of #118470 - nnethercote:cleanup-error-handlers, r=compiler-errors | bors | -517/+495 |