| Age | Commit message (Expand) | Author | Lines |
| 2018-11-10 | Regression test for issue 55552. | Felix S. Klock II | -0/+31 |
| 2018-10-31 | Update compare-mode=nll stderr files to reflect the fix to #55492. | Felix S. Klock II | -32/+9 |
| 2018-10-31 | Regression test for issue 55492. | Felix S. Klock II | -0/+224 |
| 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 | 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 |
| 2018-10-09 | Improve errors for `FnMut` closures. | David Wood | -17/+13 |
| 2018-10-08 | Move errors specify "dereference of raw pointer". | David Wood | -2/+2 |
| 2018-10-07 | Auto merge of #54835 - oli-obk:mögen_konstante_funktionen_doch_bitte_endlich... | bors | -6/+4 |
| 2018-10-05 | Stabilize `min_const_fn` | Oliver Schneider | -6/+4 |
| 2018-10-05 | Auto merge of #54703 - davidtwco:issue-52086, r=nikomatsakis | bors | -4/+13 |
| 2018-10-03 | Clearer later use messages for calls | Matthew Jasper | -420/+354 |
| 2018-10-02 | Auto merge of #54343 - blitzerr:master, r=nikomatsakis | bors | -10/+10 |
| 2018-10-01 | Add special cases for move from `Rc`/`Arc` errors. | David Wood | -4/+13 |
| 2018-09-28 | Test fixes for the change of error message for issue #54015 | Rusty Blitzerr | -10/+10 |
| 2018-09-27 | Enable NLL compare mode for more tests | Matthew Jasper | -8/+44 |
| 2018-09-25 | Change the diagnostic number from 714 to 716. | Felix S. Klock II | -12/+12 |
| 2018-09-25 | add "temporary value dropped while borrowed" error | Mikhail Modin | -24/+42 |
| 2018-09-24 | Update ui tests | Matthew Jasper | -518/+55 |
| 2018-09-23 | Auto merge of #54310 - pnkfelix:issue-52059-report-borrow-drop-conflict, r=ni... | bors | -4/+4 |
| 2018-09-19 | Auto merge of #53995 - davidtwco:issue-53807, r=nikomatsakis | bors | -35/+1 |
| 2018-09-18 | Switched from FxHashMap to BTreeMap to preserve ordering when iterating. | David Wood | -8/+8 |
| 2018-09-18 | De-duplicate moved variable errors. | David Wood | -43/+9 |
| 2018-09-18 | Updates to tests reflecting the diangostic changes in previous commit. | Felix S. Klock II | -4/+4 |
| 2018-09-17 | On nightly with NLL, suggest `#![feature(bind_by_move_pattern_guards)]` when ... | Felix S. Klock II | -0/+24 |
| 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 |