| Age | Commit message (Expand) | Author | Lines |
| 2022-09-27 | Migrate more rustc_parse diagnostics to diagnostic structs | Xiretza | -4/+4 |
| 2022-09-27 | Migrate "invalid literal suffix" diagnostic to diagnostic structs | Xiretza | -18/+18 |
| 2022-09-27 | Migrate more diagnostics in rustc_parse to diagnostic structs | Xiretza | -2/+2 |
| 2022-09-27 | Allow raw identifiers to be used as fluent arguments | Xiretza | -0/+14 |
| 2022-09-27 | Auto merge of #102306 - lcnr:rustc_hir_analysis, r=compiler-errors | bors | -2/+2 |
| 2022-09-27 | rustc_typeck to rustc_hir_analysis | lcnr | -2/+2 |
| 2022-09-27 | Auto merge of #102314 - TaKO8Ki:add-label-to-struct-enum-union-ident, r=estebank | bors | -6/+67 |
| 2022-09-27 | Auto merge of #102189 - davidtwco:translation-derive-enums, r=compiler-errors | bors | -88/+119 |
| 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 | -6/+65 |
| 2022-09-26 | Rollup merge of #102325 - notriddle:notriddle/line-number, r=GuillaumeGomez | Michael Howell | -19/+19 |
| 2022-09-26 | Rollup merge of #102321 - aDotInTheVoid:rdj-prim-impls, r=GuillaumeGomez | Michael Howell | -1/+35 |
| 2022-09-26 | rustdoc: give `.line-number` / `.line-numbers` meaningful names | Michael Howell | -19/+19 |
| 2022-09-26 | Rollup merge of #102286 - compiler-errors:recover-semi-in-block-item, r=david... | Matthias Krüger | -4/+45 |
| 2022-09-26 | Rollup merge of #102273 - woppopo:relax_const_bound, r=fee1-dead | Matthias Krüger | -28/+40 |
| 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 | -209/+233 |
| 2022-09-26 | Rollup merge of #101875 - fmease:allow-more-negative-copy-impls, r=lcnr | Matthias Krüger | -18/+94 |
| 2022-09-26 | Rustdoc-Json: List impls for primitives | Nixon Enraght-Moony | -1/+35 |
| 2022-09-26 | Auto merge of #102051 - pietroalbini:pa-bootstrap-update, r=Mark-Simulacrum | bors | -5/+2 |
| 2022-09-26 | address review | b-naber | -210/+210 |
| 2022-09-26 | Auto merge of #102184 - chenyukang:fix-102087-add-binding-sugg, r=nagisa | bors | -0/+444 |
| 2022-09-26 | bless tests | b-naber | -17/+41 |
| 2022-09-26 | macros: support diagnostic derive on enums | David Wood | -88/+119 |
| 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 |
| 2022-09-26 | remove cfg(bootstrap) | Pietro Albini | -2/+0 |
| 2022-09-26 | Auto merge of #102224 - fee1-dead-contrib:const_trait_impl_specialization, r=... | bors | -0/+139 |
| 2022-09-26 | Auto merge of #102297 - fee1-dead-contrib:rollup-2np0cre, r=fee1-dead | bors | -2/+17 |
| 2022-09-26 | Rollup merge of #102197 - Nilstrieb:const-new-🌲, r=Mark-Simulacrum | fee1-dead | -2/+0 |
| 2022-09-26 | Rollup merge of #102143 - Rageking8:fix-101540, r=TaKO8Ki | fee1-dead | -0/+17 |
| 2022-09-26 | Allow `~const` bounds on non-const functions | woppopo | -28/+40 |
| 2022-09-26 | Rollup merge of #102280 - notriddle:notriddle/band, r=GuillaumeGomez | fee1-dead | -151/+151 |
| 2022-09-26 | Rollup merge of #102244 - compiler-errors:issue-102219, r=cjgillot | fee1-dead | -0/+10 |
| 2022-09-26 | Rollup merge of #101851 - Xiretza:diagnostic-derive-cleanups, r=davidtwco | fee1-dead | -176/+400 |
| 2022-09-26 | fix #102087, Suggest Default::default() when binding isn't initialized | yukang | -0/+444 |
| 2022-09-25 | Only generate closure def id for async fns with body | Michael Goulet | -0/+10 |
| 2022-09-25 | Recover some items that expect braces and don't take semicolons | Michael Goulet | -4/+45 |
| 2022-09-25 | Round offset to whole integer | Michael Howell | -2/+2 |
| 2022-09-25 | rustdoc: update test cases now that code-header is used without in-band | Michael Howell | -143/+143 |
| 2022-09-25 | rustdoc: clean up `.out-of-band`/`.in-band` CSS | Michael Howell | -8/+8 |
| 2022-09-25 | Auto merge of #95474 - oli-obk:tait_ub, r=jackh726 | bors | -29/+482 |
| 2022-09-25 | Auto merge of #102265 - fee1-dead-contrib:rollup-a7fccbg, r=fee1-dead | bors | -142/+191 |
| 2022-09-25 | Rollup merge of #102194 - fee1-dead-contrib:improve-const-drop, r=oli-obk | fee1-dead | -139/+139 |
| 2022-09-25 | Rollup merge of #101997 - cuviper:drop-legacy-pm, r=nikic | fee1-dead | -3/+2 |
| 2022-09-25 | Rollup merge of #101431 - compiler-errors:move-place-ty-for-move-place-sugg, ... | fee1-dead | -0/+50 |
| 2022-09-25 | Auto merge of #100865 - compiler-errors:parent-substs-still, r=cjgillot | bors | -11/+23 |
| 2022-09-25 | Rollup merge of #102216 - ehuss:rustdoc-diagnostic-width, r=notriddle | Matthias Krüger | -1/+1 |
| 2022-09-25 | Rollup merge of #102161 - compiler-errors:issue-102138, r=tmandry | Matthias Krüger | -0/+57 |