| Age | Commit message (Expand) | Author | Lines |
| 2022-10-04 | Use Predicate ConstraintCategory when normalizing | Jack Huey | -0/+6 |
| 2022-09-16 | Revert "Use Predicate ConstraintCategory when normalizing" | Jack Huey | -6/+0 |
| 2022-09-13 | Use Predicate ConstraintCategory when normalizing | Jack Huey | -0/+6 |
| 2022-09-13 | Use tcx.hir() utils for spans in MIR building. | Camille GILLOT | -3/+3 |
| 2022-09-12 | A SubstitutionPart is not a deletion if it replaces nothing with nothing | Michael Goulet | -3/+2 |
| 2022-09-08 | Rollup merge of #98933 - oli-obk:opaque_type_late_bound_lifetimes, r=lcnr | Dylan DPC | -1/+2 |
| 2022-09-08 | stop evaluating constants in `Relate` | lcnr | -33/+5 |
| 2022-09-08 | Clarify some diagnostic messages | Oli Scherer | -1/+2 |
| 2022-09-07 | Rollup merge of #101486 - asquared31415:invalid_repr_list, r=estebank | Yuki Okushi | -0/+4 |
| 2022-09-06 | add list of recognized repr attributes to the unrecognized repr error | asquared31415 | -0/+4 |
| 2022-09-05 | Point out when a callable is not actually callable because its return is not ... | Michael Goulet | -3/+1 |
| 2022-09-04 | Rollup merge of #100647 - obeis:issue-99875, r=nagisa | Matthias Krüger | -3/+52 |
| 2022-09-03 | Shrink suggestion span of argument mismatch error | Michael Goulet | -3/+3 |
| 2022-09-01 | Auto merge of #100707 - dzvon:fix-typo, r=davidtwco | bors | -1/+1 |
| 2022-08-31 | Fix a bunch of typo | Dezhi Wu | -1/+1 |
| 2022-08-31 | Rollup merge of #101100 - compiler-errors:generalize-call-suggestions, r=petr... | Matthias Krüger | -22/+11 |
| 2022-08-29 | Rollup merge of #100898 - compiler-errors:too-many-expr-fields, r=spastorino | Matthias Krüger | -4/+0 |
| 2022-08-29 | Make the trait bound is not satisfied specify kind | Obei Sideg | -3/+52 |
| 2022-08-28 | Rollup merge of #101002 - estebank:hashmap-idx, r=davidtwco | Matthias Krüger | -1/+4 |
| 2022-08-28 | More descriptive argument placeholders | Michael Goulet | -4/+4 |
| 2022-08-28 | Suggest calling when operator types mismatch | Michael Goulet | -17/+8 |
| 2022-08-27 | Only suggest call on nonexistent fields and methods if they make sense | Michael Goulet | -3/+1 |
| 2022-08-26 | Rollup merge of #99064 - lyming2007:issue-97687-fix, r=estebank | Yuki Okushi | -2/+2 |
| 2022-08-25 | Do not report too many expr field candidates | Michael Goulet | -4/+0 |
| 2022-08-25 | Provide structured suggestion for `hashmap[idx] = val` | Esteban Küber | -1/+4 |
| 2022-08-25 | Rollup merge of #99332 - jyn514:stabilize-label-break-value, r=petrochenkov | Yuki Okushi | -4/+2 |
| 2022-08-24 | Rollup merge of #100906 - ChayimFriedman2:map-index-mut, r=davidtwco | Matthias Krüger | -0/+1 |
| 2022-08-23 | Stabilize `#![feature(label_break_value)]` | Joshua Nelson | -4/+2 |
| 2022-08-23 | Suggest alternatives when trying to mutate a `HashMap`/`BTreeMap` via indexing | Chayim Refael Friedman | -0/+1 |
| 2022-08-23 | Improve local generic parameter suggestions. | Camille GILLOT | -11/+10 |
| 2022-08-22 | bless ui tests | Nilstrieb | -3/+3 |
| 2022-08-22 | Auto merge of #100868 - Dylan-DPC:rollup-a1hfi1r, r=Dylan-DPC | bors | -6/+1 |
| 2022-08-22 | Rollup merge of #100757 - ouz-a:issue-95134, r=jackh726 | Dylan DPC | -6/+1 |
| 2022-08-22 | Auto merge of #100676 - lcnr:implied-bounds-yay, r=nikomatsakis | bors | -11/+36 |
| 2022-08-21 | Make check for overlapping closure span more accurate | Michael Goulet | -27/+1 |
| 2022-08-21 | Adjust messages, address some nits | Michael Goulet | -1/+1 |
| 2022-08-21 | Targeted fixes addressing erroneous suggestions | Michael Goulet | -5/+1 |
| 2022-08-21 | Comment a bit, use find_ancestor_in_same_ctxt to suppress some weird macro notes | Michael Goulet | -1/+0 |
| 2022-08-21 | Rework ambiguity errors | Michael Goulet | -4/+3 |
| 2022-08-21 | Note closure kind mismatch cause | Michael Goulet | -1/+9 |
| 2022-08-21 | Do not favor projection type when pointing out arg causing fulfillment error | Michael Goulet | -1/+1 |
| 2022-08-21 | Account for relative paths | Michael Goulet | -2/+4 |
| 2022-08-21 | Rework point-at-arg | Michael Goulet | -38/+106 |
| 2022-08-20 | Rollup merge of #100617 - chenyukang:fix-100605, r=compiler-errors | Matthias Krüger | -0/+55 |
| 2022-08-20 | Rollup merge of #100507 - cameron1024:suggest-lazy, r=compiler-errors | Matthias Krüger | -0/+3 |
| 2022-08-20 | Suggest the right help message for as_ref | yukang | -0/+55 |
| 2022-08-19 | Auto merge of #100740 - Dylan-DPC:rollup-0td6yq4, r=Dylan-DPC | bors | -2/+2 |
| 2022-08-19 | Auto merge of #100209 - cjgillot:source-file-index, r=estebank | bors | -5/+5 |
| 2022-08-19 | Catch overflow early | ouz-a | -6/+1 |
| 2022-08-19 | Rollup merge of #99576 - compiler-errors:foreign-fundamental-drop-is-bad, r=T... | Dylan DPC | -2/+2 |