| Age | Commit message (Expand) | Author | Lines |
| 2022-07-15 | promote placeholder bounds to 'static obligations | Niko Matsakis | -0/+38 |
| 2022-06-24 | Auto merge of #98109 - nikomatsakis:issue-98095, r=jackh726 | bors | -0/+104 |
| 2022-06-23 | Rollup merge of #98184 - compiler-errors:elided-lifetime-in-impl-nll, r=cjgillot | Michael Goulet | -0/+69 |
| 2022-06-23 | add regression tests found in crater | Niko Matsakis | -0/+30 |
| 2022-06-23 | normalize if-eq bounds before testing | Niko Matsakis | -0/+37 |
| 2022-06-22 | Rollup merge of #98199 - c410-f3r:z-errors, r=petrochenkov | Yuki Okushi | -0/+284 |
| 2022-06-21 | Move some tests to more reasonable directories | Caio | -0/+284 |
| 2022-06-21 | Rollup merge of #98022 - compiler-errors:erroneous-borrowck-span, r=oli-obk | Yuki Okushi | -0/+36 |
| 2022-06-20 | Give name if anonymous region appears in impl signature | Michael Goulet | -0/+69 |
| 2022-06-16 | fix one more case of trailing space | klensy | -7/+7 |
| 2022-06-15 | fix universes in the NLL type tests | Niko Matsakis | -0/+37 |
| 2022-06-13 | Move tests | Caio | -0/+20 |
| 2022-06-12 | Fix erroneous span for borrowck error | Michael Goulet | -0/+36 |
| 2022-06-03 | Fully stabilize NLL | Jack Huey | -792/+198 |
| 2022-05-29 | Rebase fallout. | Camille GILLOT | -1/+1 |
| 2022-05-29 | Make lifetime errors more precise in the presence of `Fresh` lifetimes. | Camille GILLOT | -2/+2 |
| 2022-05-25 | bless existing test with compare-mode=nll and remove test | b-naber | -221/+0 |
| 2022-05-25 | update tests | b-naber | -15/+237 |
| 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 |