| Age | Commit message (Expand) | Author | Lines |
| 2022-11-18 | On overflow errors, do not print out long types | Esteban Küber | -2/+4 |
| 2022-11-17 | Auto merge of #104170 - cjgillot:hir-def-id, r=fee1-dead | bors | -31/+4 |
| 2022-11-16 | Rollup merge of #104348 - fmease:iat-vis-stab, r=cjgillot | Matthias Krüger | -1/+4 |
| 2022-11-14 | respect visibility & stability of inherent associated types | León Orell Valerian Liehr | -1/+4 |
| 2022-11-14 | Rollup merge of #104229 - compiler-errors:overlap-full-path, r=davidtwco | Matthias Krüger | -34/+34 |
| 2022-11-13 | Rollup merge of #104181 - jackh726:known-bug-tests, r=Mark-Simulacrum | Manish Goregaokar | -0/+58 |
| 2022-11-13 | Add a few known-bug tests | Jack Huey | -0/+58 |
| 2022-11-13 | Ensure codegen_fn_attrs during collection. | Camille GILLOT | -31/+4 |
| 2022-11-13 | Rollup merge of #104318 - c410-f3r:moar-errors, r=petrochenkov | Yuki Okushi | -0/+44 |
| 2022-11-12 | Rollup merge of #104117 - crlf0710:update_feature_gate, r=jackh726 | Guillaume Gomez | -79/+80 |
| 2022-11-12 | Move tests | Caio | -0/+44 |
| 2022-11-11 | Auto merge of #104293 - Manishearth:rollup-xj92d0k, r=Manishearth | bors | -16/+3 |
| 2022-11-10 | bless tests | Michael Goulet | -16/+3 |
| 2022-11-11 | Mark `trait_upcasting` feature no longer incomplete. | Charles Lew | -79/+80 |
| 2022-11-10 | Don't print full paths in overlap errors | Michael Goulet | -34/+34 |
| 2022-11-09 | Don't ICE on operator trait methods with generic methods | Nilstrieb | -0/+31 |
| 2022-11-08 | selection failure: recompute applicable impls | lcnr | -6/+1 |
| 2022-11-04 | Fix ICE when negative impl is collected during eager mono | Gary Guo | -0/+12 |
| 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 |