| Age | Commit message (Expand) | Author | Lines |
| 2022-08-03 | Warn about dead tuple struct fields | Fabian Wolff | -7/+7 |
| 2022-07-28 | Remove guess_head_span. | Camille GILLOT | -6/+5 |
| 2022-07-22 | Auto merge of #99420 - RalfJung:vtable, r=oli-obk | bors | -15/+68 |
| 2022-07-20 | we seem to monomorphize fewer vtables by default now, so adjust some tests | Ralf Jung | -15/+68 |
| 2022-07-20 | Rollup merge of #99352 - compiler-errors:tighter-spans-on-generic-call, r=spa... | Matthias Krüger | -17/+5 |
| 2022-07-19 | Add E0790 as more specific variant of E0283 | aticu | -5/+11 |
| 2022-07-16 | Use typeck_results to avoid duplicate ast_ty_to_ty call | Michael Goulet | -17/+5 |
| 2022-07-16 | Rollup merge of #99290 - compiler-errors:revert-98794, r=lcnr | Matthias Krüger | -8/+1 |
| 2022-07-15 | Revert "Highlight conflicting param-env candidates" | Michael Goulet | -8/+1 |
| 2022-07-15 | passes: migrate half of `check_attr` | David Wood | -4/+4 |
| 2022-07-11 | Rollup merge of #99075 - danobi:dup_type_hint_sugg, r=petrochenkov | Matthias Krüger | -8/+0 |
| 2022-07-11 | Rollup merge of #99147 - compiler-errors:issue-55673, r=lcnr | Dylan DPC | -2/+2 |
| 2022-07-11 | Do not mention private Self types from other crates | Michael Goulet | -1/+0 |
| 2022-07-11 | Mention similarly named associated type even if it's not clearly in supertrait | Michael Goulet | -2/+2 |
| 2022-07-08 | Fix duplicated type annotation suggestion | Daniel Xu | -8/+0 |
| 2022-07-08 | Auto merge of #98816 - estebank:implicit-sized, r=oli-obk | bors | -9/+9 |
| 2022-07-08 | Rollup merge of #98794 - compiler-errors:conflicting-param-env, r=michaelwoer... | Dylan DPC | -1/+8 |
| 2022-07-08 | Highlight conflicting param-env candidates | Michael Goulet | -1/+8 |
| 2022-07-07 | Track implicit `Sized` obligations in type params | Esteban Küber | -9/+9 |
| 2022-07-07 | Shorten span for closures. | Camille GILLOT | -1/+1 |
| 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 | -7/+11 |
| 2022-07-01 | Don't point at Self type if we can't find an infer variable in ambiguous trai... | Michael Goulet | -3/+3 |
| 2022-07-01 | Show source of ambiguity in a few more places | Michael Goulet | -4/+8 |
| 2022-07-01 | Bless recursion test. | Camille GILLOT | -2/+3 |
| 2022-07-01 | Shorten def_span for more items. | Camille GILLOT | -99/+47 |
| 2022-06-28 | Note concrete type being coerced into object | Michael Goulet | -5/+5 |
| 2022-06-28 | Auto merge of #98396 - cjgillot:iwfchir, r=petrochenkov | bors | -2/+2 |
| 2022-06-27 | Auto merge of #98221 - cjgillot:single-coh, r=lcnr | bors | -21/+11 |
| 2022-06-26 | add regression test for #87558 | Takayuki Maeda | -0/+33 |
| 2022-06-25 | Rollup merge of #98298 - TaKO8Ki:point-to-type-param-definition, r=compiler-e... | Matthias Krüger | -9/+13 |
| 2022-06-24 | Bless ui tests. | Camille GILLOT | -2/+2 |
| 2022-06-22 | Perform coherence checking per impl. | Camille GILLOT | -21/+11 |
| 2022-06-22 | point to type param definition when not finding variant, method and assoc type | Takayuki Maeda | -9/+13 |
| 2022-06-21 | Move some tests to more reasonable directories | Caio | -0/+79 |
| 2022-06-16 | fix one more case of trailing space | klensy | -7/+7 |
| 2022-06-16 | diagnostics: fix trailing space | klensy | -10/+10 |
| 2022-06-13 | Move tests | Caio | -0/+162 |
| 2022-06-11 | Handle empty where-clause better | Michael Goulet | -3/+3 |
| 2022-06-08 | Rollup merge of #97595 - ouz-a:issue-97381, r=compiler-errors | Dylan DPC | -0/+45 |
| 2022-06-07 | Auto merge of #95565 - jackh726:remove-borrowck-mode, r=nikomatsakis | bors | -212/+19 |
| 2022-06-05 | get_vtable returns opt instd of unwrpping | ouz-a | -0/+45 |
| 2022-06-04 | Rollup merge of #97696 - cjgillot:normalize-inline, r=compiler-errors | Matthias Krüger | -0/+24 |
| 2022-06-03 | Fully stabilize NLL | Jack Huey | -212/+19 |
| 2022-06-03 | Do not ICE when failing to normalize during inlining. | Camille GILLOT | -0/+24 |
| 2022-06-03 | Auto merge of #89862 - lcnr:path-generics-diagnostics, r=estebank | bors | -153/+593 |
| 2022-06-03 | Auto merge of #97497 - c410-f3r:z-errors, r=petrochenkov | bors | -0/+27 |
| 2022-06-02 | fix wrong suggestion for adding where clauses | Takayuki Maeda | -0/+24 |
| 2022-06-02 | add new `emit_inference_failure_err` | lcnr | -153/+593 |
| 2022-05-28 | Move some tests to more reasonable places | Caio | -0/+27 |