| Age | Commit message (Expand) | Author | Lines |
| 2022-12-28 | Allow trait method paths to satisfy const Fn bounds | Deadbeef | -0/+61 |
| 2022-12-28 | Rollup merge of #106201 - estebank:verbose-transparent, r=compiler-errors | fee1-dead | -0/+21 |
| 2022-12-28 | Rollup merge of #105484 - nbdd0121:upcast, r=compiler-errors | fee1-dead | -0/+93 |
| 2022-12-28 | Rollup merge of #105347 - estebank:single-line-match, r=compiler-errors | fee1-dead | -0/+15 |
| 2022-12-28 | Rollup merge of #104024 - noeddl:unused-must-use, r=compiler-errors | fee1-dead | -1/+1 |
| 2022-12-27 | Trim more paths in obligation types | Esteban Küber | -7/+7 |
| 2022-12-27 | Emit fewer errors on invalid `#[repr(transparent)]` on `enum` | Esteban Küber | -0/+21 |
| 2022-12-27 | Silence knock-down errors on `[type error]` bindings | Esteban Küber | -134/+70 |
| 2022-12-27 | Account for `match` expr in single line | Esteban Küber | -0/+15 |
| 2022-12-27 | Shorten type in note | Esteban Küber | -3/+3 |
| 2022-12-27 | rustdoc: combine common sidebar background color CSS rules | Michael Howell | -1/+90 |
| 2022-12-27 | Auto merge of #106193 - compiler-errors:rollup-0l54wka, r=compiler-errors | bors | -8/+524 |
| 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 | Auto merge of #97176 - kraktus:cmd_debug, r=the8472 | bors | -21/+0 |
| 2022-12-27 | More tests | Michael Goulet | -0/+34 |
| 2022-12-27 | Restore cyclic closure message | Michael Goulet | -16/+16 |
| 2022-12-27 | Don't deduce a signature that makes a closure cyclic | Michael Goulet | -16/+91 |
| 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 | Fix ui constant tests for big-endian platforms | Ulrich Weigand | -1130/+1716 |
| 2022-12-27 | Auto merge of #106177 - matthiaskrgr:rollup-oe7z8ix, r=matthiaskrgr | bors | -0/+100 |
| 2022-12-27 | More verbose `Debug` implementation of `std::process:Command` | kraktus | -21/+0 |
| 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 some totally useless suggestions | Michael Goulet | -12/+2 |
| 2022-12-27 | Dont clobber `as ..` rename in import suggestion | Michael Goulet | -2/+43 |
| 2022-12-27 | Recover `fn` keyword as `Fn` trait in bounds | Michael Goulet | -74/+90 |
| 2022-12-27 | Note alternative import candidates in nested use tree | Michael Goulet | -4/+38 |
| 2022-12-27 | Suppress suggestions for nested use tree | Michael Goulet | -0/+23 |
| 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 | Suggest `impl Iterator` when possible for `_` return type | Esteban Küber | -1/+30 |
| 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 |