| Age | Commit message (Expand) | Author | Lines |
| 2021-11-26 | Auto merge of #85102 - estebank:point-at-assignment, r=oli-obk | bors | -0/+3 |
| 2021-11-25 | On type mismatch caused by assignment, point at assignee | Esteban Küber | -0/+3 |
| 2021-11-23 | Fix printing unit return ty, don't elaborate FnOnce unless we see it | Michael Goulet | -9/+9 |
| 2021-11-23 | Update test outputs | Michael Goulet | -17/+17 |
| 2021-11-20 | Point at bounds when comparing impl items to trait | Esteban Kuber | -2/+2 |
| 2021-11-18 | Print output ty for opaque future ty | Michael Goulet | -2/+2 |
| 2021-11-09 | Rollup merge of #90708 - NieDzejkob:feature-note, r=jackh726 | Yuki Okushi | -0/+9 |
| 2021-11-09 | Auto merge of #87337 - jyn514:lint-error, r=oli-obk,flip1995 | bors | -7/+16 |
| 2021-11-08 | Add a note about feature(explicit_generic_args_with_impl_trait) to the releva... | Jakub Kądziołka | -0/+9 |
| 2021-11-08 | Don't abort compilation after giving a lint error | Joshua Nelson | -7/+16 |
| 2021-11-06 | Move some tests to more reasonable directories | Caio | -0/+35 |
| 2021-10-25 | fix(rustc_typeck): report function argument errors on matching type | Michael Howell | -4/+8 |
| 2021-10-24 | Always sort suggestions before emitting them | Esteban Kuber | -4/+4 |
| 2021-10-24 | Point at overlapping impls when type annotations are needed | Esteban Kuber | -3/+18 |
| 2021-10-18 | Remove regionck member constraint handling and leave it to mir borrowck | Oli Scherer | -252/+67 |
| 2021-10-15 | simplify constrain_opaque_types | Niko Matsakis | -123/+244 |
| 2021-10-13 | Bless nll tests | Oli Scherer | -10/+12 |
| 2021-10-13 | Re-use logic for adding a suggestion when a lifetime bound is missing on an i... | Oli Scherer | -0/+15 |
| 2021-10-13 | Remove explicit -Zborrowck=mir which does not affect test anymore | Oli Scherer | -6/+2 |
| 2021-10-13 | Remove a feature attribute for an accepted feature | Oli Scherer | -2/+1 |
| 2021-10-13 | Use a label instead of a note for member constraint errors | Oli Scherer | -26/+11 |
| 2021-10-13 | Remove textual span from diagnostic string | Oli Scherer | -6/+6 |
| 2021-10-03 | Don't suggest replacing region with 'static in NLL | Aaron Hill | -4/+0 |
| 2021-09-28 | Pick one possible lifetime in case there are multiple choices | Oli Scherer | -2/+10 |
| 2021-09-21 | Disable visible path calculation for PrettyPrinter in Ok path of compiler | Alik Aslanyan | -2/+2 |
| 2021-09-15 | Move some tests to more reasonable directories | Caio | -0/+31 |
| 2021-09-02 | Preserve most sub-obligations in the projection cache | Aaron Hill | -6/+6 |
| 2021-08-31 | Auto merge of #88100 - HTG-YT:edition2021-compopt-stabilization, r=m-ou-se | bors | -1/+1 |
| 2021-08-30 | Update test output for stable Rust 2021. | Mara Bos | -1/+1 |
| 2021-08-30 | `feature(const_generics)` -> `feature(const_param_types)` | lcnr | -76/+0 |
| 2021-08-24 | Normalize associated types with bound vars | Jack Huey | -2/+2 |
| 2021-08-18 | Rollup merge of #88136 - spastorino:fix-test-directory, r=oli-obk | Guillaume Gomez | -0/+13 |
| 2021-08-18 | Move private_unused.rs test to impl-trait | Santiago Pastorino | -0/+13 |
| 2021-08-18 | Auto merge of #87738 - lqd:polonius-master, r=nikomatsakis | bors | -1/+1 |
| 2021-08-16 | Use note to point at bound introducing requirement | Esteban Küber | -6/+10 |
| 2021-08-11 | Modify structured suggestion output | Esteban Küber | -99/+157 |
| 2021-08-06 | Point to the value instead of the TAIT declaration for obligation failures | Oli Scherer | -15/+18 |
| 2021-08-06 | Rollup merge of #87727 - SkiFire13:fix-87718, r=jackh726 | Yuki Okushi | -3/+41 |
| 2021-08-04 | Remove trailing whitespace from error messages | Fabian Wolff | -3/+3 |
| 2021-08-03 | bless trivial polonius diagnostics changes | Rémy Rakic | -1/+1 |
| 2021-08-03 | Bless test | Giacomo Stevanato | -3/+3 |
| 2021-08-03 | Add regression tests | Giacomo Stevanato | -0/+38 |
| 2021-08-02 | Rollup merge of #86176 - nbdd0121:explicit-generic-args, r=jackh726 | Cameron Steffen | -0/+49 |
| 2021-08-02 | Implement a `explicit_generic_args_with_impl_trait` feature gate | Gary Guo | -0/+49 |
| 2021-08-01 | Auto merge of #87546 - rusticstuff:issue87450-take-two, r=davidtwco | bors | -0/+43 |
| 2021-07-30 | Add regression test for issue #87450. | Hans Kratz | -0/+43 |
| 2021-07-30 | Use multispan suggestions more often | Esteban Küber | -33/+41 |
| 2021-07-27 | Remove min_tait and full_tait stderr dangling files | Santiago Pastorino | -346/+0 |
| 2021-07-27 | Make all tests use type_alias_impl_trait feature instead of min | Santiago Pastorino | -54/+195 |
| 2021-07-27 | Use type_alias_impl_trait instead of min in compiler and lib | Santiago Pastorino | -192/+41 |