| Age | Commit message (Expand) | Author | Lines |
| 2013-05-14 | Fix cosmetics for fail!() calls | Marvin Löbel | -4/+2 |
| 2013-05-14 | Use static string with fail!() and remove fail!(fmt!()) | Björn Steinbrink | -5/+5 |
| 2013-05-13 | core: Move locks, atomic rc to unstable::sync | Brian Anderson | -1/+1 |
| 2013-05-09 | libstd: rename vec::each(var) to var.each | Youngmin Yoo | -1/+1 |
| 2013-04-29 | test: Fix tests. | Patrick Walton | -18/+26 |
| 2013-04-29 | librustc: Remove `ptr::addr_of`. | Patrick Walton | -2/+2 |
| 2013-04-27 | only use #[no_core] in libcore | Daniel Micay | -2/+0 |
| 2013-04-20 | Replaced many instances of reinterpret_cast with transmute | Matthijs Hofstra | -2/+2 |
| 2013-04-16 | libcore,std,syntax,rustc: move tests into `mod tests`, make them private (no ... | Huon Wilson | -36/+36 |
| 2013-04-14 | std: remove unused unsafe blocks/functions | Alex Crichton | -38/+28 |
| 2013-04-08 | Removing some mutable fields in libstd | Alex Crichton | -2/+1 |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -23/+23 |
| 2013-03-26 | librustc: Modify all code to use new lifetime binder syntax | Patrick Walton | -14/+14 |
| 2013-03-26 | option: rm functions that duplicate methods | Daniel Micay | -6/+5 |
| 2013-03-22 | librustc: Add explicit lifetime binders and new lifetime notation in core/std... | Patrick Walton | -18/+21 |
| 2013-03-21 | librustc: Forbid destructors from being attached to any structs that might co... | Patrick Walton | -1/+11 |
| 2013-03-18 | libsyntax: Stop parsing old lifetimes, except for the ones on data type decla... | Patrick Walton | -2/+2 |
| 2013-03-18 | librustc: Convert all uses of old lifetime notation to new lifetime notation.... | Patrick Walton | -12/+12 |
| 2013-03-15 | impl Clone for ~T, ~[T], ~str | Ben Striegel | -11/+11 |
| 2013-03-13 | librustc: Remove "base types" from the language. | Patrick Walton | -5/+5 |
| 2013-03-11 | libstd: Remove all newtype enums from std and core. | Patrick Walton | -1/+2 |
| 2013-03-11 | librustc: Replace all uses of `fn()` with `&fn()`. rs=defun | Patrick Walton | -16/+16 |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -23/+23 |
| 2013-03-07 | De-implicit-self libstd | Ben Striegel | -7/+7 |
| 2013-03-06 | Add manual &self/ and &static/ and /&self declarations that | Niko Matsakis | -46/+51 |
| 2013-03-04 | Remove unused imports throughout src/ | Alex Crichton | -3/+0 |
| 2013-03-02 | auto merge of #5137 : yjh0502/rust/empty_struct, r=nikomatsakis | bors | -2/+2 |
| 2013-03-02 | Remove REC, change related tests/docs | Jihyun Yu | -2/+2 |
| 2013-03-01 | Rename core::private to core::unstable. #4743 | Brian Anderson | -1/+1 |
| 2013-02-28 | Fix implicit leaks of imports throughout libraries | Alex Crichton | -2/+3 |
| 2013-02-28 | librustc: Mark all type implementations public. rs=impl-publicity | Patrick Walton | -10/+10 |
| 2013-02-27 | libsyntax: Forbid `~mut` and `~const`. rs=demuting | Patrick Walton | -5/+6 |
| 2013-02-21 | core: Extract comm from pipes. #4742 | Brian Anderson | -30/+30 |
| 2013-02-20 | librustc: Separate most trait bounds with '+'. rs=plussing | Patrick Walton | -3/+3 |
| 2013-02-15 | libstd: Get rid of `move`. | Luqman Aden | -43/+43 |
| 2013-02-14 | librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip... | Patrick Walton | -10/+10 |
| 2013-02-13 | Remove die!, raplace invocations with fail! Issue #4524 pt 3 | Nick Desaulniers | -8/+8 |
| 2013-02-07 | Make ~fn non-copyable, make &fn copyable, split barefn/closure types, | Niko Matsakis | -2/+0 |
| 2013-02-04 | Merge remote-tracking branch 'bstrie/rimov' into incoming | Brian Anderson | -11/+11 |
| 2013-01-31 | Replace most invocations of fail keyword with die! macro | Nick Desaulniers | -10/+10 |
| 2013-01-30 | Repair RIMOV damage to libstd | Ben Striegel | -1/+1 |
| 2013-01-30 | RIMOV, round 10 | Ben Striegel | -10/+10 |
| 2013-01-29 | libstd: De-export libstd. rs=deexport | Patrick Walton | -42/+52 |
| 2013-01-29 | librustc: Disallow trait bounds in types, enumerations, and structure definit... | Patrick Walton | -2/+2 |
| 2013-01-23 | core: Rename to_mut and from_mut to cast_to_mut and cast_from_mut | Trinick | -1/+1 |
| 2013-01-15 | Swap return value order in pipes::oneshot Issue #4496 | Nick Desaulniers | -2/+2 |
| 2013-01-13 | Merge pull request #4444 from JensNockert/pub-semaphore | Tim Chevalier | -1/+1 |
| 2013-01-11 | Make std::sync::semaphore() public | Jens Nockert | -1/+1 |
| 2013-01-11 | Adds priv qualifiers where they have been commented out before implementation. | William Ting | -4/+4 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -0/+5 |