| Age | Commit message (Expand) | Author | Lines |
| 2022-02-07 | Drop tracking: improve break and continue handling | Eric Holk | -0/+18 |
| 2022-01-23 | Auto merge of #93165 - eholk:disable-generator-drop-tracking, r=nikomatsakis | bors | -0/+105 |
| 2022-01-21 | Auto merge of #92363 - the8472:less-compiletest-normalization, r=Mark-Simulacrum | bors | -5/+5 |
| 2022-01-21 | Add regression test for #93161 | Eric Holk | -0/+93 |
| 2022-01-21 | Disable drop range tracking in generators | Eric Holk | -0/+12 |
| 2022-01-21 | Override rustc version in ui and mir-opt tests to get stable hashes | The 8472 | -5/+5 |
| 2022-01-18 | Respond to code review comments | Eric Holk | -4/+69 |
| 2022-01-18 | Safely handle partial drops | Eric Holk | -2/+27 |
| 2022-01-18 | Handle reinits in match guards | Eric Holk | -0/+25 |
| 2022-01-18 | Address code review comments | Eric Holk | -0/+21 |
| 2022-01-18 | Handle more cases with conditionally initialized/dropped values | Eric Holk | -2/+42 |
| 2022-01-18 | Basic loop support | Eric Holk | -1/+1 |
| 2022-01-18 | Support reinitialization of variables | Eric Holk | -22/+81 |
| 2022-01-18 | Support conditional drops | Eric Holk | -0/+22 |
| 2022-01-18 | Track drops across multiple yields | Eric Holk | -0/+40 |
| 2022-01-18 | Track drop points in generator_interior | Eric Holk | -0/+2 |
| 2022-01-18 | Add test case for #57478 | Eric Holk | -0/+14 |
| 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 |