| Age | Commit message (Expand) | Author | Lines |
| 2023-01-06 | Report WF error for new solver too | Michael Goulet | -4/+4 |
| 2023-01-06 | Detect bindings assigned blocks without tail expressions in trait errors | Esteban Küber | -9/+65 |
| 2023-01-06 | Detect bindings assigned blocks without tail expressions | Esteban Küber | -0/+95 |
| 2023-01-05 | Detect closures assigned to binding in block | Esteban Küber | -24/+32 |
| 2023-01-05 | Correct detection of elided lifetimes in impl-trait. | Camille GILLOT | -0/+5 |
| 2023-01-05 | fix rebase | Esteban Küber | -3/+3 |
| 2023-01-05 | Explain error with `&mut self` for unsized trait impls | clubby789 | -0/+27 |
| 2023-01-05 | review comments: reword | Esteban Küber | -4/+4 |
| 2023-01-05 | Suggest changing argument on type error | Esteban Küber | -10/+28 |
| 2023-01-05 | Account for type error on method arg caused by earlier inference | Esteban Küber | -0/+27 |
| 2023-01-05 | Tweak output | Esteban Küber | -12/+124 |
| 2023-01-05 | review comments: do not always point at init expr | Esteban Küber | -98/+11 |
| 2023-01-05 | More eagerly resolve expr `ty`s before writing them | Esteban Küber | -23/+11 |
| 2023-01-05 | Skip macros to avoid talking about bindings the user can't see | Esteban Küber | -12/+3 |
| 2023-01-05 | Point at expressions where inference refines an unexpected type | Esteban Küber | -14/+140 |
| 2023-01-05 | Auto merge of #106487 - GuillaumeGomez:fix-kbd-var, r=notriddle | bors | -1/+1 |
| 2023-01-06 | Add regression test for #58355 | Yuki Okushi | -0/+20 |
| 2023-01-05 | Add vendor to Fuchsia's target triple | David Koloski | -2/+2 |
| 2023-01-05 | Update kbd GUI test | Guillaume Gomez | -1/+1 |
| 2023-01-05 | Auto merge of #106482 - compiler-errors:rollup-g7n1p39, r=compiler-errors | bors | -164/+224 |
| 2023-01-04 | Rollup merge of #106478 - estebank:tweak-fn-mismatch, r=compiler-errors | Michael Goulet | -133/+133 |
| 2023-01-04 | Rollup merge of #106385 - compiler-errors:new-solver-flag, r=jackh726 | Michael Goulet | -31/+31 |
| 2023-01-04 | Rollup merge of #105846 - compiler-errors:issue-105838, r=jackh726 | Michael Goulet | -0/+60 |
| 2023-01-05 | Auto merge of #105409 - compiler-errors:closure-infer-cycle, r=jackh726 | bors | -2/+111 |
| 2023-01-05 | Tweak wording of fn call with wrong number of args | Esteban Küber | -133/+133 |
| 2023-01-04 | cleanup: handle -Zmutable-noalias like -Zbox-noalias | Erik Desjardins | -0/+23 |
| 2023-01-04 | Rollup merge of #106460 - c410-f3r:moar-errors, r=compiler-errors | Matthias Krüger | -0/+0 |
| 2023-01-04 | Rollup merge of #106437 - notriddle:notriddle/http-url, r=GuillaumeGomez | Matthias Krüger | -2/+32 |
| 2023-01-04 | Rollup merge of #106412 - GuillaumeGomez:fix-links-to-primitive-rustdoc-json,... | Matthias Krüger | -0/+21 |
| 2023-01-04 | Rollup merge of #106391 - ardislu:fix-popover-child-link, r=GuillaumeGomez | Matthias Krüger | -0/+9 |
| 2023-01-04 | Move tests | Caio | -0/+0 |
| 2023-01-04 | Rename stock solver to classic | Michael Goulet | -1/+1 |
| 2023-01-04 | Update tests, etc | Michael Goulet | -31/+31 |
| 2023-01-04 | Auto merge of #106442 - matthiaskrgr:rollup-wivf7gh, r=matthiaskrgr | bors | -36/+221 |
| 2023-01-03 | Add hardcoded wait time for external navigation to load | Ardis Lu | -0/+1 |
| 2023-01-04 | Rollup merge of #106361 - clubby789:int-literal-too-large, r=estebank | Matthias Krüger | -24/+70 |
| 2023-01-04 | Rollup merge of #106292 - Nilstrieb:box-uninit-test, r=RalfJung | Matthias Krüger | -6/+22 |
| 2023-01-04 | Rollup merge of #106274 - jyn514:dump-mono-stats, r=lqd | Matthias Krüger | -1/+8 |
| 2023-01-04 | Rollup merge of #106200 - compiler-errors:suggest-impl-trait, r=estebank | Matthias Krüger | -5/+121 |
| 2023-01-04 | Auto merge of #104376 - compiler-errors:thin-metadata-implies-thin-ptr, r=wes... | bors | -0/+11 |
| 2023-01-03 | Add test case to click popover child link | Ardis Lu | -0/+8 |
| 2023-01-04 | Auto merge of #106432 - compiler-errors:rollup-lzj0lnp, r=compiler-errors | bors | -26/+33 |
| 2023-01-03 | rustdoc: fix buggy JS check for absolute URL | Michael Howell | -2/+32 |
| 2023-01-03 | Rollup merge of #106353 - lukas-code:reduce-red-lines-in-my-ide, r=wesleywiser | Michael Goulet | -26/+12 |
| 2023-01-03 | Rollup merge of #106157 - LeSeulArtichaut:106126-thir-unsafeck-good-path-bug-... | Michael Goulet | -0/+21 |
| 2023-01-04 | layout_of: `T: Thin` implies `sizeof(&T) == sizeof(usize)` | Michael Goulet | -0/+11 |
| 2023-01-04 | Restore Fn trait note | Michael Goulet | -2/+14 |
| 2023-01-03 | Suggest more impl Trait on `-> _` | Michael Goulet | -7/+111 |
| 2023-01-03 | Auto merge of #105712 - amg98:feat/vita-support, r=wesleywiser | bors | -1/+1 |
| 2023-01-03 | Add note about wrapping in braces | kadmin | -0/+51 |