| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-03-09 | borrowck: classify expressions as assignees, uses or both | Edward Wang | -17/+0 | |
| - 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. | ||||
| 2012-12-10 | Reliciense makefiles and testsuite. Yup. | Graydon Hoare | -0/+10 | |
| 2012-08-01 | Convert ret to return | Brian Anderson | -1/+1 | |
| 2012-06-30 | change the test suite `//! kind` syntax to `//~ kind` in order to avoid a | Gareth Daniel Smith | -1/+1 | |
| conflict with the new single-line-sugared-inner-doc-comment (`//! ...`). | ||||
| 2012-05-24 | new liveness pass to supercede last_use / initedness | Niko Matsakis | -0/+7 | |
