| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -42/+0 | |
| 2022-09-13 | Use tcx.hir() utils for spans in MIR building. | Camille GILLOT | -3/+3 | |
| This corrects the `span_with_body` in the case of closures, which was incorrectly shortened to the `def_span`. | ||||
| 2022-07-07 | Shorten span for closures. | Camille GILLOT | -3/+3 | |
| 2019-05-12 | Remove feature(nll) when compare mode is sufficient | Matthew Jasper | -3/+3 | |
| 2019-03-11 | Update tests | Vadim Petrochenkov | -3/+3 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -3/+3 | |
| 2018-10-21 | Use new region infer errors for explaining borrows | Matthew Jasper | -17/+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-08-24 | support user annotations in fns, methods | Niko Matsakis | -0/+41 | |
