| Age | Commit message (Expand) | Author | Lines |
| 2018-12-29 | add non-copy note to stderr | csmoe | -33/+30 |
| 2018-12-27 | retrieve ty info from place_ty | csmoe | -2/+2 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -3165/+1260 |
| 2018-12-25 | Auto merge of #57088 - euclio:non-camel-case-early-lint, r=estebank | bors | -59/+56 |
| 2018-12-25 | Auto merge of #56962 - nivkner:fixme_fixup4, r=pnkfelix | bors | -10/+9 |
| 2018-12-24 | make non_camel_case_types an early lint | Andy Russell | -59/+56 |
| 2018-12-23 | bless ui tests in compare mode | Niv Kaminer | -3/+3 |
| 2018-12-22 | Update migrate warning wording. | David Wood | -15/+10 |
| 2018-12-19 | FIXME(21232) update fixme to point to the open issue about accepting partial ... | Niv Kaminer | -1/+1 |
| 2018-12-19 | FIXME(49824) remove fixme because there is no free region error anymore | Niv Kaminer | -6/+5 |
| 2018-12-13 | Make determining the discriminant a normal Shallow read | Matthew Jasper | -2/+31 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -1/+1 |
| 2018-12-05 | Rollup merge of #56372 - wildarch:issue-55314-second-borrow-ref, r=davidtwco | Pietro Albini | -1/+1 |
| 2018-12-04 | Update tests | Oliver Scherer | -25/+52 |
| 2018-11-30 | Refer to the second borrow as the "second borrow". | Daan de Graaf | -1/+1 |
| 2018-11-18 | Remove mir::StatementKind::EndRegion | Matthew Jasper | -1/+1 |
| 2018-11-11 | Auto merge of #55657 - davidtwco:issue-55651, r=pnkfelix | bors | -25/+13 |
| 2018-11-11 | Rollup merge of #55801 - pnkfelix:update-box-insensitivity-test-for-nll, r=da... | Pietro Albini | -86/+103 |
| 2018-11-10 | Auto merge of #55637 - pnkfelix:issue-55552-dont-attempt-to-ascribe-projectio... | bors | -0/+31 |
| 2018-11-09 | Fix the expected error annotations. | Felix S. Klock II | -65/+65 |
| 2018-11-09 | Switch to using `// revisions` to explicit encode NLL's change to `Box` treat... | Felix S. Klock II | -8/+22 |
| 2018-11-09 | Make test robust to NLL, in sense of ensuring borrows extend to something app... | Felix S. Klock II | -14/+17 |
| 2018-11-05 | Make `ui/borrowck/borrowck-overloaded-call.rs` robust w.r.t. NLL. | Felix S. Klock II | -3/+16 |
| 2018-11-05 | Update `ui/borrowck/borrowck-closures-mut-of-imm.rs` robust w.r.t. NLL. | Felix S. Klock II | -25/+43 |
| 2018-11-05 | Add `ui/borrowck/borrowck-closures-mut-of-mut.rs`. | Felix S. Klock II | -0/+56 |
| 2018-11-05 | Make `ui/borrowck/borrowck-unboxed-closures.rs` robust w.r.t. NLL. | Felix S. Klock II | -3/+16 |
| 2018-11-05 | Make `ui/borrowck/borrowck-reborrow-from-mut.rs` robust w.r.t. NLL. | Felix S. Klock II | -19/+135 |
| 2018-11-05 | Make `ui/borrowck/borrowck-overloaded-index-move-index.rs` robust w.r.t. NLL. | Felix S. Klock II | -2/+31 |
| 2018-11-05 | Switch to using revisions in borrowck-lend-flow-loop.rs | Felix S. Klock II | -41/+41 |
| 2018-11-03 | Unions reinitialized after assignment into field. | David Wood | -25/+13 |
| 2018-11-03 | Regression test for issue 55552. | Felix S. Klock II | -0/+31 |
| 2018-10-30 | Rollup merge of #55494 - pnkfelix:issue-55492-borrowck-migrate-must-look-at-p... | kennytm | -32/+233 |
| 2018-10-30 | Update compare-mode=nll stderr files to reflect the fix to #55492. | Felix S. Klock II | -32/+9 |
| 2018-10-30 | Regression test for issue 55492. | Felix S. Klock II | -0/+224 |
| 2018-10-29 | Don't emit cannot move errors twice in migrate mode | Matthew Jasper | -334/+13 |
| 2018-10-27 | Auto merge of #55150 - pnkfelix:issues-47215-54797-fix-ice-from-moving-out-of... | bors | -2/+46 |
| 2018-10-21 | Use new region infer errors for explaining borrows | Matthew Jasper | -200/+149 |
| 2018-10-20 | Give an error number for "borrowed data escapes outside of closure" | Matthew Jasper | -2/+3 |
| 2018-10-18 | Rollup merge of #55090 - pnkfelix:issue-54597-regression-test, r=estebank | kennytm | -0/+34 |
| 2018-10-17 | Auto merge of #55134 - davidtwco:issue-55118, r=pnkfelix | bors | -86/+348 |
| 2018-10-17 | Add regression test for issue 47215. | Felix S. Klock II | -0/+44 |
| 2018-10-17 | Update existing tests and .stderr files to reflect introduction of thread-loc... | Felix S. Klock II | -2/+2 |
| 2018-10-17 | Some new tests I added. | Felix S. Klock II | -0/+697 |
| 2018-10-17 | Update output for borrowck=migrate compare mode. | David Wood | -86/+348 |
| 2018-10-16 | updates to existing ui/borrowck tests. | Felix S. Klock II | -142/+137 |
| 2018-10-15 | regression test for issue #54597 | Felix S. Klock II | -0/+34 |
| 2018-10-13 | Auto merge of #54945 - estebank:asm-span, r=petrochenkov | bors | -24/+24 |
| 2018-10-12 | Rollup merge of #54825 - davidtwco:issue-52663-deref-raw-pointer, r=pnkfelix | kennytm | -2/+2 |
| 2018-10-09 | Point to variable in `asm!` macro when failing borrowck | Esteban Küber | -24/+24 |
| 2018-10-09 | Improve message for closure returning a closure. | David Wood | -2/+2 |