| Age | Commit message (Expand) | Author | Lines |
| 2022-09-23 | Restore ignore tag | Florian Bartels | -4/+0 |
| 2022-09-22 | Auto merge of #100982 - fee1-dead-contrib:const-impl-requires-const-trait, r=... | bors | -18/+10 |
| 2022-09-21 | Adding needs-unwind for test using panic::catch_unwind | Andrew Pollack | -2/+3 |
| 2022-09-20 | Move some tests to more reasonable directories | Caio | -87/+0 |
| 2022-09-20 | Add the `#[derive_const]` attribute | Deadbeef | -2/+12 |
| 2022-09-17 | Use Predicate ConstraintCategory when normalizing | Jack Huey | -0/+6 |
| 2022-09-17 | bless tests again | Deadbeef | -2/+4 |
| 2022-09-16 | Revert "Use Predicate ConstraintCategory when normalizing" | Jack Huey | -6/+0 |
| 2022-09-16 | Bless ui tests after typeck code change | Deadbeef | -34/+4 |
| 2022-09-16 | bless tests | Deadbeef | -26/+46 |
| 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 |