| Age | Commit message (Expand) | Author | Lines |
| 2022-09-27 | Flatten if-let and match into one. | Mara Bos | -19/+14 |
| 2022-09-27 | Move enum definition closer to its usage. | Mara Bos | -5/+5 |
| 2022-09-27 | Use if let chain. | Mara Bos | -4/+2 |
| 2022-09-27 | Tweak comments. | Mara Bos | -2/+2 |
| 2022-09-27 | Prefer new_v1_formatted instead of new_v1 with duplicates. | Mara Bos | -36/+33 |
| 2022-09-27 | Fix typo. | Mara Bos | -1/+1 |
| 2022-09-27 | Move FormatArgs structure to its own module. | Mara Bos | -163/+172 |
| 2022-09-27 | Rewrite and refactor format_args!() builtin macro. | Mara Bos | -1287/+1160 |
| 2022-09-27 | Auto merge of #102314 - TaKO8Ki:add-label-to-struct-enum-union-ident, r=estebank | bors | -15/+29 |
| 2022-09-27 | Auto merge of #102189 - davidtwco:translation-derive-enums, r=compiler-errors | bors | -220/+252 |
| 2022-09-27 | add a label to struct/enum/union ident name | Takayuki Maeda | -10/+26 |
| 2022-09-27 | create a new local var | Takayuki Maeda | -5/+3 |
| 2022-09-26 | Auto merge of #102324 - matthiaskrgr:rollup-6l70oz3, r=matthiaskrgr | bors | -50/+124 |
| 2022-09-26 | Rollup merge of #102286 - compiler-errors:recover-semi-in-block-item, r=david... | Matthias Krüger | -7/+33 |
| 2022-09-26 | Rollup merge of #102273 - woppopo:relax_const_bound, r=fee1-dead | Matthias Krüger | -4/+3 |
| 2022-09-26 | Rollup merge of #101996 - b-naber:binder-print, r=lcnr | Matthias Krüger | -27/+82 |
| 2022-09-26 | Rollup merge of #101875 - fmease:allow-more-negative-copy-impls, r=lcnr | Matthias Krüger | -12/+6 |
| 2022-09-26 | Auto merge of #102257 - cjgillot:let-else-lint, r=dingxiangfei2009 | bors | -16/+27 |
| 2022-09-26 | Auto merge of #102051 - pietroalbini:pa-bootstrap-update, r=Mark-Simulacrum | bors | -71/+13 |
| 2022-09-26 | address review | b-naber | -3/+4 |
| 2022-09-26 | Auto merge of #102184 - chenyukang:fix-102087-add-binding-sugg, r=nagisa | bors | -0/+70 |
| 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 | -220/+252 |
| 2022-09-26 | remove cfg(bootstrap) | Pietro Albini | -61/+3 |
| 2022-09-26 | replace stabilization placeholders | Pietro Albini | -10/+10 |
| 2022-09-26 | Auto merge of #102224 - fee1-dead-contrib:const_trait_impl_specialization, r=... | bors | -7/+4 |
| 2022-09-26 | Auto merge of #102297 - fee1-dead-contrib:rollup-2np0cre, r=fee1-dead | bors | -55/+18 |
| 2022-09-26 | Rollup merge of #102270 - Nilstrieb:delete-useless-benches, r=TaKO8Ki | fee1-dead | -54/+0 |
| 2022-09-26 | Rollup merge of #102197 - Nilstrieb:const-new-🌲, r=Mark-Simulacrum | fee1-dead | -1/+1 |
| 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 | -4/+3 |
| 2022-09-26 | Auto merge of #102292 - fee1-dead-contrib:rollup-61ptdkt, r=fee1-dead | bors | -596/+525 |
| 2022-09-26 | Rollup merge of #102244 - compiler-errors:issue-102219, r=cjgillot | fee1-dead | -10/+13 |
| 2022-09-26 | Rollup merge of #101851 - Xiretza:diagnostic-derive-cleanups, r=davidtwco | fee1-dead | -586/+512 |
| 2022-09-26 | Auto merge of #101785 - jyn514:query-struct-fn-ptrs, r=cjgillot | bors | -56/+95 |
| 2022-09-26 | fix #102087, Suggest Default::default() when binding isn't initialized | yukang | -0/+70 |
| 2022-09-25 | Only lower async fn body if it actually has a body | Michael Goulet | -7/+6 |
| 2022-09-25 | Only generate closure def id for async fns with body | Michael Goulet | -3/+7 |
| 2022-09-25 | Recover some items that expect braces and don't take semicolons | Michael Goulet | -7/+33 |
| 2022-09-25 | Auto merge of #101710 - jyn514:move-dep-kind-node, r=cjgillot | bors | -147/+135 |
| 2022-09-25 | Auto merge of #95474 - oli-obk:tait_ub, r=jackh726 | bors | -125/+215 |
| 2022-09-25 | Move the `codegen_unit` debug assert from `rustc_query_system` to `query_impl` | Joshua Nelson | -24/+18 |
| 2022-09-25 | Move some more code from rustc_middle to rustc_query_system | Joshua Nelson | -14/+13 |
| 2022-09-25 | Move functions on `DepKindStruct` from rustc_middle to rustc_query_system | Joshua Nelson | -71/+64 |
| 2022-09-25 | Move `DepKindStruct` from rustc_middle to rustc_query_system | Joshua Nelson | -63/+65 |
| 2022-09-25 | Remove benches from `rustc_middle` | Nilstrieb | -54/+0 |
| 2022-09-25 | Use function pointers instead of macro-unrolled loops in rustc_query_impl | Joshua Nelson | -56/+95 |
| 2022-09-25 | Auto merge of #102265 - fee1-dead-contrib:rollup-a7fccbg, r=fee1-dead | bors | -697/+50 |
| 2022-09-25 | Rollup merge of #102194 - fee1-dead-contrib:improve-const-drop, r=oli-obk | fee1-dead | -11/+19 |
| 2022-09-25 | Rollup merge of #101997 - cuviper:drop-legacy-pm, r=nikic | fee1-dead | -680/+25 |