| Age | Commit message (Expand) | Author | Lines |
| 2022-05-22 | Use revisions for NLL in nll | Jack Huey | -29/+48 |
| 2022-05-21 | correctly deal with user type ascriptions in pat | lcnr | -0/+34 |
| 2022-05-13 | Rollup merge of #96615 - JohnTitor:test-54779, r=compiler-errors | Matthias Krüger | -0/+62 |
| 2022-05-08 | Move some tests to more reasonable places | Caio | -0/+130 |
| 2022-05-06 | Auto merge of #96268 - jackh726:remove-mutable_borrow_reservation_conflict-li... | bors | -19/+0 |
| 2022-05-02 | Add a regression test for #54779 | Yuki Okushi | -0/+62 |
| 2022-05-01 | Move some tests to more reasonable places | Caio | -0/+61 |
| 2022-04-30 | Bless tests. | Camille GILLOT | -41/+75 |
| 2022-04-27 | Auto merge of #96371 - c410-f3r:z-errors, r=petrochenkov | bors | -0/+50 |
| 2022-04-26 | Move some tests to more reasonable places | Caio | -0/+50 |
| 2022-04-25 | Recover most `impl Trait` and `dyn Trait` lifetime bound suggestions under NLL | marmeladema | -0/+5 |
| 2022-04-24 | Bless tests | marmeladema | -0/+2 |
| 2022-04-24 | Recover missing suggestion part under NLL | marmeladema | -15/+21 |
| 2022-04-24 | Improve span for `consider adding an explicit lifetime bound` suggestions und... | marmeladema | -30/+41 |
| 2022-04-20 | Remove mutable_borrow_reservation_conflict lint | Jack Huey | -19/+0 |
| 2022-04-05 | Rollup merge of #95591 - jackh726:nll-revisions-1, r=oli-obk | Dylan DPC | -60/+117 |
| 2022-04-05 | Move some tests with compare-mode=nll output to revisions | Jack Huey | -60/+117 |
| 2022-04-04 | Format invariance notes with backticks | Michael Goulet | -14/+14 |
| 2022-04-04 | Handle reporting invariance of fn pointer | Michael Goulet | -0/+34 |
| 2022-03-28 | Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk" | Oli Scherer | -21/+49 |
| 2022-03-09 | Auto merge of #94515 - estebank:tweak-move-error, r=davidtwco | bors | -4/+2 |
| 2022-03-07 | Update tests after feature stabilization | Eric Holk | -13/+3 |
| 2022-03-07 | add tests for #94502 | lcnr | -0/+45 |
| 2022-03-03 | Tweak move error | Esteban Kuber | -4/+2 |
| 2022-02-24 | Remove in-band lifetimes | Michael Goulet | -6/+4 |
| 2022-02-16 | Fix inconsistent symbol mangling with -Zverbose | Tomasz Miąsko | -5/+5 |
| 2022-02-12 | Update chalk tests | Matthew Jasper | -29/+30 |
| 2022-02-11 | Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis" | Oli Scherer | -22/+21 |
| 2022-02-11 | Revert "Auto merge of #92306 - Aaron1011:opaque-type-op, r=oli-obk" | Oli Scherer | -27/+0 |
| 2022-02-08 | Improve opaque type higher-ranked region error message under NLL | Aaron Hill | -0/+27 |
| 2022-02-07 | Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis | bors | -21/+22 |
| 2022-02-06 | Fix tracking issue for `const_fn_trait_bound` | Ruby Lazuli | -1/+1 |
| 2022-02-02 | bless | Oli Scherer | -5/+5 |
| 2022-02-02 | Lazily resolve type-alias-impl-trait defining uses | Oli Scherer | -16/+17 |
| 2022-01-21 | Auto merge of #93173 - matthiaskrgr:rollup-49bj7ta, r=matthiaskrgr | bors | -43/+28 |
| 2022-01-21 | Rollup merge of #92467 - Aaron1011:extern-local-region, r=oli-obk | Matthias Krüger | -43/+28 |
| 2022-01-21 | Override rustc version in ui and mir-opt tests to get stable hashes | The 8472 | -3/+3 |
| 2022-01-15 | Rollup merge of #92191 - jackh726:issue-89352, r=nikomatsakis | Matthias Krüger | -5/+5 |
| 2021-12-31 | Ensure that early-bound function lifetimes are always 'local' | Aaron Hill | -43/+28 |
| 2021-12-29 | Refactor variance diagnostics to work with more types | Aaron Hill | -0/+11 |
| 2021-12-22 | When obligation is a sized predicate, prefer projection or object candidates ... | Jack Huey | -5/+5 |
| 2021-12-17 | Fix typo in "new region bound" suggestion | Esteban Kuber | -1/+1 |
| 2021-12-13 | Include rustc version in `rustc_span::StableCrateId` | pierwill | -3/+3 |
| 2021-12-10 | Tweak wording | Esteban Kuber | -1/+1 |
| 2021-11-21 | Simplify for loop desugar | Cameron Steffen | -4/+2 |
| 2021-11-18 | Move some tests to more reasonable directories | Caio | -0/+91 |
| 2021-11-17 | Rollup merge of #90667 - rukai:improve_static_lifetime_diagnostics, r=estebank | Matthias Krüger | -9/+12 |
| 2021-11-14 | Move some tests to more reasonable directories | Caio | -0/+149 |
| 2021-11-14 | Improve diagnostics when a static lifetime is expected | Lucas Kent | -9/+12 |
| 2021-10-21 | Add test for issue #78561 | samlich | -0/+23 |