| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -2/+3 | |
| for `~str`/`~[]`. Note that `~self` still remains, since I forgot to add support for `Box<self>` before the snapshot. How to update your code: * Instead of `~EXPR`, you should write `box EXPR`. * Instead of `~TYPE`, you should write `Box<Type>`. * Instead of `~PATTERN`, you should write `box PATTERN`. [breaking-change] | ||||
| 2013-11-26 | test: Remove most uses of `&fn()` from the tests. | Patrick Walton | -1/+1 | |
| 2013-04-30 | new borrow checker (mass squash) | Niko Matsakis | -2/+2 | |
| 2013-03-11 | librustc: Replace all uses of `fn()` with `&fn()`. rs=defun | Patrick Walton | -1/+1 | |
| 2013-02-14 | librustc: Replace `impl Type : Trait` with `impl Trait for Type`. ↵ | Patrick Walton | -1/+1 | |
| rs=implflipping | ||||
| 2013-01-22 | testsuite: Add tests for mutable function arguments | Tim Chevalier | -0/+20 | |
