| Age | Commit message (Expand) | Author | Lines |
| 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 | -153/+177 |
| 2022-09-26 | Rollup merge of #101875 - fmease:allow-more-negative-copy-impls, r=lcnr | Matthias Krüger | -18/+94 |
| 2022-09-26 | Auto merge of #102051 - pietroalbini:pa-bootstrap-update, r=Mark-Simulacrum | bors | -1/+0 |
| 2022-09-26 | address review | b-naber | -154/+154 |
| 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 | -11/+35 |
| 2022-09-26 | Get rid of long exclude-list for Windows-only tests | Florian Bartels | -30/+8 |
| 2022-09-26 | remove cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2022-09-26 | Auto merge of #102224 - fee1-dead-contrib:const_trait_impl_specialization, r=... | bors | -0/+139 |
| 2022-09-26 | make invalid_value lint a bit smarter around enums | Ralf Jung | -76/+189 |
| 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 | 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 | 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 | -141/+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 | -2/+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 #102161 - compiler-errors:issue-102138, r=tmandry | Matthias Krüger | -0/+57 |
| 2022-09-25 | Rollup merge of #102016 - lcnr:given-OutlivesEnvironment, r=jackh726 | Matthias Krüger | -0/+50 |
| 2022-09-24 | Auto merge of #102040 - TaKO8Ki:separate-definitions-and-hir-owners, r=cjgillot | bors | -1/+3 |
| 2022-09-24 | Note the type when unable to drop values in compile time | Deadbeef | -139/+139 |
| 2022-09-24 | added tests | Deadbeef | -0/+84 |
| 2022-09-24 | Add test | Michael Goulet | -0/+11 |
| 2022-09-24 | Only record extra lifetime params for async trait fn with no body | Michael Goulet | -50/+4 |
| 2022-09-24 | Resolve async fn signature even without body (in trait) | Michael Goulet | -4/+96 |
| 2022-09-24 | separate definitions and `HIR` owners | Takayuki Maeda | -1/+3 |
| 2022-09-24 | Rollup merge of #102210 - notriddle:notriddle/did-you-mean, r=cjgillot | Matthias Krüger | -0/+51 |
| 2022-09-24 | Rollup merge of #102109 - petrochenkov:addids, r=oli-obk | Matthias Krüger | -2/+45 |
| 2022-09-24 | Auto merge of #102064 - cjgillot:revert, r=Mark-Simulacrum | bors | -74/+19 |
| 2022-09-24 | Allow specializing on const trait bounds | Deadbeef | -0/+55 |
| 2022-09-24 | Rollup merge of #102152 - compiler-errors:issue-102140, r=fee1-dead | Matthias Krüger | -0/+59 |
| 2022-09-24 | Rollup merge of #102082 - andrewpollack:uid-ignore, r=tmandry | Matthias Krüger | -0/+1 |
| 2022-09-24 | Rollup merge of #102081 - andrewpollack:add-execvp-calls-ignore, r=tmandry | Matthias Krüger | -0/+1 |
| 2022-09-24 | Auto merge of #102068 - cjgillot:erased-lifetime-print, r=eholk | bors | -27/+27 |
| 2022-09-23 | Add regression test for issue #100878 | inquisitivecrystal | -0/+8 |
| 2022-09-23 | diagnostics: avoid syntactically invalid suggestion in if conditionals | Michael Howell | -0/+51 |
| 2022-09-23 | Allow more !Copy impls | León Orell Valerian Liehr | -18/+94 |
| 2022-09-23 | Stabilize const `BTree{Map,Set}::new` | Nilstrieb | -2/+0 |
| 2022-09-23 | Bless 32bit ui. | Camille GILLOT | -8/+8 |
| 2022-09-23 | Always print '_, even for erased lifetimes. | Camille GILLOT | -19/+19 |
| 2022-09-23 | Rollup merge of #102137 - b-naber:lazy-const-val-conversion, r=lcnr | Matthias Krüger | -35/+6 |