| Age | Commit message (Expand) | Author | Lines |
| 2023-12-02 | Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`. | Nicholas Nethercote | -19/+19 |
| 2023-12-01 | Auto merge of #118472 - nnethercote:rustc_session, r=bjorn3 | bors | -1/+1 |
| 2023-11-30 | Auto merge of #116892 - ojeda:rethunk, r=wesleywiser | bors | -0/+107 |
| 2023-11-30 | Auto merge of #117805 - estebank:arg-fn-mismatch, r=petrochenkov | bors | -43/+80 |
| 2023-11-30 | Add `-Zfunction-return={keep,thunk-extern}` option | Miguel Ojeda | -0/+107 |
| 2023-11-30 | Auto merge of #118448 - ZetaNumbers:link_arg_attribute, r=petrochenkov | bors | -25/+76 |
| 2023-11-30 | Enable link-arg link kind inside of #[link] attribute | zetanumbers | -25/+76 |
| 2023-11-30 | Auto merge of #118036 - DianQK:thinlto-tests, r=tmiasko | bors | -0/+32 |
| 2023-11-30 | Add thinlto support to codegen, assembly and coverage tests | DianQK | -0/+32 |
| 2023-11-30 | Rollup merge of #118458 - notriddle:notriddle/small-section-header, r=Guillau... | Matthias Krüger | -47/+47 |
| 2023-11-30 | Rollup merge of #118453 - estebank:priv-fields, r=compiler-errors | Matthias Krüger | -6/+6 |
| 2023-11-30 | Rollup merge of #118452 - notriddle:coloncolonspace, r=GuillaumeGomez,jsha | Matthias Krüger | -31/+88 |
| 2023-11-30 | Sort `PRINT_KINDS`. | Nicholas Nethercote | -1/+1 |
| 2023-11-30 | Auto merge of #118379 - compiler-errors:const-params-for-partialeq, r=fee1-dead | bors | -45/+13 |
| 2023-11-29 | rustdoc: remove small from `small-section-header` | Michael Howell | -47/+47 |
| 2023-11-29 | review comments and rebase fixes | Esteban Küber | -2/+2 |
| 2023-11-29 | On Fn arg mismatch for a fn path, suggest a closure | Esteban Küber | -43/+80 |
| 2023-11-29 | Avoid unnecessary pattern parse errors on `ref box` | Esteban Küber | -24/+2 |
| 2023-11-29 | fix rebase | Esteban Küber | -2/+24 |
| 2023-11-29 | Always emit help when failing to parse enum variant | Esteban Küber | -0/+4 |
| 2023-11-29 | Fix tidy | Esteban Küber | -2/+15 |
| 2023-11-29 | Fix test and move to more appropriate directory | Esteban Küber | -37/+63 |
| 2023-11-29 | Change how `for (x in foo) {}` is handled | Esteban Küber | -24/+79 |
| 2023-11-29 | Account for `(pat if expr) => {}` | Esteban Küber | -8/+25 |
| 2023-11-29 | Change enum parse recovery | Esteban Küber | -13/+9 |
| 2023-11-29 | Bubble parse error when expecting `)` | Esteban Küber | -51/+22 |
| 2023-11-29 | More accurate span for unnecessary parens suggestion | Esteban Küber | -1/+1 |
| 2023-11-29 | When parsing patterns, bubble all errors except reserved idents that aren't l... | Esteban Küber | -6/+208 |
| 2023-11-29 | Make `parse_pat_ident` not recover bad name | Esteban Küber | -273/+14 |
| 2023-11-29 | Tweak message on ADT with private fields building | Esteban Küber | -6/+6 |
| 2023-11-29 | rustdoc-search: replace TAB/NL/LF with SP first | Michael Howell | -13/+22 |
| 2023-11-29 | rustdoc-search: removed dead parser code | Michael Howell | -0/+9 |
| 2023-11-29 | rustdoc-search: allow `:: ` and ` ::` | Michael Howell | -18/+57 |
| 2023-11-29 | Rollup merge of #118426 - aDotInTheVoid:const-wat, r=compiler-errors,cjgillot | Matthias Krüger | -0/+67 |
| 2023-11-29 | Rollup merge of #118333 - eduardosm:print-missing-target-features, r=est31 | Matthias Krüger | -47/+129 |
| 2023-11-29 | Rollup merge of #118191 - estebank:let-chain-typo, r=compiler-errors | Matthias Krüger | -10/+23 |
| 2023-11-29 | Rollup merge of #118157 - Nadrieril:never_pat-feature-gate, r=compiler-errors | Matthias Krüger | -0/+221 |
| 2023-11-29 | Auto merge of #118433 - matthiaskrgr:rollup-fi9lrwg, r=matthiaskrgr | bors | -51/+32 |
| 2023-11-29 | Rollup merge of #118429 - cuviper:its-arguments, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2023-11-29 | Rollup merge of #118413 - chenyukang:yukang-fix-118145-unwrap-for-shorthand, ... | Matthias Krüger | -0/+303 |
| 2023-11-29 | Rollup merge of #118342 - compiler-errors:macro-generic-bang, r=estebank | Matthias Krüger | -0/+13 |
| 2023-11-29 | Rollup merge of #118422 - tmiasko:mix, r=compiler-errors | Matthias Krüger | -0/+24 |
| 2023-11-29 | Rollup merge of #118419 - compiler-errors:await-span2, r=cjgillot | Matthias Krüger | -51/+8 |
| 2023-11-29 | Add `never_patterns` feature gate | Nadrieril | -0/+221 |
| 2023-11-28 | Fix a typo in a `format_args!` note | Josh Stone | -2/+2 |
| 2023-11-29 | Auto merge of #114841 - bvanjoi:fix-114814, r=cuviper | bors | -4/+81 |
| 2023-11-29 | More fix on mismatched type suggestion for shorthand fields | yukang | -0/+234 |
| 2023-11-28 | Rename and add another test | Alona Enraght-Moony | -3/+30 |
| 2023-11-28 | Auto merge of #118412 - matthiaskrgr:rollup-ghzhti2, r=matthiaskrgr | bors | -1/+1 |
| 2023-11-28 | ConstProp: Remove const when rvalue check fails. | Alona Enraght-Moony | -2/+1 |