| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2013-03-11 | librustc: Replace all uses of `fn()` with `&fn()`. rs=defun | Patrick Walton | -2/+2 |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -242/+242 |
| 2013-03-04 | Adding missing imports for tests, and gate off others | Alex Crichton | -43/+44 |
| 2013-03-04 | Remove unused imports throughout src/ | Alex Crichton | -1/+0 |
| 2013-03-03 | rustc: MIPS32 support | Jyun-Yan You | -0/+1 |
| 2013-02-27 | librustc: Forbid `pub` or `priv` before trait implementations | Patrick Walton | -6/+6 |
| 2013-02-15 | librustc: Stop parsing `impl Type : Trait` and fix several declarations that ... | Patrick Walton | -6/+6 |
| 2013-02-14 | librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip... | Patrick Walton | -5/+5 |
| 2013-02-11 | Add NumCast trait for generic numeric type casts | Brendan Zabarauskas | -0/+355 |
| 2013-02-03 | Moved all numeric modules in core into own directory | Marvin Löbel | -0/+287 |
