| Age | Commit message (Expand) | Author | Lines |
| 2022-07-19 | Add E0790 as more specific variant of E0283 | aticu | -18/+19 |
| 2022-07-19 | Mention first and last macro in backtrace | Michael Goulet | -4/+4 |
| 2022-07-18 | Add `PhantomData` marker for dropck to `BTreeMap` | Frank Steffahn | -3/+21 |
| 2022-07-18 | Auto merge of #99137 - jackh726:wf-no-infcx, r=estebank | bors | -3/+8 |
| 2022-07-18 | Rollup merge of #99350 - compiler-errors:issue-99240, r=fee1-dead | Yuki Okushi | -6/+18 |
| 2022-07-16 | Be more precise when suggesting removal of parens on unit adt ctor | Michael Goulet | -6/+18 |
| 2022-07-16 | Rollup merge of #99290 - compiler-errors:revert-98794, r=lcnr | Matthias Krüger | -12/+2 |
| 2022-07-16 | Rollup merge of #99258 - estebank:suggest-let, r=wesleywiser | Matthias Krüger | -53/+0 |
| 2022-07-15 | Move tests to fit in limit | Esteban Küber | -89/+0 |
| 2022-07-15 | Provide structured suggestion for dropped temp value | Esteban Küber | -8/+44 |
| 2022-07-15 | Revert "Highlight conflicting param-env candidates" | Michael Goulet | -12/+2 |
| 2022-07-15 | passes: migrate half of `check_attr` | David Wood | -10/+10 |
| 2022-07-15 | Rollup merge of #98869 - compiler-errors:stop_guessing_head_span, r=cjgillot | Dylan DPC | -40/+26 |
| 2022-07-15 | Rollup merge of #99131 - compiler-errors:label-fn, r=cjgillot | Dylan DPC | -4/+4 |
| 2022-07-15 | Remove some usages of guess_head_span from typeck | Michael Goulet | -1/+1 |
| 2022-07-15 | Make item spans more consistent | Michael Goulet | -39/+25 |
| 2022-07-15 | Auto merge of #98203 - kckeiks:gather-body-owners-in-hir-item-queries, r=cjgi... | bors | -6/+6 |
| 2022-07-14 | Add support for APIT and RPIT callables in label_fn_like | Michael Goulet | -4/+4 |
| 2022-07-13 | use gathered body_owners in par_body_owners | Miguel Guarniz | -6/+6 |
| 2022-07-13 | Always use CreateParameter mode for function definitions. | Camille GILLOT | -1/+1 |
| 2022-07-11 | Do not suggest same trait over again | Michael Goulet | -5/+0 |
| 2022-07-10 | Don't try to resolve inference variables in WF computation, just register | Jack Huey | -3/+8 |
| 2022-07-09 | Do not call `check_expr` in `check_compatible`, since it has side-effects and... | Michael Goulet | -18/+5 |
| 2022-07-08 | distinguish the method and associated function diagnostic information | Yiming Lei | -2/+2 |
| 2022-07-08 | Auto merge of #98816 - estebank:implicit-sized, r=oli-obk | bors | -12/+12 |
| 2022-07-08 | Rollup merge of #98794 - compiler-errors:conflicting-param-env, r=michaelwoer... | Dylan DPC | -2/+12 |
| 2022-07-08 | Highlight conflicting param-env candidates | Michael Goulet | -2/+12 |
| 2022-07-07 | Track implicit `Sized` obligations in type params | Esteban Küber | -12/+12 |
| 2022-07-07 | Fix borrowck closure span. | Camille GILLOT | -3/+6 |
| 2022-07-07 | Shorten span for closures. | Camille GILLOT | -36/+31 |
| 2022-07-06 | replace `guess_head_span` with `def_span` | Takayuki Maeda | -9/+4 |
| 2022-07-04 | `InferSource::GenericArg`, check for contains | lcnr | -4/+14 |
| 2022-07-04 | update infer cost computation for types | lcnr | -9/+9 |
| 2022-07-02 | Auto merge of #91743 - cjgillot:enable_mir_inlining_inline_all, r=oli-obk | bors | -2/+3 |
| 2022-07-01 | Auto merge of #98781 - GuillaumeGomez:rollup-798kb8u, r=GuillaumeGomez | bors | -21/+37 |
| 2022-07-01 | Auto merge of #93967 - cjgillot:short-struct-span, r=petrochenkov | bors | -66/+44 |
| 2022-07-01 | Don't point at Self type if we can't find an infer variable in ambiguous trai... | Michael Goulet | -11/+31 |
| 2022-07-01 | Show source of ambiguity in a few more places | Michael Goulet | -2/+4 |
| 2022-07-01 | Only label place where type is needed if span is meaningful | Michael Goulet | -8/+2 |
| 2022-07-01 | Shorten def_span for more items. | Camille GILLOT | -66/+44 |
| 2022-07-01 | Auto merge of #98402 - cjgillot:undead, r=michaelwoerister | bors | -2/+2 |
| 2022-06-30 | Specialize a few tests depending on opt-level. | Camille GILLOT | -1/+20 |
| 2022-06-30 | Allow inlining `#[inline]` functions. | Camille GILLOT | -19/+1 |
| 2022-06-29 | Rollup merge of #98603 - compiler-errors:minor-borrowck-diagnostic-fixes, r=d... | Dylan DPC | -5/+2 |
| 2022-06-29 | Rollup merge of #98277 - compiler-errors:issue-93596, r=estebank | Dylan DPC | -4/+4 |
| 2022-06-29 | Rollup merge of #97542 - compiler-errors:arg-mismatch, r=jackh726 | Dylan DPC | -3/+3 |
| 2022-06-28 | Do not use a suggestion to change a binding's name to a type | Michael Goulet | -5/+2 |
| 2022-06-28 | Note concrete type being coerced into object | Michael Goulet | -4/+4 |
| 2022-06-28 | Auto merge of #98396 - cjgillot:iwfchir, r=petrochenkov | bors | -8/+5 |
| 2022-06-27 | Use typed indices in argument mismatch algorithm | Michael Goulet | -3/+3 |