| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -23/+0 | |
| 2022-07-07 | Tweak wording and spans | Esteban Küber | -6/+6 | |
| 2022-07-07 | On partial uninit error point at where we need init | Esteban Küber | -4/+12 | |
| When a binding is declared without a value, borrowck verifies that all codepaths have *one* assignment to them to initialize them fully. If there are any cases where a condition can be met that leaves the binding uninitialized or we attempt to initialize a field of an unitialized binding, we emit E0381. We now look at all the statements that initialize the binding, and use them to explore branching code paths that *don't* and point at them. If we find *no* potential places where an assignment to the binding might be missing, we display the spans of all the existing initializers to provide some context. | ||||
| 2019-09-06 | Fixed grammar/style in error messages and reblessed tests. | Alexander Regueiro | -4/+4 | |
| 2019-04-22 | update tests for migrate mode by default | Matthew Jasper | -15/+9 | |
| 2019-03-11 | Update tests | Vadim Petrochenkov | -3/+3 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -3/+3 | |
| 2018-08-19 | move tests to borrowck directory, remove feature(nll) | Niko Matsakis | -0/+21 | |
| now compare-mode can show us the differences | ||||
