| Age | Commit message (Expand) | Author | Lines |
| 2021-12-03 | Auto merge of #90737 - eholk:intofuture, r=tmandry | bors | -4/+71 |
| 2021-12-02 | Code review feedback | Eric Holk | -4/+9 |
| 2021-12-01 | Pretty print empty blocks as {} | David Tolnay | -3/+3 |
| 2021-11-23 | Update test outputs | Michael Goulet | -11/+11 |
| 2021-11-22 | Update stderr files | Eric Holk | -0/+2 |
| 2021-11-22 | Reintroduce `into_future` in `.await` desugaring | Eric Holk | -4/+64 |
| 2021-11-21 | Auto merge of #89580 - estebank:trait-bounds-are-tricky, r=nagisa | bors | -58/+9 |
| 2021-11-20 | Do not mention associated items when they introduce an obligation | Esteban Kuber | -55/+6 |
| 2021-11-20 | Point at source of trait bound obligations in more places | Esteban Kuber | -3/+3 |
| 2021-11-20 | Re-bless test outputs | Michael Goulet | -2/+2 |
| 2021-11-20 | Suggest await on cases involving infer | Michael Goulet | -1/+54 |
| 2021-11-18 | Print output ty for opaque future ty | Michael Goulet | -45/+45 |
| 2021-11-16 | Fix await suggestion better | Michael Goulet | -1/+97 |
| 2021-11-14 | Move some tests to more reasonable directories | Caio | -0/+29 |
| 2021-11-06 | Move some tests to more reasonable directories | Caio | -0/+26 |
| 2021-10-31 | Feature gate and make must_not_suspend allow-by-default | Gus Wynn | -6/+10 |
| 2021-10-25 | fix(rustc_typeck): report function argument errors on matching type | Michael Howell | -20/+22 |
| 2021-10-24 | Use the "nice E0277 errors"[1] for `!Send` `impl Future` from foreign crate | Esteban Kuber | -14/+3 |
| 2021-10-18 | Auto merge of #89229 - oli-obk:i_love_inferctxt, r=jackh726 | bors | -15/+53 |
| 2021-10-18 | Remove regionck member constraint handling and leave it to mir borrowck | Oli Scherer | -16/+2 |
| 2021-10-15 | simplify constrain_opaque_types | Niko Matsakis | -15/+67 |
| 2021-10-15 | Bless tests | Cameron Steffen | -1/+1 |
| 2021-10-05 | Note specific regions involved in 'borrowed data escapes' error | Aaron Hill | -2/+8 |
| 2021-09-30 | Auto merge of #89110 - Aaron1011:adjustment-span, r=estebank | bors | -2/+2 |
| 2021-09-25 | Use larger span for adjustments on method calls | Aaron Hill | -2/+2 |
| 2021-09-23 | Support incremental in compiletest for non-incremental modes. | Eric Huss | -2/+3 |
| 2021-09-20 | Use `ty::Error` for opaque types with errors in its bounds. | Oli Scherer | -10/+2 |
| 2021-09-20 | Auto merge of #88708 - Aaron1011:aggregate-usage, r=oli-obk | bors | -10/+12 |
| 2021-09-17 | Rollup merge of #88883 - c410-f3r:tests, r=petrochenkov | Yuki Okushi | -0/+241 |
| 2021-09-16 | Add `ConstraintCategory::Usage` for handling aggregate construction | Aaron Hill | -10/+12 |
| 2021-09-16 | Point at call span that introduced obligation for the arg | Esteban Kuber | -1/+3 |
| 2021-09-15 | Move some tests to more reasonable directories | Caio | -0/+241 |
| 2021-09-09 | Use more accurate spans for "unused delimiter" lint | Esteban Kuber | -1/+6 |
| 2021-08-31 | Auto merge of #88100 - HTG-YT:edition2021-compopt-stabilization, r=m-ou-se | bors | -17/+17 |
| 2021-08-30 | Update test output for stable Rust 2021. | Mara Bos | -17/+17 |
| 2021-08-30 | `feature(const_param_types)` -> `feature(adt_const_params)` | lcnr | -1/+1 |
| 2021-08-30 | `feature(const_generics)` -> `feature(const_param_types)` | lcnr | -1/+1 |
| 2021-08-22 | Fix more “a”/“an” typos | Frank Steffahn | -1/+1 |
| 2021-08-22 | Fix typos “a”→“an” | Frank Steffahn | -2/+2 |
| 2021-08-16 | Use note to point at bound introducing requirement | Esteban Küber | -44/+73 |
| 2021-08-11 | Modify structured suggestion output | Esteban Küber | -34/+34 |
| 2021-08-08 | Auto merge of #87235 - poliorcetics:issue-87217-fn-quali-order, r=nagisa | bors | -3/+18 |
| 2021-08-04 | Remove trailing whitespace from error messages | Fabian Wolff | -4/+4 |
| 2021-08-02 | Better message for invalid keyword placement in fn | Alexis Bourget | -3/+18 |
| 2021-07-31 | Tweak opaque type mismatch error | Esteban Küber | -33/+42 |
| 2021-07-30 | Use multispan suggestions more often | Esteban Küber | -7/+5 |
| 2021-07-28 | Rollup merge of #87501 - spastorino:remove-min-tait, r=oli-obk | Yuki Okushi | -15/+1 |
| 2021-07-27 | Make all tests use type_alias_impl_trait feature instead of min | Santiago Pastorino | -3/+1 |
| 2021-07-27 | Use type_alias_impl_trait instead of min in compiler and lib | Santiago Pastorino | -12/+0 |
| 2021-07-27 | Rollup merge of #86450 - tmiasko:move-size-limit, r=pnkfelix | Yuki Okushi | -5/+45 |