| Age | Commit message (Expand) | Author | Lines |
| 2022-05-06 | Resolve vars in note_type_err | Jack Huey | -1/+1 |
| 2022-04-28 | Revert diagnostic duplication and accidental stabilization | Oli Scherer | -41/+5 |
| 2022-04-20 | Rollup merge of #93313 - tmiasko:uninhabited, r=tmandry | Dylan DPC | -1/+2 |
| 2022-03-28 | Revert to inference variable based hidden type computation for RPIT | Oli Scherer | -20/+52 |
| 2022-03-28 | Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk" | Oli Scherer | -14/+20 |
| 2022-03-24 | Check if call return type is visibly uninhabited when building MIR | Tomasz Miąsko | -1/+2 |
| 2022-03-07 | Move test to right place | Eric Holk | -0/+22 |
| 2022-03-05 | Rollup merge of #94460 - eholk:reenable-drop-tracking-tests, r=tmiasko | Dylan DPC | -23/+14 |
| 2022-03-03 | Cleanup feature gates. | Camille GILLOT | -1/+1 |
| 2022-02-28 | Enable drop-tracking tests behind -Zdrop-tracking | Eric Holk | -23/+14 |
| 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 |