| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2016-02-24 | Move the borrowck run-pass/compile-fail tests into their own directories | Niko Matsakis | -17/+0 | |
| as a test. | ||||
| 2015-02-04 | remove all kind annotations from closures | Jorge Aparicio | -1/+1 | |
| 2015-01-08 | Update compile fail tests to use isize. | Huon Wilson | -2/+2 | |
| 2015-01-05 | fix cfail tests | Jorge Aparicio | -1/+1 | |
| 2014-03-09 | borrowck: classify expressions as assignees, uses or both | Edward Wang | -0/+17 | |
| - Repurposes `MoveData.assignee_ids` to mean only `=` but not `+=`, so that borrowck effectively classifies all expressions into assignees, uses or both. - Removes two `span_err` in liveness analysis, which are now borrowck's responsibilities. Closes #12527. | ||||
