| Age | Commit message (Expand) | Author | Lines |
| 2013-05-09 | Make staged versions of the functions that use uninit | James Miller | -0/+14 |
| 2013-05-09 | Replace init() with uninit() where appropriate | James Miller | -1/+1 |
| 2013-05-09 | auto merge of #6337 : thestinger/rust/fix_region, r=thestinger | bors | -0/+6 |
| 2013-05-08 | librustc: Stop parsing modes and remove them entirely from the language | Patrick Walton | -1/+1 |
| 2013-05-08 | fix incorrect region code based on the old 'self | Daniel Micay | -0/+6 |
| 2013-05-04 | Register snapshots | Brian Anderson | -46/+0 |
| 2013-05-02 | libcore: Export core::from_str::FromStr from core::prelude | gifnksm | -0/+2 |
| 2013-04-29 | test: Fix tests. | Patrick Walton | -2/+2 |
| 2013-04-29 | librustc: Rename `reinterpret_cast` to `transmute_copy` and remove the intrinsic | Patrick Walton | -3/+20 |
| 2013-04-29 | librustc: Implement `reinterpret_cast` in terms of `transmute`. | Patrick Walton | -0/+36 |
| 2013-04-16 | libcore,std,syntax,rustc: move tests into `mod tests`, make them private (no ... | Huon Wilson | -5/+5 |
| 2013-03-29 | Add AbiSet and integrate it into the AST. | Niko Matsakis | -1/+1 |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -6/+6 |
| 2013-03-26 | librustc: Modify all code to use new lifetime binder syntax | Patrick Walton | -6/+8 |
| 2013-03-26 | core: Make sure every module at least has a one-line description | Brian Anderson | -0/+2 |
| 2013-03-18 | librustc: Convert all uses of old lifetime notation to new lifetime notation.... | Patrick Walton | -6/+6 |
| 2013-03-13 | Remove `++` mode from the compiler (it is parsed as `+` mode) | Niko Matsakis | -1/+1 |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -6/+6 |
| 2013-03-07 | libcore: Remove `extern mod { ... }` from libcore. rs=deexterning | Patrick Walton | -4/+7 |
| 2013-02-15 | libcore: Get rid of `move`. | Luqman Aden | -10/+10 |
| 2013-02-07 | Make ~fn non-copyable, make &fn copyable, split barefn/closure types, | Niko Matsakis | -3/+0 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -0/+2 |
| 2013-01-08 | Revert "librustc: Make unqualified identifier searches terminate at the neare... | Patrick Walton | -2/+0 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -0/+2 |
| 2012-12-12 | Fix the test for transmute | Brian Anderson | -3/+4 |
| 2012-12-03 | Update license, add license boilerplate to most files. Remainder will follow. | Graydon Hoare | -0/+10 |
| 2012-10-12 | Make moves explicit in core tests | Tim Chevalier | -2/+2 |
| 2012-10-05 | core: Correct description of cast::forget | Brian Anderson | -1/+1 |
| 2012-10-04 | Forbid deprecated modes again in core | Tim Chevalier | -0/+1 |
| 2012-10-02 | Removing explicit uses of + mode | Tim Chevalier | -9/+9 |
| 2012-10-02 | libstd: Switch off legacy modes in both core and std. | Patrick Walton | -1/+1 |
| 2012-09-28 | Demode extfmt | Tim Chevalier | -2/+2 |
| 2012-09-27 | Finish de-exporting cast, mutable, flate, repr, cleanup, reflect. Part of #3583. | Graydon Hoare | -1/+0 |
| 2012-09-26 | libcore: De-export box, cast, and dlist | Patrick Walton | -25/+23 |
| 2012-09-21 | Install new pub/priv/export rules as defaults, old rules accessible under #[l... | Graydon Hoare | -0/+2 |
| 2012-09-19 | De-mode vec::each() and many of the str iteration routines | Niko Matsakis | -3/+4 |
| 2012-09-18 | core: Rename 'unsafe' mod to 'cast' | Brian Anderson | -0/+136 |