| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-12-25 | Remove licenses | Mark Rousskov | -6/+6 | |
| 2018-10-21 | Use new region infer errors for explaining borrows | Matthew Jasper | -36/+18 | |
| This gives at least some explanation for why a borrow is expected to last for a certain free region. Also: * Reports E0373: "closure may outlive the current function" with NLL. * Special cases the case of returning a reference to (or value referencing) a local variable or temporary (E0515). * Special case assigning a reference to a local variable in a closure to a captured variable. | ||||
| 2018-10-03 | Clearer later use messages for calls | Matthew Jasper | -3/+3 | |
| Give a special message when the later use is from a call. Use the span of the callee instead of the whole expression. For conflicting borrow messages say that the later use is of the first borrow. | ||||
| 2018-08-07 | avoid computing liveness when a variable doesn't need it | Niko Matsakis | -3/+12 | |
| In particular, we skip computing liveness for a variable X if all the regions in its type are known to outlive free regions. | ||||
| 2018-08-06 | revert #52991 | Niko Matsakis | -12/+3 | |
| 2018-08-03 | update error messages -- in some cases maybe we should investigate | Niko Matsakis | -3/+12 | |
| 2018-07-05 | update test | csmoe | -12/+12 | |
| 2018-05-09 | ignore the point where the outlives requirement was added | Niko Matsakis | -6/+48 | |
| 2018-03-14 | update tests | Guillaume Gomez | -1/+1 | |
| 2018-02-26 | Update UI tests | Vadim Petrochenkov | -2/+2 | |
| 2018-02-26 | Update UI tests | Vadim Petrochenkov | -12/+12 | |
| 2018-02-25 | Update ui tests | Guillaume Gomez | -0/+1 | |
| 2017-12-20 | Add three point error handling to borrowck | Santiago Pastorino | -0/+3 | |
| Closes #45988 | ||||
| 2017-11-24 | Merge cfail and ui tests into ui tests | Oliver Schneider | -14/+14 | |
| 2017-11-19 | mir-borrowck: Remove parens in the lvalue description of a deref | Basile Desloges | -1/+1 | |
| 2017-11-16 | integrate NLL with MIR type-checker | Niko Matsakis | -0/+47 | |
