| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-07-23 | Rollup merge of #87383 - Alexendoo:impl_trait_in_bindings-tests, r=oli-obk | Yuki Okushi | -0/+221 |
| 2021-07-22 | Add regression tests for the impl_trait_in_bindings ICEs | Alex Macleod | -0/+221 |
| 2021-07-22 | Add a regression test | Oli Scherer | -0/+24 |
| 2021-07-22 | Make mir borrowck's use of opaque types independent of the typeck query's result | Oli Scherer | -26/+9 |
| 2021-07-20 | Get back the more precise suggestion spans of old regionck | Oli Scherer | -4/+4 |
| 2021-07-19 | Improve impl trait disallowed context error text | Santiago Pastorino | -88/+88 |
| 2021-07-18 | Remove impl_trait_in_bindings feature flag | Santiago Pastorino | -111/+56 |
| 2021-07-18 | Remove impl_trait_in_bindings handling on inference error reporting | Santiago Pastorino | -77/+0 |
| 2021-07-18 | Remove impl trait bindings handling on const AST lowering | Santiago Pastorino | -32/+35 |
| 2021-07-17 | Remove OpaqueTyOrigin::Binding | Santiago Pastorino | -341/+8 |
| 2021-06-29 | Bless UI tests | Fabian Wolff | -0/+2 |
| 2021-06-12 | Pretty print generator witness only in `-Zverbose` mode | Tomasz Miąsko | -2/+2 |
| 2021-05-30 | Auto merge of #83772 - jhpratt:revamp-step-trait, r=Mark-Simulacrum | bors | -2/+1 |
| 2021-05-26 | Unify feature flags as `step_trait` | Jacob Pratt | -1/+0 |
| 2021-05-26 | bless compare-mode=nll output | Niko Matsakis | -2/+2 |
| 2021-05-26 | stabilize member constraints | Niko Matsakis | -33/+17 |
| 2021-05-26 | Make Range implementation safe | Jacob Pratt | -1/+1 |
| 2021-05-16 | Add tracking issue | Jonas Schievink | -0/+3 |
| 2021-05-16 | Allow `async {}` expressions in const contexts | Jonas Schievink | -6/+15 |
| 2021-04-23 | Tweak suggestion output | Esteban Küber | -0/+8 |
| 2021-04-08 | Suggest changing impl parameter types to match trait | Esteban Küber | -3/+8 |
| 2021-04-08 | Use more accurate spans for trait/impl method arg divergence | Esteban Küber | -2/+2 |
| 2021-04-08 | Rollup merge of #83689 - estebank:cool-bears-hot-tip, r=davidtwco | Dylan DPC | -1/+5 |
| 2021-04-07 | rebase and update tests | Esteban Küber | -1/+5 |
| 2021-04-07 | Rollup merge of #83954 - estebank:issue-83613, r=varkor | Dylan DPC | -4/+4 |
| 2021-04-06 | Remove trailing `:` from E0119 message | Esteban Küber | -4/+4 |