| Age | Commit message (Expand) | Author | Lines |
| 2022-08-02 | NLL: relate closure to parent fn | Ali MJ Al-Nasrawy | -0/+97 |
| 2022-07-31 | Improve `cannot move out of` error message | Obei Sideg | -2/+2 |
| 2022-07-26 | Rollup merge of #99748 - compiler-errors:better-impl-trait-printing, r=fee1-dead | Dylan DPC | -2/+2 |
| 2022-07-26 | Use real opaque type instead of just saying impl Trait | Michael Goulet | -2/+2 |
| 2022-07-24 | Combine redundant obligation cause codes | Michael Goulet | -2/+2 |
| 2022-07-14 | Rollup merge of #97720 - cjgillot:all-fresh, r=petrochenkov | Dylan DPC | -4/+4 |
| 2022-07-13 | remove untagged_union feature gate | Ralf Jung | -7/+7 |
| 2022-07-13 | Always use CreateParameter mode for function definitions. | Camille GILLOT | -4/+4 |
| 2022-07-11 | Rollup merge of #98713 - nikomatsakis:issue-98693, r=jackh726 | Matthias Krüger | -0/+38 |
| 2022-07-08 | Auto merge of #98482 - cjgillot:short-struct-span-closure, r=estebank | bors | -238/+145 |
| 2022-07-07 | Wording tweak | Esteban Küber | -8/+12 |
| 2022-07-07 | Fix label on uninit binding field assignment | Esteban Küber | -4/+4 |
| 2022-07-07 | Avoid misleading message/label in `match-cfg-fake-edges.rs` test | Esteban Küber | -2/+5 |
| 2022-07-07 | Review comments: wording | Esteban Küber | -2/+2 |
| 2022-07-07 | Tweak wording and spans | Esteban Küber | -52/+50 |
| 2022-07-07 | On partial uninit error point at where we need init | Esteban Küber | -96/+147 |
| 2022-07-07 | Fix borrowck closure span. | Camille GILLOT | -6/+18 |
| 2022-07-07 | Shorten span for closures. | Camille GILLOT | -238/+133 |
| 2022-06-30 | 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 |