| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-03-09 | borrowck: classify expressions as assignees, uses or both | Edward Wang | -16/+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. | ||||
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -2/+2 | |
| Who doesn't like a massive renaming? | ||||
| 2013-09-30 | cfail: Remove usage of fmt! | Alex Crichton | -2/+2 | |
| 2013-07-17 | Clean-up tests after debug!/std-macros change. | Huon Wilson | -2/+2 | |
| The entire testsuite is converted to using info! rather than debug! because some depend on the code within the debug! being trans'd. | ||||
| 2013-03-11 | Remove uses of log | Brian Anderson | -2/+2 | |
| 2012-12-10 | Reliciense makefiles and testsuite. Yup. | Graydon Hoare | -0/+10 | |
| 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/+6 | |
