| Age | Commit message (Expand) | Author | Lines |
| 2023-12-02 | Update cargo | Weihang Lo | -0/+0 |
| 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 |
| 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 #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-12-01 | Rollup merge of #118483 - notriddle:notriddle/fmt-newline, r=GuillaumeGomez | Takayuki Maeda | -16/+8 |
| 2023-11-30 | Auto merge of #116892 - ojeda:rethunk, r=wesleywiser | bors | -0/+25 |
| 2023-11-30 | Add `-Zfunction-return={keep,thunk-extern}` option | Miguel Ojeda | -0/+25 |
| 2023-11-30 | Auto merge of #118448 - ZetaNumbers:link_arg_attribute, r=petrochenkov | bors | -0/+21 |
| 2023-11-30 | rustdoc: `div.where` instead of fmt-newline class | Michael Howell | -16/+8 |
| 2023-11-30 | Enable link-arg link kind inside of #[link] attribute | zetanumbers | -0/+21 |
| 2023-11-30 | Auto merge of #118036 - DianQK:thinlto-tests, r=tmiasko | bors | -15/+55 |
| 2023-11-30 | Add thinlto support to codegen, assembly and coverage tests | DianQK | -15/+55 |
| 2023-11-30 | Auto merge of #118473 - matthiaskrgr:rollup-q96bm3u, r=matthiaskrgr | bors | -36/+27 |
| 2023-11-30 | Rollup merge of #118458 - notriddle:notriddle/small-section-header, r=Guillau... | Matthias Krüger | -16/+16 |
| 2023-11-30 | Rollup merge of #118452 - notriddle:coloncolonspace, r=GuillaumeGomez,jsha | Matthias Krüger | -20/+11 |
| 2023-11-30 | Auto merge of #118408 - RalfJung:aggregate-assign-uninit, r=saethlin | bors | -0/+42 |
| 2023-11-29 | rustdoc: remove small from `small-section-header` | Michael Howell | -16/+16 |
| 2023-11-29 | rustdoc-search: replace TAB/NL/LF with SP first | Michael Howell | -10/+6 |
| 2023-11-29 | rustdoc-search: removed dead parser code | Michael Howell | -2/+0 |
| 2023-11-29 | rustdoc-search: allow `:: ` and ` ::` | Michael Howell | -8/+5 |
| 2023-11-29 | Auto merge of #118132 - onur-ozkan:stdlib-assertion-status-to-compiletest, r=... | bors | -2/+12 |
| 2023-11-29 | Rollup merge of #118438 - AkhilTThomas:patch-1, r=JohnTitor | Matthias Krüger | -4/+2 |
| 2023-11-29 | Rollup merge of #118428 - aDotInTheVoid:doc-cleanup, r=GuillaumeGomez | Matthias Krüger | -20/+21 |
| 2023-11-29 | Rollup merge of #118157 - Nadrieril:never_pat-feature-gate, r=compiler-errors | Matthias Krüger | -4/+14 |
| 2023-11-29 | Update nto-qnx.md | AkhilTThomas | -4/+2 |
| 2023-11-29 | Auto merge of #118433 - matthiaskrgr:rollup-fi9lrwg, r=matthiaskrgr | bors | -12/+12 |
| 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 | -4/+14 |
| 2023-11-29 | rustdoc: Move `AssocItemRender` and `RenderMode` to `html::render`. | Alona Enraght-Moony | -20/+21 |
| 2023-11-28 | Update cargo | Weihang Lo | -0/+0 |
| 2023-11-28 | Rollup merge of #118399 - mu001999:miri/cleanup, r=RalfJung | Matthias Krüger | -26/+0 |
| 2023-11-28 | Rollup merge of #118323 - onur-ozkan:better-error-for-incorrect-profiles, r=c... | Matthias Krüger | -0/+5 |
| 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 |
| 2023-11-27 | Rollup merge of #118384 - shepmaster:unused-tuple-struct-field-cleanup-rustdo... | Michael Goulet | -6/+3 |
| 2023-11-28 | Rework `ast::BinOpKind::to_string` and `ast::UnOp::to_string`. | Nicholas Nethercote | -12/+12 |
| 2023-11-27 | Auto merge of #117947 - Dirbaio:drop-llvm-15, r=cuviper | bors | -69/+5 |
| 2023-11-27 | Address unused tuple struct fields in rustdoc | Jake Goulding | -6/+3 |
| 2023-11-27 | Auto merge of #118365 - lnicola:sync-from-ra, r=lnicola | bors | -309/+1150 |