| Age | Commit message (Expand) | Author | Lines |
| 2022-01-05 | Add test with `#[rustc_evaluate_where_clauses]` | Wesley Wiser | -0/+150 |
| 2022-01-05 | Fix HashStable implementation on InferTy | Michael Goulet | -0/+17 |
| 2021-11-20 | Align multiline messages to their label (add left margin) | Esteban Kuber | -148/+148 |
| 2021-11-20 | Do not mention associated items when they introduce an obligation | Esteban Kuber | -93/+0 |
| 2021-11-20 | Point at source of trait bound obligations in more places | Esteban Kuber | -21/+73 |
| 2021-11-18 | Move some tests to more reasonable directories | Caio | -0/+132 |
| 2021-11-16 | Rollup merge of #90819 - JakobDegen:issue-90804, r=petrochenkov | Yuki Okushi | -9/+3 |
| 2021-11-14 | Move some tests to more reasonable directories | Caio | -0/+409 |
| 2021-11-13 | Fix handling of substitutions and binders when deciding whether to suggest re... | Jakob Degen | -9/+3 |
| 2021-11-10 | no overlap errors after failing the orphan check | lcnr | -14/+14 |
| 2021-11-06 | Move some tests to more reasonable directories | Caio | -0/+248 |
| 2021-10-28 | Add test cases | Ilya Yanok | -0/+41 |
| 2021-10-25 | fix(rustc_typeck): report function argument errors on matching type | Michael Howell | -3/+3 |
| 2021-10-24 | Always sort suggestions before emitting them | Esteban Kuber | -2/+2 |
| 2021-10-24 | Point at overlapping impls when type annotations are needed | Esteban Kuber | -15/+117 |
| 2021-10-23 | Auto merge of #90104 - spastorino:coherence-for-negative-trait, r=nikomatsakis | bors | -22/+13 |
| 2021-10-22 | nice_region_error: Include lifetime placeholders in error output | Michael Howell | -8/+8 |
| 2021-10-20 | Only assemble_candidates_from_impls for polarity Negative | Santiago Pastorino | -22/+13 |
| 2021-10-13 | Auto merge of #89555 - oli-obk:nll_member_constraint_diag, r=estebank | bors | -10/+10 |
| 2021-10-13 | Remove textual span from diagnostic string | Oli Scherer | -10/+10 |
| 2021-10-12 | add some more testcases | Marcel Hellwig | -0/+136 |
| 2021-10-07 | Rollup merge of #89461 - crlf0710:dyn_upcasting_lint, r=nikomatsakis | Guillaume Gomez | -0/+41 |
| 2021-10-04 | Rollup merge of #89494 - FabianWolff:issue-84075, r=davidtwco | Jubilee | -4/+4 |
| 2021-10-04 | Rollup merge of #89483 - hkmatsumoto:patch-diagnostics-2, r=estebank | Jubilee | -36/+36 |
| 2021-10-03 | Deny `where` clauses on `auto` traits | Fabian Wolff | -4/+4 |
| 2021-10-03 | Practice diagnostic message convention | Hirochika Matsumoto | -36/+36 |
| 2021-10-03 | Add `deref_into_dyn_supertrait` lint. | Charles Lew | -0/+41 |
| 2021-10-02 | Consistently use 'supertrait'. | Bruce Mitchener | -61/+61 |
| 2021-09-30 | add regression test for issue 89119 | Rémy Rakic | -0/+71 |
| 2021-09-28 | Improve help for recursion limit errors | Ross MacArthur | -1/+1 |
| 2021-09-27 | Auto merge of #89263 - TaKO8Ki:suggest-both-immutable-and-mutable-trait-imple... | bors | -8/+14 |
| 2021-09-27 | better suggestions | Takayuki Maeda | -6/+8 |
| 2021-09-26 | fix the relevant tests | Takayuki Maeda | -4/+8 |
| 2021-09-26 | Remove box syntax from most places in src/test outside of the issues dir | est31 | -33/+40 |
| 2021-09-17 | Rollup merge of #88883 - c410-f3r:tests, r=petrochenkov | Yuki Okushi | -0/+103 |
| 2021-09-16 | Auto merge of #88719 - estebank:point-at-arg-for-obligation, r=nagisa | bors | -33/+60 |
| 2021-09-16 | Remove unnecessary label | Esteban Kuber | -4/+1 |
| 2021-09-16 | Point at call span that introduced obligation for the arg | Esteban Kuber | -32/+62 |
| 2021-09-16 | Refactor `FulfillmentError` to track less data | Esteban Kuber | -2/+2 |
| 2021-09-15 | Move some tests to more reasonable directories | Caio | -0/+103 |
| 2021-09-15 | Move object safety suggestions to the end of the error | Esteban Kuber | -7/+7 |
| 2021-09-13 | Auto merge of #87915 - estebank:fancy-spans, r=oli-obk | bors | -1/+1 |
| 2021-09-05 | Stop allocating vtable entries for non-object-safe methods | Gary Guo | -4/+41 |
| 2021-09-02 | Report cycle error using 'deepest' obligation in the cycle | Aaron Hill | -12/+30 |
| 2021-09-02 | Preserve most sub-obligations in the projection cache | Aaron Hill | -27/+9 |
| 2021-08-27 | Don't use `guess_head_span` in `predicates_of` for foreign span | Aaron Hill | -2/+6 |
| 2021-08-22 | Fix typos “a”→“an” | Frank Steffahn | -2/+2 |
| 2021-08-21 | Auto merge of #88135 - crlf0710:trait_upcasting_part_3, r=nikomatsakis | bors | -96/+51 |
| 2021-08-18 | Add a new test case to verify behavior. | Charles Lew | -0/+39 |
| 2021-08-18 | Auto merge of #87738 - lqd:polonius-master, r=nikomatsakis | bors | -0/+55 |