| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-05-25 | Add regression test for #82830 | Yuki Okushi | -0/+31 |
| 2022-05-23 | Rollup merge of #97271 - JohnTitor:issue-91949, r=compiler-errors | Dylan DPC | -0/+55 |
| 2022-05-22 | Use revisions for NLL in traits | Jack Huey | -26/+110 |
| 2022-05-22 | Use revisions for NLL in various directories | Jack Huey | -4/+9 |
| 2022-05-22 | Add regression test for #91949 | Yuki Okushi | -0/+55 |
| 2022-05-20 | Rollup merge of #97109 - TaKO8Ki:fix-misleading-cannot-infer-type-for-type-pa... | Matthias Krüger | -0/+16 |
| 2022-05-20 | report ambiguous type parameters when their parents are impl or fn | Takayuki Maeda | -0/+11 |
| 2022-05-17 | fix misleading `cannot infer type for type parameter` error | Takayuki Maeda | -0/+5 |
| 2022-05-17 | Auto merge of #96892 - oli-obk:🐌_obligation_cause_code_🐌, r=estebank | bors | -1/+7 |
| 2022-05-13 | Rollup merge of #96989 - cjgillot:defpath-use, r=davidtwco | Matthias Krüger | -2/+2 |
| 2022-05-12 | Bless tests. | Camille GILLOT | -2/+2 |
| 2022-05-12 | Auto merge of #96940 - TaKO8Ki:stop-suggesting-wrong-fully-qualified-path, r=... | bors | -0/+59 |
| 2022-05-11 | stop suggesting non-existing fully qualified paths | Takayuki Maeda | -0/+59 |
| 2022-05-10 | Don't lose an obligation cause | Oli Scherer | -1/+7 |
| 2022-05-10 | Auto merge of #96715 - cjgillot:trait-alias-loop, r=compiler-errors | bors | -11/+45 |
| 2022-05-09 | Point to the empty trait alias. | Camille GILLOT | -0/+9 |
| 2022-05-08 | Auto merge of #96155 - jackh726:param-heuristics-followup, r=estebank | bors | -2/+2 |
| 2022-05-06 | Resolve vars in note_type_err | Jack Huey | -2/+2 |
| 2022-05-06 | suggest fully qualified path with appropriate params | Takayuki Maeda | -0/+85 |
| 2022-05-04 | Exit before fetching bounds on associated items. | Camille GILLOT | -0/+16 |
| 2022-05-04 | Only keep predicates on `Self` when checking `dyn TraitAlias`. | Camille GILLOT | -11/+20 |
| 2022-05-01 | Move some tests to more reasonable places | Caio | -0/+76 |
| 2022-04-30 | Auto merge of #96347 - estebank:issue-96292, r=compiler-errors | bors | -4/+61 |
| 2022-04-30 | Save colon span to suggest bounds. | Camille GILLOT | -2/+2 |
| 2022-04-30 | Bless tests. | Camille GILLOT | -4/+4 |
| 2022-04-25 | Replace suggest_constraining_param with suggest_restricting_param_bound | Will Crichton | -3/+3 |
| 2022-04-23 | Provide consistent output order for suggestions | Esteban Küber | -8/+8 |
| 2022-04-23 | Use more targetted suggestion span for fully qualified path | Esteban Küber | -20/+20 |
| 2022-04-23 | Erase type params when suggesting fully qualified path | Esteban Küber | -0/+57 |
| 2022-04-21 | Move some tests to more reasonable directories | Caio | -0/+94 |
| 2022-04-17 | Auto merge of #96010 - eduardosm:Unique-on-top-of-NonNull, r=m-ou-se,tmiasko | bors | -1/+1 |
| 2022-04-16 | Implementation for 65853 | Jack Huey | -5/+26 |
| 2022-04-14 | Update output of cycle-cache-err-60010 test | Eduardo Sánchez Muñoz | -1/+1 |
| 2022-04-14 | Auto merge of #95315 - compiler-errors:pointee-fix, r=pnkfelix | bors | -0/+19 |
| 2022-04-13 | fix: wrong trait import suggestion for T: | Bruno Felipe Francisco | -0/+24 |
| 2022-04-12 | Compute a more precise span for opaque type impls | Oli Scherer | -2/+2 |