| Age | Commit message (Expand) | Author | Lines |
| 2018-09-16 | Auto merge of #54157 - euclio:structured-suggestion, r=estebank | bors | -43/+43 |
| 2018-09-12 | use structured suggestion for "missing mut" label | Andy Russell | -43/+43 |
| 2018-09-09 | Suggest a let binding to extend temporary lifetimes with NLL | Matthew Jasper | -0/+3 |
| 2018-09-08 | Rollup merge of #53932 - matthewjasper:remove-base-path, r=nikomatsakis | kennytm | -24/+14 |
| 2018-09-07 | Auto merge of #54021 - kennytm:rollup, r=kennytm | bors | -0/+692 |
| 2018-09-07 | Auto merge of #53830 - davidtwco:issue-53228, r=nikomatsakis | bors | -0/+44 |
| 2018-09-04 | Minimized (and then greatly expanded) test of failure cases from rust-lang/ru... | Felix S. Klock II | -0/+692 |
| 2018-09-03 | remove base_place | Matthew Jasper | -24/+14 |
| 2018-09-03 | Auto merge of #53865 - zilbuz:issue-52768, r=pnkfelix | bors | -38/+1 |
| 2018-09-01 | Update tests | Basile Desloges | -38/+1 |
| 2018-08-31 | Restrict most uses of `const_fn` to `min_const_fn` | Oliver Schneider | -1/+1 |
| 2018-08-31 | Omit 'missing IndexMut impl' suggestion when IndexMut is implemented. | David Wood | -0/+40 |
| 2018-08-30 | Added help message for missing IndexMut impl. | David Wood | -0/+4 |
| 2018-08-21 | Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkor | kennytm | -1/+1 |
| 2018-08-19 | Fix typos found by codespell. | Matthias Krüger | -1/+1 |
| 2018-08-19 | move tests to borrowck directory, remove feature(nll) | Niko Matsakis | -0/+361 |
| 2018-08-18 | Auto merge of #53175 - matthewjasper:more-return-stuff, r=nikomatsakis | bors | -4/+4 |
| 2018-08-17 | Auto merge of #53369 - pnkfelix:partial-53351-make-some-ported-compile-fail-t... | bors | -125/+573 |
| 2018-08-17 | Rollup merge of #53413 - eddyb:featured-in-the-latest-edition, r=varkor | Corey Farwell | -3/+3 |
| 2018-08-17 | Rollup merge of #53407 - pnkfelix:partial-53351-make-more-ported-compile-fail... | Corey Farwell | -18/+183 |
| 2018-08-16 | tests: prefer edition: directives to compile-flags:--edition. | Eduard-Mihai Burtescu | -3/+3 |
| 2018-08-15 | Add files I forgot to commit earlier | ashtneoi | -0/+12 |
| 2018-08-15 | Bless tests | ashtneoi | -45/+138 |
| 2018-08-15 | Bless UI tests | ashtneoi | -34/+91 |
| 2018-08-15 | Removed `ignore-test-compare-mode-nll` from borrowck-closures-two-mut-fail.rs | Felix S. Klock II | -10/+93 |
| 2018-08-15 | Removed `ignore-test-compare-mode-nll` from borrowck-closures-unique.rs | Felix S. Klock II | -8/+90 |
| 2018-08-15 | Updated the most glaring instances of weak tests w.r.t. NLL that came from #5... | Felix S. Klock II | -125/+573 |
| 2018-08-14 | Update former compile-fail tests | Matthew Jasper | -4/+4 |
| 2018-08-14 | Improved how upvars are detected when presenting errors using prefixes. | David Wood | -0/+3 |
| 2018-08-14 | Label definition of captured variables in errors. | David Wood | -0/+5 |
| 2018-08-14 | Tidy no longer fails when there are no files or subdirectories in a test dire... | David Wood | -0/+78 |
| 2018-08-14 | Merged migrated compile-fail tests and ui tests. Fixes #46841. | David Wood | -78/+16395 |
| 2018-08-10 | Auto merge of #53177 - nikomatsakis:nll-redundant-borrows-and-escaping-values... | bors | -20/+14 |
| 2018-08-09 | Auto merge of #52788 - LukasKalbertodt:improve-index-mut-error, r=estebank | bors | -0/+74 |
| 2018-08-08 | Add and update tests for `IndexMut` help message | Lukas Kalbertodt | -0/+74 |
| 2018-08-07 | avoid computing liveness when a variable doesn't need it | Niko Matsakis | -20/+14 |
| 2018-08-07 | Auto merge of #53109 - nikomatsakis:nll-escaping-into-return-revert, r=nikoma... | bors | -14/+63 |
| 2018-08-06 | add test case showing how previous attempt was unsound | Niko Matsakis | -0/+43 |
| 2018-08-06 | revert #52991 | Niko Matsakis | -14/+20 |
| 2018-08-06 | Auto merge of #53045 - pnkfelix:issue-53026-migrate-never-looser-than-ast-bor... | bors | -5/+40 |
| 2018-08-05 | Auto merge of #52959 - matthewjasper:closure-spans, r=pnkfelix | bors | -14/+18 |
| 2018-08-05 | Auto merge of #52991 - nikomatsakis:nll-escaping-into-return, r=pnkfelix | bors | -20/+14 |
| 2018-08-04 | An attempt to fix NLL migration mode so that reports region errors when neces... | Felix S. Klock II | -5/+40 |
| 2018-08-03 | Update tests for new spans for nll errors involving closures | Matthew Jasper | -14/+18 |
| 2018-08-03 | Auto merge of #52948 - davidtwco:issue-52633-later-loop-iteration, r=pnkfelix | bors | -1/+1 |
| 2018-08-03 | update error messages -- in some cases maybe we should investigate | Niko Matsakis | -20/+14 |
| 2018-08-02 | When we turn on NLL migration in the 2018 edition, we need two-phase borrows ... | Felix S. Klock II | -0/+32 |
| 2018-08-01 | Errors are more specific in cases where borrows are used in future iterations... | David Wood | -1/+1 |
| 2018-08-01 | Rollup merge of #52907 - pnkfelix:issue-52877-original-source-should-precede-... | Pietro Albini | -20/+31 |
| 2018-07-31 | NLL: On "cannot move out of type" error, print original source before rewrite. | Felix S. Klock II | -20/+31 |