| Age | Commit message (Expand) | Author | Lines |
| 2021-12-13 | Include rustc version in `rustc_span::StableCrateId` | pierwill | -5/+5 |
| 2021-12-11 | Rollup merge of #89734 - estebank:issue-72312, r=nikomatsakis | Matthias Krüger | -1/+1 |
| 2021-12-10 | fix tests after rebase | Esteban Kuber | -1/+1 |
| 2021-12-09 | Add needs-unwind to tests that depend on panicking | David Koloski | -0/+5 |
| 2021-12-02 | Fix ICE when yielding in fn returning impl Trait | Michael Goulet | -0/+16 |
| 2021-11-28 | Rollup merge of #90131 - camsteffen:fmt-args-span-fix, r=cjgillot | Matthias Krüger | -0/+2 |
| 2021-11-23 | Update test outputs | Michael Goulet | -4/+4 |
| 2021-11-20 | Do not mention associated items when they introduce an obligation | Esteban Kuber | -5/+0 |
| 2021-11-14 | Improve diagnostics when a static lifetime is expected | Lucas Kent | -5/+22 |
| 2021-10-29 | Fix a format_args span to be expansion | Cameron Steffen | -0/+2 |
| 2021-10-13 | Remove textual span from diagnostic string | Oli Scherer | -2/+2 |
| 2021-09-30 | Rollup merge of #89321 - tmiasko:rebase-resume-arg, r=estebank | Manish Goregaokar | -3/+9 |
| 2021-09-30 | Auto merge of #89110 - Aaron1011:adjustment-span, r=estebank | bors | -2/+2 |
| 2021-09-28 | Rebase resume argument projections during state transform | Tomasz Miąsko | -3/+9 |
| 2021-09-27 | Improve cause information for NLL higher-ranked errors | Aaron Hill | -0/+5 |
| 2021-09-25 | Use larger span for adjustments on method calls | Aaron Hill | -2/+2 |
| 2021-09-17 | Rollup merge of #88911 - FabianWolff:issue-88653, r=petrochenkov | Yuki Okushi | -0/+31 |
| 2021-09-16 | Point at call span that introduced obligation for the arg | Esteban Kuber | -1/+3 |
| 2021-09-13 | Improve error message for type mismatch in generator arguments | Fabian Wolff | -0/+31 |
| 2021-08-25 | Auto merge of #87937 - LeSeulArtichaut:active-if-let-guards, r=nagisa | bors | -1/+0 |
| 2021-08-18 | Auto merge of #86700 - lqd:matthews-nll-hrtb-errors, r=nikomatsakis | bors | -6/+16 |
| 2021-08-16 | Use note to point at bound introducing requirement | Esteban Küber | -41/+63 |
| 2021-08-16 | Don't mark `if_let_guard` as an incomplete feature | Léo Lanteri Thauvin | -1/+0 |
| 2021-08-15 | Report nicer errors for HRTB NLL errors from queries | Matthew Jasper | -6/+16 |
| 2021-08-04 | Remove trailing whitespace from error messages | Fabian Wolff | -1/+1 |
| 2021-07-27 | Remove min_tait and full_tait stderr dangling files | Santiago Pastorino | -44/+0 |
| 2021-07-27 | Make all tests use type_alias_impl_trait feature instead of min | Santiago Pastorino | -7/+20 |
| 2021-07-27 | Use type_alias_impl_trait instead of min in compiler and lib | Santiago Pastorino | -27/+7 |
| 2021-07-20 | Auto merge of #87141 - spastorino:remove_impl_trait_in_bindings, r=oli-obk | bors | -79/+23 |
| 2021-07-19 | Various diagnostics clean ups/tweaks | Esteban Küber | -1/+5 |
| 2021-07-18 | Remove impl_trait_in_bindings feature flag | Santiago Pastorino | -79/+23 |
| 2021-07-06 | Revert "Revert "Update tests"" | bjorn3 | -5/+5 |
| 2021-06-18 | Lint for unused borrows as part of UNUSED_MUST_USE | hi-rustin | -3/+3 |
| 2021-06-12 | Pretty print generator witness only in `-Zverbose` mode | Tomasz Miąsko | -4/+4 |
| 2021-06-07 | Revert "Update tests" | bjorn3 | -5/+5 |
| 2021-05-30 | Update tests | bjorn3 | -5/+5 |
| 2021-05-27 | Test THIR unsafeck for unsafe ops in closures | LeSeulArtichaut | -0/+3 |
| 2021-05-24 | Replace more "NULL" with "null" | LeSeulArtichaut | -1/+1 |
| 2021-05-20 | Check for raw pointer dereference in THIR unsafeck | LeSeulArtichaut | -1/+15 |
| 2021-05-12 | Don't suggest adding `'static` lifetime to arguments | Aaron Hill | -3/+0 |
| 2021-05-02 | Change 'NULL' to 'null' | Brent Kerby | -1/+1 |
| 2021-05-01 | Closure capture borrow diagnostics for disjoint captures | Chris Pardy | -1/+1 |
| 2021-04-06 | Always mention `Box::pin` when dealing with `!Unpin` | Esteban Küber | -0/+2 |
| 2021-04-02 | Auto merge of #80828 - SNCPlay42:opaque-projections, r=estebank | bors | -3/+3 |
| 2021-03-20 | Move some tests to more reasonable directories - 5 | Caio | -0/+20 |
| 2021-03-16 | fix expected/found order on impl trait projection mismatch | SNCPlay42 | -3/+3 |
| 2021-03-15 | Only allow tait defining uses in function and method return position | Oli Scherer | -11/+75 |
| 2021-03-15 | Replace `type_alias_impl_trait` by `min_type_alias_impl_trait` with no actual... | Oli Scherer | -3/+56 |
| 2021-03-12 | Make def_key and HIR parenting consistent. | Camille GILLOT | -5/+5 |
| 2021-02-19 | Rollup merge of #82245 - estebank:issue-78653, r=matthewjasper | Dylan DPC | -0/+28 |