| Age | Commit message (Expand) | Author | Lines |
| 2022-09-27 | Migrate "expected semicolon" diagnostics to diagnostic structs | Xiretza | -16/+82 |
| 2022-09-27 | Migrate "expected identifier" diagnostics to diagnostic structs | Xiretza | -43/+170 |
| 2022-09-27 | Rework "inner attribute not permitted" errors | Xiretza | -59/+87 |
| 2022-09-27 | Remove error condition in parse_attribute | Xiretza | -25/+12 |
| 2022-09-27 | Migrate more rustc_parse diagnostics to diagnostic structs | Xiretza | -160/+192 |
| 2022-09-27 | Move rustc_parse diagnostic structs to separate module | Xiretza | -811/+819 |
| 2022-09-27 | Migrate "invalid literal suffix" diagnostic to diagnostic structs | Xiretza | -65/+83 |
| 2022-09-27 | Migrate more diagnostics in rustc_parse to diagnostic structs | Xiretza | -220/+465 |
| 2022-09-27 | Allow raw identifiers to be used as fluent arguments | Xiretza | -0/+19 |
| 2022-09-27 | Implement IntoDiagnosticArg for rustc_ast::Path | Xiretza | -0/+12 |
| 2022-09-27 | Migrate rustc_session::expr_parentheses_needed to Subdiagnostic struct | Xiretza | -7/+22 |
| 2022-09-27 | Auto merge of #102306 - lcnr:rustc_hir_analysis, r=compiler-errors | bors | -102/+101 |
| 2022-09-27 | rustc_typeck to rustc_hir_analysis | lcnr | -102/+101 |
| 2022-09-27 | Auto merge of #102314 - TaKO8Ki:add-label-to-struct-enum-union-ident, r=estebank | bors | -21/+96 |
| 2022-09-27 | Auto merge of #102189 - davidtwco:translation-derive-enums, r=compiler-errors | bors | -308/+371 |
| 2022-09-27 | Auto merge of #102331 - notriddle:rollup-dmefd2d, r=notriddle | bors | -70/+116 |
| 2022-09-27 | fix a ui test | Takayuki Maeda | -0/+2 |
| 2022-09-27 | add a label to struct/enum/union ident name | Takayuki Maeda | -16/+91 |
| 2022-09-27 | create a new local var | Takayuki Maeda | -5/+3 |
| 2022-09-26 | Auto merge of #102283 - GuillaumeGomez:option-code-example-unwrap-or-default,... | bors | -12/+4 |
| 2022-09-26 | Rollup merge of #102326 - yancyribbens:splin-mut-doc-change, r=thomcc | Michael Howell | -1/+1 |
| 2022-09-26 | Rollup merge of #102325 - notriddle:notriddle/line-number, r=GuillaumeGomez | Michael Howell | -47/+47 |
| 2022-09-26 | Rollup merge of #102322 - sigaloid:master, r=GuillaumeGomez | Michael Howell | -0/+7 |
| 2022-09-26 | Rollup merge of #102321 - aDotInTheVoid:rdj-prim-impls, r=GuillaumeGomez | Michael Howell | -13/+60 |
| 2022-09-26 | Rollup merge of #102319 - notriddle:notriddle/td-th, r=GuillaumeGomez | Michael Howell | -9/+1 |
| 2022-09-26 | Rollup merge of #102283 - GuillaumeGomez:option-code-example-unwrap-or-defaul... | Michael Howell | -12/+4 |
| 2022-09-26 | Auto merge of #102324 - matthiaskrgr:rollup-6l70oz3, r=matthiaskrgr | bors | -309/+544 |
| 2022-09-26 | rustdoc: simplify example-line-numbers CSS selector | Michael Howell | -4/+4 |
| 2022-09-26 | rustdoc: give `.line-number` / `.line-numbers` meaningful names | Michael Howell | -47/+47 |
| 2022-09-26 | rustdoc: Update doc comment for splitn_mut to include mutable in the description | yancy | -1/+1 |
| 2022-09-26 | Rollup merge of #102286 - compiler-errors:recover-semi-in-block-item, r=david... | Matthias Krüger | -11/+78 |
| 2022-09-26 | Rollup merge of #102273 - woppopo:relax_const_bound, r=fee1-dead | Matthias Krüger | -32/+43 |
| 2022-09-26 | Rollup merge of #102181 - inquisitivecrystal:issue-100878-test, r=Mark-Simula... | Matthias Krüger | -0/+8 |
| 2022-09-26 | Rollup merge of #101996 - b-naber:binder-print, r=lcnr | Matthias Krüger | -236/+315 |
| 2022-09-26 | Rollup merge of #101875 - fmease:allow-more-negative-copy-impls, r=lcnr | Matthias Krüger | -30/+100 |
| 2022-09-26 | Auto merge of #102257 - cjgillot:let-else-lint, r=dingxiangfei2009 | bors | -16/+27 |
| 2022-09-26 | Rustdoc-Json: List impls for primitives | Nixon Enraght-Moony | -13/+60 |
| 2022-09-26 | Document that Display entails ToString | Matthew Esposito | -0/+7 |
| 2022-09-26 | rustdoc: merge `table { border-collapse } into `.docblock table` | Michael Howell | -4/+1 |
| 2022-09-26 | rustdoc: remove unneeded CSS `td, th { padding 0 }` | Michael Howell | -5/+0 |
| 2022-09-26 | Auto merge of #102051 - pietroalbini:pa-bootstrap-update, r=Mark-Simulacrum | bors | -1678/+385 |
| 2022-09-26 | address review | b-naber | -213/+214 |
| 2022-09-26 | Auto merge of #102184 - chenyukang:fix-102087-add-binding-sugg, r=nagisa | bors | -0/+514 |
| 2022-09-26 | bless tests | b-naber | -17/+41 |
| 2022-09-26 | don't duplicate late-bound region names in print of Binder | b-naber | -27/+81 |
| 2022-09-26 | macros: support diagnostic derive on enums | David Wood | -308/+371 |
| 2022-09-26 | Improve code example for Option::unwrap_or_default | Guillaume Gomez | -12/+4 |
| 2022-09-26 | actually fix line number | Pietro Albini | -2/+2 |
| 2022-09-26 | fix line number in expected test output | Pietro Albini | -2/+2 |
| 2022-09-26 | applease tidy | Pietro Albini | -1/+0 |