| Age | Commit message (Expand) | Author | Lines |
| 2023-01-05 | Correct detection of elided lifetimes in impl-trait. | Camille GILLOT | -2/+9 |
| 2023-01-05 | fix rebase | Esteban Küber | -9/+7 |
| 2023-01-05 | Explain error with `&mut self` for unsized trait impls | clubby789 | -11/+43 |
| 2023-01-05 | review comments: reword | Esteban Küber | -5/+5 |
| 2023-01-05 | review comment: potentially produce more suggestions for arg type mismatch | Esteban Küber | -2/+2 |
| 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 | -1/+42 |
| 2023-01-05 | Use `BottomUpFolder` | Esteban Küber | -40/+19 |
| 2023-01-05 | Formatting | Esteban Küber | -127/+135 |
| 2023-01-05 | Tweak output | Esteban Küber | -59/+242 |
| 2023-01-05 | review comments: do not always point at init expr | Esteban Küber | -98/+14 |
| 2023-01-05 | More eagerly resolve expr `ty`s before writing them | Esteban Küber | -23/+12 |
| 2023-01-05 | Skip macros to avoid talking about bindings the user can't see | Esteban Küber | -13/+4 |
| 2023-01-05 | Point at expressions where inference refines an unexpected type | Esteban Küber | -17/+299 |
| 2023-01-05 | Better phrasing for hygiene of include macro | Gijs Burghoorn | -4/+5 |
| 2023-01-05 | Auto merge of #106487 - GuillaumeGomez:fix-kbd-var, r=notriddle | bors | -2/+2 |
| 2023-01-06 | Add regression test for #58355 | Yuki Okushi | -0/+20 |
| 2023-01-05 | Add vendor to Fuchsia's target triple | David Koloski | -89/+89 |
| 2023-01-05 | Add `INTEGER` and `FLOAT` flags for type variables | Ryo Yoshida | -1/+9 |
| 2023-01-05 | Store diverging flag for type variables as bitflags | Ryo Yoshida | -15/+19 |
| 2023-01-05 | Auto merge of #106406 - nikic:update-llvm-11, r=cuviper | bors | -0/+0 |
| 2023-01-05 | Update kbd GUI test | Guillaume Gomez | -1/+1 |
| 2023-01-05 | Fix --kbd-color variable name in rustdoc.css | Guillaume Gomez | -1/+1 |
| 2023-01-05 | Auto merge of #106404 - tmiasko:dedup-box-derefs, r=wesleywiser | bors | -5/+2 |
| 2023-01-05 | Auto merge of #106482 - compiler-errors:rollup-g7n1p39, r=compiler-errors | bors | -392/+478 |
| 2023-01-04 | Rollup merge of #106478 - estebank:tweak-fn-mismatch, r=compiler-errors | Michael Goulet | -146/+143 |
| 2023-01-04 | Rollup merge of #106464 - djkoloski:update_fuchsia_platform_support_docs, r=t... | Michael Goulet | -0/+3 |
| 2023-01-04 | Rollup merge of #106462 - notriddle:notriddle/logo-container-sidebar, r=Guill... | Michael Goulet | -18/+15 |
| 2023-01-04 | Rollup merge of #106403 - compiler-errors:rename-hir-methods, r=cjgillot | Michael Goulet | -177/+168 |
| 2023-01-04 | Rollup merge of #106385 - compiler-errors:new-solver-flag, r=jackh726 | Michael Goulet | -48/+78 |
| 2023-01-04 | Rollup merge of #105846 - compiler-errors:issue-105838, r=jackh726 | Michael Goulet | -3/+71 |
| 2023-01-05 | Auto merge of #105409 - compiler-errors:closure-infer-cycle, r=jackh726 | bors | -10/+162 |
| 2023-01-05 | Tweak wording of fn call with wrong number of args | Esteban Küber | -146/+143 |
| 2023-01-05 | Improve fluent error messages | mejrs | -67/+180 |
| 2023-01-05 | Auto merge of #106472 - matthiaskrgr:rollup-4w4v50e, r=matthiaskrgr | bors | -104/+150 |
| 2023-01-04 | cleanup: handle -Zmutable-noalias like -Zbox-noalias | Erik Desjardins | -28/+31 |
| 2023-01-04 | Update rand in the stdlib tests, and remove the getrandom feature from it | Thom Chiovoloni | -480/+508 |
| 2023-01-04 | Rollup merge of #106461 - notriddle:notriddle/window-searchstate-focus, r=Gui... | Matthias Krüger | -1/+1 |
| 2023-01-04 | Rollup merge of #106460 - c410-f3r:moar-errors, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2023-01-04 | Rollup merge of #106451 - Zeegomo:merge-borrowck-access, r=estebank | Matthias Krüger | -37/+11 |
| 2023-01-04 | Rollup merge of #106437 - notriddle:notriddle/http-url, r=GuillaumeGomez | Matthias Krüger | -3/+33 |
| 2023-01-04 | Rollup merge of #106412 - GuillaumeGomez:fix-links-to-primitive-rustdoc-json,... | Matthias Krüger | -8/+44 |
| 2023-01-04 | Rollup merge of #106398 - jyn514:fix-clippy, r=thomcc | Matthias Krüger | -51/+51 |
| 2023-01-04 | Rollup merge of #106391 - ardislu:fix-popover-child-link, r=GuillaumeGomez | Matthias Krüger | -3/+9 |
| 2023-01-04 | Use FxIndexSet when updating obligation causes in adjust_fulfillment_errors_f... | Michael Goulet | -2/+9 |
| 2023-01-04 | Auto merge of #106224 - bjorn3:staticlib_fixes, r=wesleywiser | bors | -85/+81 |
| 2023-01-04 | Update Fuchsia walkthrough with new configs | David Koloski | -0/+3 |
| 2023-01-04 | Remove unused match pattern for primitive types | Guillaume Gomez | -1/+1 |
| 2023-01-04 | rustdoc: remove unnecessary wrapper around sidebar and mobile logos | Michael Howell | -18/+15 |
| 2023-01-04 | docs: fix broken link "search bar" | Michael Howell | -1/+1 |