| Age | Commit message (Expand) | Author | Lines |
| 2022-07-31 | Improve `cannot move out of` error message | Obei Sideg | -24/+24 |
| 2022-07-31 | Rollup merge of #99974 - TaKO8Ki:suggest-removing-semicolon-and-boxing-the-ex... | Dylan DPC | -0/+200 |
| 2022-07-31 | Rollup merge of #99741 - compiler-errors:copy-impl-impl-generics, r=fee1-dead | Dylan DPC | -0/+95 |
| 2022-07-31 | add a test to check if `suggest_remove_semi_or_return_binding` is working wel... | Takayuki Maeda | -0/+200 |
| 2022-07-30 | Rollup merge of #99891 - compiler-errors:suggest-slicing-carefully, r=oli-obk | Yuki Okushi | -1/+17 |
| 2022-07-30 | Rollup merge of #99671 - TaKO8Ki:suggest-dereferencing-index, r=compiler-errors | Yuki Okushi | -0/+31 |
| 2022-07-29 | Adjust an expr span to account for macros | Michael Goulet | -1/+17 |
| 2022-07-29 | check if T is slice | Takayuki Maeda | -1/+1 |
| 2022-07-27 | Rollup merge of #99698 - compiler-errors:no-doc-hidden, r=cjgillot | Yuki Okushi | -0/+69 |
| 2022-07-26 | Use real opaque type instead of just saying impl Trait | Michael Goulet | -2/+2 |
| 2022-07-26 | Use impl generics when suggesting fix on copy impl | Michael Goulet | -0/+95 |
| 2022-07-25 | Auto merge of #97313 - cjgillot:ast-lifetimes-anon, r=petrochenkov | bors | -334/+189 |
| 2022-07-25 | Report elision failures on the AST. | Camille GILLOT | -334/+189 |
| 2022-07-24 | Do not prefer module parents which are `doc(hidden)` in visibility map | Michael Goulet | -3/+3 |
| 2022-07-24 | Add failing test | Alik Aslanyan | -0/+69 |
| 2022-07-24 | suggest dereferencing index when trying to use a reference of usize as index | Takayuki Maeda | -0/+31 |
| 2022-07-21 | And for patterns too | Michael Goulet | -1/+71 |
| 2022-07-21 | Do if-expression obligation stuff less eagerly | Michael Goulet | -29/+28 |
| 2022-07-20 | Rollup merge of #98784 - compiler-errors:forgot-to-return-binding, r=estebank | Dylan DPC | -0/+135 |
| 2022-07-20 | Suggest returning binding from block or enclosing scope on coerce_forced_unit... | Michael Goulet | -0/+135 |
| 2022-07-19 | Mention first and last macro in backtrace | Michael Goulet | -10/+10 |
| 2022-07-17 | use rustc_hir_pretty::qpath_to_string to avoid span_to_snippet when rendering... | Michael Goulet | -0/+34 |
| 2022-07-16 | Be more precise when suggesting removal of parens on unit adt ctor | Michael Goulet | -0/+17 |
| 2022-07-15 | Fix suggestion regression with incorrect syntactic combination of trait bounds | Will Crichton | -3/+13 |
| 2022-07-15 | Propagate Expectation around binop typeck code to construct more precise trai... | Will Crichton | -2/+2 |
| 2022-07-15 | Rollup merge of #99119 - TaKO8Ki:remove-string-matching-about-methods, r=cjgi... | Dylan DPC | -31/+72 |
| 2022-07-15 | Rollup merge of #98869 - compiler-errors:stop_guessing_head_span, r=cjgillot | Dylan DPC | -3/+3 |
| 2022-07-15 | Remove some usages of guess_head_span from typeck | Michael Goulet | -3/+3 |
| 2022-07-15 | Auto merge of #98203 - kckeiks:gather-body-owners-in-hir-item-queries, r=cjgi... | bors | -41/+41 |
| 2022-07-13 | use gathered body_owners in par_body_owners | Miguel Guarniz | -41/+41 |
| 2022-07-13 | Add feature gate. | Camille GILLOT | -2/+90 |
| 2022-07-13 | Always use CreateParameter mode for function definitions. | Camille GILLOT | -7/+14 |
| 2022-07-11 | Do not mention private Self types from other crates | Michael Goulet | -0/+47 |
| 2022-07-11 | remove a string matching about methods | Takayuki Maeda | -31/+72 |
| 2022-07-08 | Auto merge of #98816 - estebank:implicit-sized, r=oli-obk | bors | -11/+11 |
| 2022-07-07 | Track implicit `Sized` obligations in type params | Esteban Küber | -11/+11 |
| 2022-07-07 | Shorten span for closures. | Camille GILLOT | -432/+284 |
| 2022-07-06 | use `named_span` in case of tuple variant | Takayuki Maeda | -1/+1 |
| 2022-07-06 | replace `guess_head_span` with `def_span` | Takayuki Maeda | -3/+36 |
| 2022-07-04 | Fix wrap parenthesis suggestion for async closure | Michael Goulet | -2/+22 |
| 2022-07-01 | Auto merge of #98781 - GuillaumeGomez:rollup-798kb8u, r=GuillaumeGomez | bors | -3/+3 |
| 2022-07-01 | Rollup merge of #98497 - compiler-errors:span-inference-note, r=lcnr | Guillaume Gomez | -3/+3 |
| 2022-07-01 | Auto merge of #93967 - cjgillot:short-struct-span, r=petrochenkov | bors | -20/+14 |
| 2022-07-01 | Show source of ambiguity in a few more places | Michael Goulet | -3/+3 |
| 2022-07-01 | Shorten def_span for more items. | Camille GILLOT | -20/+14 |
| 2022-06-30 | ui: improve suggestion test by addig the help message | Vincenzo Palazzo | -15/+37 |
| 2022-06-30 | ui test: add test of blanklet implementation | Vincenzo Palazzo | -0/+143 |
| 2022-06-29 | Rollup merge of #98607 - compiler-errors:tuple-wrap-suggestion, r=oli-obk | Dylan DPC | -5/+5 |
| 2022-06-29 | Rollup merge of #98603 - compiler-errors:minor-borrowck-diagnostic-fixes, r=d... | Dylan DPC | -6/+20 |
| 2022-06-29 | Rollup merge of #98277 - compiler-errors:issue-93596, r=estebank | Dylan DPC | -4/+39 |