| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -15/+0 | |
| 2022-06-16 | fix one more case of trailing space | klensy | -1/+1 | |
| 2019-05-12 | Remove feature(nll) when compare mode is sufficient | Matthew Jasper | -1/+1 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -1/+1 | |
| 2018-07-23 | Don't match on region kinds when reporting NLL errors | Matthew Jasper | -1/+1 | |
| With NLL region kinds are always ReVar | ||||
| 2018-03-14 | update tests | Guillaume Gomez | -1/+1 | |
| 2018-03-06 | Remove nll-dump-cause flag and always track causes | Santiago Pastorino | -1/+1 | |
| 2018-03-01 | Make explain borrow work for Universal lifetimes | Santiago Pastorino | -2/+0 | |
| 2018-02-26 | Update UI tests | Vadim Petrochenkov | -1/+1 | |
| 2018-02-26 | Update UI tests | Vadim Petrochenkov | -3/+3 | |
| 2018-02-25 | Update ui tests | Guillaume Gomez | -0/+1 | |
| 2018-01-27 | Updated tests with fixed span location. | David Wood | -1/+1 | |
| 2017-12-20 | Add nll feature and make nll imply nll_dump_cause | Santiago Pastorino | -5/+5 | |
| 2017-12-20 | Add three point error handling to borrowck | Santiago Pastorino | -0/+3 | |
| Closes #45988 | ||||
| 2017-12-20 | Auto merge of #46733 - nikomatsakis:nll-master-to-rust-master-5, r=arielb1 | bors | -1/+1 | |
| nll part 5 Next round of changes from the nll-master branch. Extensions: - we now propagate ty-region-outlives constraints out of closures and into their creator when necessary - we fix a few ICEs that can occur by doing liveness analysis (and the resulting normalization) during type-checking - we handle the implicit region bound that assumes that each type `T` outlives the fn body - we handle normalization of inputs/outputs in fn signatures Not included in this PR (will come next): - handling `impl Trait` - tracking causal information - extended errors r? @arielb1 | ||||
| 2017-12-15 | Same change to point at borrow for mir errors | Esteban Küber | -1/+1 | |
| 2017-12-15 | thread through an implicit region body of the fn body | Niko Matsakis | -1/+1 | |
| 2017-12-11 | Updated existing tests with new error messages. | David Wood | -7/+7 | |
| 2017-12-07 | add closure requirement tests, improve debugging output | Niko Matsakis | -0/+13 | |
| The overall format is now easier to read. Also, There is now graphviz output, as well as a `#[rustc_regions]` annotation that dumps internal state. | ||||
