| Age | Commit message (Expand) | Author | Lines |
| 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 | distinguish the method and associated function diagnostic information | Yiming Lei | -5/+5 |
| 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 |
| 2022-06-29 | Rollup merge of #97542 - compiler-errors:arg-mismatch, r=jackh726 | Dylan DPC | -2/+2 |
| 2022-06-28 | Remove redundant logic to suggest `as_ref` | Michael Goulet | -6/+20 |
| 2022-06-28 | Note concrete type being coerced into object | Michael Goulet | -5/+5 |
| 2022-06-28 | Fix trait object reborrow suggestion | Michael Goulet | -0/+35 |
| 2022-06-28 | Remove `final_arg_types`, improve tuple wrapping suggestion | Michael Goulet | -5/+5 |
| 2022-06-27 | Use typed indices in argument mismatch algorithm | Michael Goulet | -2/+2 |
| 2022-06-28 | Auto merge of #98222 - cjgillot:single-wf, r=michaelwoerister | bors | -35/+35 |
| 2022-06-27 | Rollup merge of #98506 - compiler-errors:object-safety-suggestions, r=oli-obk | Matthias Krüger | -3/+47 |
| 2022-06-25 | diagnostics: consider parameter count when suggesting smart pointers | Michael Howell | -0/+24 |
| 2022-06-25 | Fix span issues in object safety suggestions | Michael Goulet | -3/+47 |
| 2022-06-25 | Rollup merge of #98298 - TaKO8Ki:point-to-type-param-definition, r=compiler-e... | Matthias Krüger | -11/+15 |
| 2022-06-22 | point to type param definition when not finding variant, method and assoc type | Takayuki Maeda | -11/+15 |
| 2022-06-21 | Improve suggestion for calling closure on type mismatch | Michael Goulet | -7/+7 |
| 2022-06-21 | Only keep a single well-formed query. | Camille GILLOT | -35/+35 |
| 2022-06-19 | Make missing argument placeholder more obvious that it's a placeholder | Michael Goulet | -6/+6 |