| Age | Commit message (Expand) | Author | Lines |
| 2022-10-28 | Rollup merge of #103283 - nbarrios1337:unsafe-impl-suggestions, r=cjgillot | Matthias Krüger | -0/+18 |
| 2022-10-22 | Rollup merge of #103339 - Rageking8:fix-some-typos, r=fee1-dead | Matthias Krüger | -1/+1 |
| 2022-10-21 | fix some typos | Rageking8 | -1/+1 |
| 2022-10-20 | Add fix suggestions for E0199, E0200, and E0569 | Nicolas Barrios | -0/+18 |
| 2022-10-17 | `order_dependent_trait_objects` to `ReportNow` | lcnr | -0/+70 |
| 2022-10-15 | remove no_core feature | Takayuki Maeda | -28/+12 |
| 2022-10-14 | normalize stderr | Takayuki Maeda | -9/+10 |
| 2022-10-14 | check if the self type is `ty::Float` before getting second substs | Takayuki Maeda | -0/+90 |
| 2022-10-11 | Rollup merge of #100387 - cjgillot:hygiene-trait-impl, r=petrochenkov | Matthias Krüger | -2/+5 |
| 2022-10-11 | Report duplicate definitions in trait impls during resolution. | Camille GILLOT | -2/+5 |
| 2022-10-10 | Rollup merge of #102055 - c410-f3r:moar-errors, r=petrochenkov | Dylan DPC | -0/+29 |
| 2022-10-04 | follow-up fix about 101866 to print the self type. | Yiming Lei | -2/+2 |
| 2022-10-01 | bless ui tests | Maybe Waffle | -12/+12 |
| 2022-09-26 | Rollup merge of #101996 - b-naber:binder-print, r=lcnr | Matthias Krüger | -1/+1 |
| 2022-09-26 | address review | b-naber | -1/+1 |
| 2022-09-23 | Allow more !Copy impls | León Orell Valerian Liehr | -2/+2 |
| 2022-09-20 | Move some tests to more reasonable directories | Caio | -0/+29 |
| 2022-09-12 | A SubstitutionPart is not a deletion if it replaces nothing with nothing | Michael Goulet | -3/+2 |
| 2022-09-08 | Adjust spacing in suggestion, add a test | Michael Goulet | -2/+2 |
| 2022-09-08 | Add associated item binding to non-param-ty where clause suggestions | Michael Goulet | -2/+2 |
| 2022-08-31 | Fix a bunch of typo | Dezhi Wu | -1/+1 |
| 2022-08-26 | Rollup merge of #99064 - lyming2007:issue-97687-fix, r=estebank | Yuki Okushi | -5/+5 |
| 2022-08-22 | Auto merge of #100676 - lcnr:implied-bounds-yay, r=nikomatsakis | bors | -2/+2 |
| 2022-08-21 | Adjust messages, address some nits | Michael Goulet | -7/+11 |
| 2022-08-21 | Point at struct field if possible | Michael Goulet | -8/+8 |
| 2022-08-21 | Prefer non-Self non-method types over Self, first | Michael Goulet | -16/+16 |
| 2022-08-21 | Rework ambiguity errors | Michael Goulet | -91/+30 |
| 2022-08-21 | Do not favor projection type when pointing out arg causing fulfillment error | Michael Goulet | -4/+2 |
| 2022-08-21 | Account for relative paths | Michael Goulet | -16/+20 |
| 2022-08-21 | Rework point-at-arg | Michael Goulet | -67/+135 |
| 2022-08-20 | Rollup merge of #100796 - TaKO8Ki:remove-unnecessary-string-searching, r=comp... | Matthias Krüger | -12/+18 |
| 2022-08-20 | Rollup merge of #100500 - cjgillot:verify-self-predicate, r=lcnr | Matthias Krüger | -1/+31 |
| 2022-08-20 | remove unnecessary string searchings | Takayuki Maeda | -12/+18 |
| 2022-08-18 | Reword "Required because of the requirements on the impl of ..." | Andy Wang | -33/+33 |
| 2022-08-17 | Add const-generics test. | Camille GILLOT | -0/+23 |
| 2022-08-17 | implied_bounds: clarify our assumptions | lcnr | -2/+2 |
| 2022-08-14 | Also do it for generics | Michael Goulet | -6/+6 |
| 2022-08-14 | Point to argument if it's self type of unsatisfied projection predicate | Michael Goulet | -4/+8 |
| 2022-08-13 | Rollup merge of #99646 - compiler-errors:arg-mismatch-single-arg-label, r=est... | Michael Goulet | -1/+1 |
| 2022-08-13 | Ban references to `Self` in trait object substs for projection predicates too. | Camille GILLOT | -1/+8 |
| 2022-08-12 | Point out a single arg if we have a single arg incompatibility | Michael Goulet | -1/+1 |
| 2022-08-10 | Ban indirect references to `Self` too. | Camille GILLOT | -0/+19 |
| 2022-08-10 | Generalize trait object generic param check to aliases. | Camille GILLOT | -0/+184 |
| 2022-08-08 | Adjust wording | Michael Goulet | -7/+6 |
| 2022-08-07 | Implement special-cased projection error message for some common traits | Michael Goulet | -2/+3 |
| 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 |