| Age | Commit message (Expand) | Author | Lines |
| 2022-12-27 | Rollup merge of #106064 - lukas-code:outlives-macro, r=cjgillot | Michael Goulet | -8/+350 |
| 2022-12-27 | Rollup merge of #105965 - compiler-errors:issue-105896, r=cjgillot | Michael Goulet | -0/+35 |
| 2022-12-27 | Rollup merge of #105852 - compiler-errors:hex-float-lit, r=cjgillot | Michael Goulet | -0/+61 |
| 2022-12-27 | Rollup merge of #105765 - estebank:range-typo, r=compiler-errors | Michael Goulet | -0/+78 |
| 2022-12-27 | Make resolve suggestion more generic | Esteban Küber | -1/+1 |
| 2022-12-27 | review comments: make suggestion more accurate | Esteban Küber | -20/+31 |
| 2022-12-27 | Provide local extern function arg names | Michael Goulet | -0/+35 |
| 2022-12-27 | Suggest rewriting a malformed hex literal if we expect a float | Michael Goulet | -0/+61 |
| 2022-12-27 | Rollup merge of #106066 - JohnTitor:rm-bindings-after-at-fixme, r=compiler-er... | Matthias Krüger | -23/+75 |
| 2022-12-27 | Rollup merge of #105994 - JohnTitor:issue-99647, r=compiler-errors | Matthias Krüger | -0/+15 |
| 2022-12-27 | Rollup merge of #105817 - chenyukang:yukang/fix-105788-sugg-for-auto-trait, r... | Matthias Krüger | -14/+5 |
| 2022-12-27 | Auto merge of #106177 - matthiaskrgr:rollup-oe7z8ix, r=matthiaskrgr | bors | -0/+100 |
| 2022-12-27 | Rollup merge of #106150 - estebank:issue-39232, r=compiler-errors | Matthias Krüger | -0/+94 |
| 2022-12-27 | Rollup merge of #105515 - estebank:issue-104141, r=oli-obk | Matthias Krüger | -0/+6 |
| 2022-12-27 | Auto merge of #106095 - estebank:pin-mut-reborrow, r=compiler-errors | bors | -13/+146 |
| 2022-12-27 | fix #105788, Remove unreasonable help message for auto trait | yukang | -14/+5 |
| 2022-12-26 | Detect likely `.` -> `..` typo in method calls | Esteban Küber | -0/+67 |
| 2022-12-26 | Auto merge of #103020 - lyming2007:issue-102598-fix, r=jackh726 | bors | -0/+51 |
| 2022-12-26 | Fix suggestion when there are arguments in the method | Esteban Küber | -0/+48 |
| 2022-12-26 | Tweak wording | Esteban Küber | -2/+5 |
| 2022-12-26 | Detect when method call on LHS might be shadowed | Esteban Küber | -0/+43 |
| 2022-12-27 | Rollup merge of #106153 - GuillaumeGomez:search-tabs-headers, r=notriddle | fee1-dead | -0/+76 |
| 2022-12-26 | address review comments + better tests | Lukas Markeffsky | -43/+322 |
| 2022-12-26 | Add GUI test for search tab headers | Guillaume Gomez | -0/+76 |
| 2022-12-26 | Auto merge of #103828 - cassaundra:fix-format-args-span2, r=cjgillot | bors | -0/+28 |
| 2022-12-26 | Auto merge of #105605 - inquisitivecrystal:attr-validation, r=cjgillot | bors | -0/+39 |
| 2022-12-25 | Remove redundant clone suggestion | Esteban Küber | -24/+0 |
| 2022-12-25 | Create new inference context | Esteban Küber | -1/+61 |
| 2022-12-25 | Auto merge of #106143 - matthiaskrgr:rollup-3kpy1dc, r=matthiaskrgr | bors | -74/+87 |
| 2022-12-25 | Rollup merge of #106140 - GuillaumeGomez:migrate-links-color, r=notriddle | Matthias Krüger | -74/+87 |
| 2022-12-25 | Auto merge of #105997 - RalfJung:immediate-abort, r=eholk | bors | -26/+46 |
| 2022-12-25 | Migrate links-color.goml to functions | Guillaume Gomez | -74/+87 |
| 2022-12-25 | fix codegen test | Ralf Jung | -8/+8 |
| 2022-12-25 | Auto merge of #105701 - RedDocMD:bug-105634, r=cjgillot | bors | -0/+8 |
| 2022-12-25 | Auto merge of #106132 - kadiwa4:typos, r=compiler-errors | bors | -4/+4 |
| 2022-12-25 | fix some typos | KaDiWa | -4/+4 |
| 2022-12-24 | Auto merge of #106110 - GuillaumeGomez:toggle-line-background, r=notriddle | bors | -4/+40 |
| 2022-12-24 | Auto merge of #105085 - oli-obk:stop_promoting_all_the_things, r=RalfJung | bors | -0/+413 |
| 2022-12-24 | Rollup merge of #106109 - notriddle:notriddle/source-lines, r=GuillaumeGomez | Matthias Krüger | -14/+44 |
| 2022-12-24 | Rollup merge of #106100 - scottmcm:derived-less-than-test, r=compiler-errors | Matthias Krüger | -0/+49 |
| 2022-12-24 | Rollup merge of #105872 - chenyukang:yukang/fix-105494-remove-method-call, r=... | Matthias Krüger | -0/+76 |
| 2022-12-24 | ignore some targets | Ralf Jung | -0/+2 |
| 2022-12-24 | Extend GUI test for toggle-line background | Guillaume Gomez | -4/+40 |
| 2022-12-23 | rustdoc: make line number CSS for doc comment and scraped the same | Michael Howell | -14/+44 |
| 2022-12-24 | Rollup merge of #106069 - notriddle:notriddle/search-tabs, r=GuillaumeGomez | Matthias Krüger | -39/+40 |
| 2022-12-24 | Rollup merge of #105970 - Ezrashaw:add-docs+test-e0462, r=GuillaumeGomez | Matthias Krüger | -0/+28 |
| 2022-12-23 | Codegen test for derived `<` on trivial newtype [TEST ONLY] | Scott McMurray | -0/+49 |
| 2022-12-23 | Verify receiver is of `self: Pin<&mut Self>` | Esteban Küber | -4/+0 |
| 2022-12-23 | Suggest `.clone()` on method call move errors | Esteban Küber | -0/+44 |
| 2022-12-23 | Suggest `Pin::as_mut` when encountering borrow error | Esteban Küber | -0/+57 |