| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-07-31 | Update tests that use `-Z borrowck=compare` or `#[feature(nll)]` to accmmodat... | Felix S. Klock II | -25/+25 |
| 2018-07-28 | Auto merge of #52678 - matthewjasper:better-spans, r=nikomatsakis | bors | -14/+10 |
| 2018-07-27 | Auto merge of #52733 - pnkfelix:issue-51348-make-temp-for-each-candidate-in-a... | bors | -0/+33 |
| 2018-07-27 | Auto merge of #52681 - pnkfelix:z-borrowck-migrate, r=nikomatsakis | bors | -0/+147 |
| 2018-07-26 | Use better spans for dummy accesses used in matches | Matthew Jasper | -14/+10 |
| 2018-07-26 | Auto merge of #52735 - Mark-Simulacrum:rollup, r=Mark-Simulacrum | bors | -2/+2 |
| 2018-07-26 | Regression test for the bug. | Felix S. Klock II | -0/+33 |
| 2018-07-26 | Incorporate edition flag testing into tests of `-Z borrowck=migrate`. | Felix S. Klock II | -7/+52 |
| 2018-07-26 | Bug fix: `#![feature(nll)]` takes precedence over `-Z borrowck=migrate`. | Felix S. Klock II | -0/+46 |
| 2018-07-26 | Test for `-Z borrowck=migrate`. | Felix S. Klock II | -0/+56 |
| 2018-07-25 | consolidate and use `find_sub_region_live_at` for everything | Niko Matsakis | -12/+21 |
| 2018-07-23 | Don't match on region kinds when reporting NLL errors | Matthew Jasper | -2/+2 |
| 2018-07-22 | Fallback to general error handling in ICE cases. | David Wood | -4/+4 |
| 2018-07-22 | Improved closure errors. | David Wood | -16/+16 |
| 2018-07-22 | Classify aggregate rvalues as assignments. | David Wood | -4/+4 |
| 2018-07-21 | Add specific message when moving from upvars in a non-FnOnce closure | Matthew Jasper | -4/+4 |
| 2018-07-20 | Update tests for new NLL mutability errors | Matthew Jasper | -12/+784 |
| 2018-07-09 | find and highlight the `&` or `'_` in `region_name` | Niko Matsakis | -1/+1 |
| 2018-07-06 | Auto merge of #52021 - nikomatsakis:nll-region-errors, r=estebank | bors | -14/+36 |
| 2018-07-05 | fix for issue #8636 | Mikhail Modin | -0/+256 |