| Age | Commit message (Expand) | Author | Lines |
| 2013-11-24 | std: Fix transmute error on win64 | klutzy | -1/+1 |
| 2013-11-23 | Move mutable::Mut to cell::RefCell | Steven Fackler | -8/+7 |
| 2013-11-22 | Change Mut::map to Mut::with | Steven Fackler | -3/+3 |
| 2013-11-22 | Cell -> Mut switch in comm | Steven Fackler | -20/+24 |
| 2013-11-22 | The original fixme #2699 was removed back in PR #6053. | Felix S. Klock II | -1/+0 |
| 2013-11-19 | libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstd | Patrick Walton | -30/+30 |
| 2013-11-19 | auto merge of #10558 : alexcrichton/rust/faster-stdout, r=pcwalton,pcwalton | bors | -0/+1 |
| 2013-11-18 | auto merge of #10561 : pcwalton/rust/procify, r=alexcrichton | bors | -46/+64 |
| 2013-11-18 | Move runtime files to C instead of C++ | Alex Crichton | -0/+1 |
| 2013-11-18 | Remove the C++ lock_and_signal type | Alex Crichton | -33/+52 |
| 2013-11-18 | libstd: Change all `~fn()`s to `proc`s in the standard library. | Patrick Walton | -46/+64 |
| 2013-11-18 | Allow piped stdout/stderr use uv_tty_t | Alex Crichton | -0/+1 |
| 2013-11-18 | rt: Namespace all C functions under rust_ | Brian Anderson | -8/+8 |
| 2013-11-13 | Implement native::IoFactory | Alex Crichton | -31/+29 |
| 2013-11-11 | Move std::rt::io to std::io | Alex Crichton | -8654/+24 |
| 2013-11-11 | auto merge of #10424 : alexcrichton/rust/optimize-buffered, r=brson | bors | -2/+13 |
| 2013-11-12 | Implemented a ProcessExit enum and helper methods to std::rt::io::process for... | Matthew Iselin | -3/+39 |
| 2013-11-11 | Decrease the default stack size back to 2MB | Alex Crichton | -1/+1 |
| 2013-11-11 | Remove #[fixed_stack_segment] and #[rust_stack] | Alex Crichton | -113/+8 |
| 2013-11-11 | Optimize creation of buffered readers/writers | Alex Crichton | -2/+13 |
| 2013-11-11 | auto merge of #10409 : alexcrichton/rust/issue-10386, r=brson | bors | -1/+5 |
| 2013-11-11 | auto merge of #10394 : yichoi/rust/make_check_pass_android, r=brson | bors | -3/+4 |
| 2013-11-11 | Clean lint on test build | Corey Richardson | -2/+0 |
| 2013-11-10 | Enable uv pipe tests on windows | Alex Crichton | -1/+5 |
| 2013-11-10 | Register new snapshots | Alex Crichton | -23/+4 |
| 2013-11-10 | Fix usage of libuv for windows | Alex Crichton | -7/+13 |
| 2013-11-10 | Another round of test fixes from previous commits | Alex Crichton | -24/+23 |
| 2013-11-10 | Fall back from uv tty instances more aggressively | Alex Crichton | -5/+2 |
| 2013-11-10 | Assorted test fixes and merge conflicts | Alex Crichton | -4/+5 |
| 2013-11-10 | Rework the idle callback to have a safer interface | Alex Crichton | -21/+11 |
| 2013-11-10 | Add bindings to uv's utime function | Alex Crichton | -4/+47 |
| 2013-11-10 | Clean up the remaining chunks of uv | Alex Crichton | -14/+14 |
| 2013-11-10 | Start migrating stream I/O away from ~fn() | Alex Crichton | -2/+0 |
| 2013-11-10 | Remove usage of ~fn from the scheduler | Alex Crichton | -3/+2 |
| 2013-11-10 | Remove usage of ~fn() from uv async/idle | Alex Crichton | -18/+31 |
| 2013-11-10 | temporarily disable tests on android and tagging issue number #10378 | Young-il Choi | -3/+3 |
| 2013-11-10 | disable tests on android since tcp/ip permission cannot be acquired without h... | Young-il Choi | -0/+1 |
| 2013-11-05 | Move implementation for threads to Rust | Dirkjan Bussink | -30/+97 |
| 2013-11-04 | auto merge of #10270 : alexcrichton/rust/no-super-buffer, r=brson | bors | -13/+5 |
| 2013-11-04 | auto merge of #10182 : alexcrichton/rust/typeid-intrinsic, r=nikomatsakis | bors | -55/+26 |
| 2013-11-04 | Stop extra buffering when stdout isn't a tty | Alex Crichton | -13/+5 |
| 2013-11-04 | Move io::file to io::fs and fns out of File | Alex Crichton | -301/+350 |
| 2013-11-03 | Fill out the remaining functionality in io::file | Alex Crichton | -575/+919 |
| 2013-11-03 | Remove all blocking std::os blocking functions | Alex Crichton | -415/+900 |
| 2013-11-03 | Modify IoFactory's fs_mkdir, and add fs_rename | Alex Crichton | -1/+2 |
| 2013-11-01 | Remove unnecessary unwind messages | Alex Crichton | -55/+26 |
| 2013-11-01 | auto merge of #10204 : alexcrichton/rust/better-names, r=brson | bors | -0/+3 |
| 2013-11-01 | auto merge of #10119 : Kimundi/rust/option_and_generic, r=alexcrichton | bors | -1/+1 |
| 2013-11-01 | Give test and main tasks better names | Alex Crichton | -0/+3 |
| 2013-11-01 | auto merge of #10218 : alexcrichton/rust/stdio-flush-safe, r=cmr | bors | -14/+27 |