| Age | Commit message (Expand) | Author | Lines |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -6/+6 |
| 2013-03-28 | Removing unused imports | Alex Crichton | -1/+1 |
| 2013-03-26 | Switched over a bunch of splitting funktions to non-allocating iterators | Marvin Löbel | -1/+3 |
| 2013-03-18 | Give core::rt and std::net their own uvll bindings | Brian Anderson | -14/+14 |
| 2013-03-11 | Remove uses of log | Brian Anderson | -24/+24 |
| 2013-03-11 | core: Add rt mod and add the new scheduler code | Brian Anderson | -14/+14 |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -6/+6 |
| 2013-03-07 | De-implicit-self libstd | Ben Striegel | -3/+3 |
| 2013-03-04 | Remove unused imports throughout src/ | Alex Crichton | -3/+0 |
| 2013-02-21 | core: Extract comm from pipes. #4742 | Brian Anderson | -1/+1 |
| 2013-02-15 | libstd: Get rid of `move`. | Luqman Aden | -5/+5 |
| 2013-02-14 | librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip... | Patrick Walton | -1/+1 |
| 2013-02-13 | Remove die!, raplace invocations with fail! Issue #4524 pt 3 | Nick Desaulniers | -7/+7 |
| 2013-02-07 | Make ~fn non-copyable, make &fn copyable, split barefn/closure types, | Niko Matsakis | -1/+0 |
| 2013-01-31 | Replace most invocations of fail keyword with die! macro | Nick Desaulniers | -7/+7 |
| 2013-01-31 | Finalize moves-based-on-type implementation. | Niko Matsakis | -1/+2 |
| 2013-01-29 | std: Stop using oldcomm | Brian Anderson | -35/+36 |
| 2013-01-25 | Merge remote-tracking branch 'brson/nocommupstream' | Brian Anderson | -3/+3 |
| 2013-01-24 | convert most of libstd over to structs | Erick Tryzelaar | -25/+25 |
| 2013-01-23 | std: Convert uv_global_loop to use pipes | Brian Anderson | -3/+3 |
| 2013-01-23 | libsyntax: Remove `fn() unsafe { ... }`. r=graydon | Patrick Walton | -73/+79 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -1/+14 |
| 2013-01-08 | Revert "librustc: Make unqualified identifier searches terminate at the neare... | Patrick Walton | -14/+1 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -1/+14 |
| 2012-12-28 | libstd: Fix tests. rs=bustage | Patrick Walton | -0/+7 |
| 2012-12-27 | librustc: Terminate name searches at the nearest module scope for paths that ... | Patrick Walton | -0/+19 |
| 2012-12-14 | Rename core::comm to core::oldcomm | Brian Anderson | -3/+2 |
| 2012-12-03 | Update license, add license boilerplate to most files. Remainder will follow. | Graydon Hoare | -0/+10 |
| 2012-10-20 | uv: implement a way to get client's ip/port. | Luqman Aden | -2/+21 |
| 2012-10-12 | Make moves explicit in std tests | Tim Chevalier | -4/+4 |
| 2012-10-03 | De-export net::*. Part of #3583. | Graydon Hoare | -22/+13 |
| 2012-10-01 | Move over to calling ptr::addr_of | Tim Chevalier | -3/+3 |
| 2012-09-28 | Demode extfmt | Tim Chevalier | -4/+4 |
| 2012-09-28 | demode vec | Niko Matsakis | -1/+1 |
| 2012-09-28 | Long lines | Brian Anderson | -4/+4 |
| 2012-09-28 | std: Eliminate deprecated patterns | Brian Anderson | -9/+8 |
| 2012-09-26 | Demode vec::push (and convert to method) | Niko Matsakis | -1/+1 |
| 2012-09-25 | Demode core::result | Brian Anderson | -8/+8 |
| 2012-09-21 | De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachi | Niko Matsakis | -1/+1 |
| 2012-09-21 | Install new pub/priv/export rules as defaults, old rules accessible under #[l... | Graydon Hoare | -0/+3 |
| 2012-09-19 | De-mode vec::each() and many of the str iteration routines | Niko Matsakis | -2/+2 |
| 2012-09-18 | Revert "replace explicit calls to vec::each with vec::each_ref, partially dem... | Niko Matsakis | -3/+3 |
| 2012-09-18 | replace explicit calls to vec::each with vec::each_ref, partially demode str | Niko Matsakis | -3/+3 |
| 2012-09-13 | Fix implicit-instantiation of non-implicitly-copyable warnings. | Graydon Hoare | -1/+1 |
| 2012-09-11 | Make moves explicit in arguments | Tim Chevalier | -2/+2 |
| 2012-09-04 | Demode libstd/net_ip.rs | Kevin Cantu | -14/+16 |
| 2012-09-04 | libstd: "import" -> "use" | Patrick Walton | -19/+17 |
| 2012-08-31 | std: Camel case net modules | Brian Anderson | -34/+34 |
| 2012-08-29 | std: More camel casing | Brian Anderson | -1/+1 |
| 2012-08-27 | Convert core::result to camel case | Brian Anderson | -27/+27 |