| Age | Commit message (Expand) | Author | Lines |
| 2013-03-18 | libsyntax: Stop parsing old lifetimes, except for the ones on data type decla... | Patrick Walton | -1/+1 |
| 2013-03-18 | librustc: Convert all uses of old lifetime notation to new lifetime notation.... | Patrick Walton | -204/+204 |
| 2013-03-18 | core: Initialize global state lazily in the Scheduler ctor | Brian Anderson | -10/+7 |
| 2013-03-18 | Add a way to run the test suite with the new scheduler | Brian Anderson | -5/+45 |
| 2013-03-18 | core: Refactor uv bindings | Brian Anderson | -483/+535 |
| 2013-03-18 | core: Begin uv file system bindings | Brian Anderson | -0/+36 |
| 2013-03-18 | core: Add rt::io and start sketching the API | Brian Anderson | -0/+92 |
| 2013-03-18 | core: Rename rt::io to rt::rtio | Brian Anderson | -6/+4 |
| 2013-03-18 | core: Convert some multiline statements to single-line | Brian Anderson | -135/+67 |
| 2013-03-18 | core: Simplify uvll bindings and strip out currently-unused bits | Brian Anderson | -1770/+315 |
| 2013-03-18 | core: Don't use printf in rtdebug! | Brian Anderson | -10/+4 |
| 2013-03-18 | Give core::rt and std::net their own uvll bindings | Brian Anderson | -3/+2 |
| 2013-03-18 | core: Cleanup rt::context | Brian Anderson | -17/+35 |
| 2013-03-16 | rt: Add RUST_DEBUG_MEM to rust_env to avoid races | Brian Anderson | -5/+49 |
| 2013-03-15 | auto merge of #5408 : thestinger/rust/trie, r=pcwalton | bors | -2/+31 |
| 2013-03-15 | auto merge of #5404 : bstrie/rust/decopy, r=pcwalton | bors | -3/+29 |
| 2013-03-15 | add a test for the chunk function | Daniel Micay | -0/+22 |
| 2013-03-15 | core: fix trie chunk function | Graydon Hoare | -2/+2 |
| 2013-03-15 | add constructor to TrieSet (was missing) | Daniel Micay | -0/+7 |
| 2013-03-15 | auto merge of #5396 : ILyoan/rust/fix_rt_tls, r=graydon | bors | -0/+1 |
| 2013-03-15 | auto merge of #5391 : brson/rust/to-bytes, r=graydon | bors | -0/+3 |
| 2013-03-15 | impl Clone for ~T, ~[T], ~str | Ben Striegel | -3/+29 |
| 2013-03-15 | auto merge of #5395 : thestinger/rust/iter, r=pcwalton | bors | -1/+8 |
| 2013-03-15 | Fix an android compilation fail | ILyoan | -0/+1 |
| 2013-03-14 | MutableIter impl for Option + use it in treemap | Daniel Micay | -1/+8 |
| 2013-03-14 | auto merge of #5371 : thestinger/rust/hidden, r=pcwalton | bors | -1/+2 |
| 2013-03-14 | auto merge of #5369 : thestinger/rust/iter, r=z0w0 | bors | -7/+33 |
| 2013-03-14 | core: Add to_bytes method to StrSlice trait | Brian Anderson | -0/+3 |
| 2013-03-14 | auto merge of #5367 : brson/rust/5299, r=thestinger | bors | -0/+4 |
| 2013-03-14 | auto merge of #5365 : thestinger/rust/map, r=catamorphism | bors | -11/+27 |
| 2013-03-13 | test: Fix tests. rs=tests | Patrick Walton | -2/+7 |
| 2013-03-13 | librustc: Don't accept `as Trait` anymore; fix all occurrences of it. | Patrick Walton | -50/+133 |
| 2013-03-13 | rm FIXME from use of #[doc(hidden)] on pub mod | Daniel Micay | -1/+1 |
| 2013-03-13 | hide the linkhack module in the docs | Daniel Micay | -0/+1 |
| 2013-03-13 | add a trait for mutable iterators | Daniel Micay | -7/+33 |
| 2013-03-13 | core: Add spawn, stream and friends to prelude. #5299 | Brian Anderson | -0/+4 |
| 2013-03-14 | Remove unused import in core | ILyoan | -9/+2 |
| 2013-03-13 | add the mutate_values method to the Map trait | Daniel Micay | -11/+27 |
| 2013-03-13 | Remove `++` mode from the compiler (it is parsed as `+` mode) | Niko Matsakis | -3/+3 |
| 2013-03-13 | Revamp foreign code not to consider the Rust modes. This requires | Niko Matsakis | -4/+4 |
| 2013-03-13 | auto merge of #5293 : brson/rust/logging, r=brson | bors | -165/+149 |
| 2013-03-12 | Work around linkage bug cross-compiling from x86_64-apple-darwin to i686-appl... | Brian Anderson | -36/+18 |
| 2013-03-12 | libcore: Attempt to put out burning tree on Mac by using the old symbol on 32... | Patrick Walton | -5/+20 |
| 2013-03-12 | core: Turn off rtdebug logging | Brian Anderson | -2/+3 |
| 2013-03-12 | auto merge of #5333 : brson/rust/context, r=brson | bors | -31/+63 |
| 2013-03-12 | auto merge of #5328 : bstrie/rust/optadd, r=graydon | bors | -0/+13 |
| 2013-03-11 | core: Add context switching for ARM and MIPS | Brian Anderson | -31/+63 |
| 2013-03-11 | core: Remove logging constants | Brian Anderson | -16/+8 |
| 2013-03-11 | Remove uses of log | Brian Anderson | -149/+141 |
| 2013-03-11 | Implement Add on Option types | Ben Striegel | -0/+13 |