| Age | Commit message (Expand) | Author | Lines |
| 2014-02-23 | Roll std::run into std::io::process | Alex Crichton | -36/+65 |
| 2014-02-24 | native: be more const correct with the FFI calls. | Huon Wilson | -8/+8 |
| 2014-02-24 | green,native,rustuv: Replace many pointer `transmute`'s with `as` or referenc... | Huon Wilson | -2/+2 |
| 2014-02-23 | auto merge of #12311 : brson/rust/unstable, r=alexcrichton | bors | -3/+3 |
| 2014-02-23 | std: Move unstable::stack to rt::stack | Brian Anderson | -1/+1 |
| 2014-02-23 | std: Move intrinsics to std::intrinsics. | Brian Anderson | -2/+2 |
| 2014-02-23 | Move std::{trie, hashmap} to libcollections | Alex Crichton | -17/+36 |
| 2014-02-21 | Changed NonCamelCaseTypes lint to warn by default | mr.Shu | -4/+15 |
| 2014-02-20 | Mass rename if_ok! to try! | Alex Crichton | -8/+8 |
| 2014-02-19 | librustc: Remove unique vector patterns from the language. | Patrick Walton | -19/+17 |
| 2014-02-18 | auto merge of #12317 : huonw/rust/utf16, r=alexcrichton | bors | -1/+3 |
| 2014-02-19 | str: add a function for truncating a vector of u16 at NUL. | Huon Wilson | -1/+2 |
| 2014-02-17 | auto merge of #12103 : alexcrichton/rust/unix, r=brson | bors | -4/+794 |
| 2014-02-17 | auto merge of #12232 : kballard/rust/taskbuilder-is-a-builder, r=alexcrichton | bors | -1/+0 |
| 2014-02-18 | std: make str::from_utf16 return an Option. | Huon Wilson | -1/+2 |
| 2014-02-16 | Implement named pipes for windows, touch up unix | Alex Crichton | -237/+666 |
| 2014-02-16 | Move unix pipes implementation to pipe_unix.rs | Alex Crichton | -307/+312 |
| 2014-02-16 | Implement Unix domain sockets in libnative | Geoffroy Couprie | -2/+358 |
| 2014-02-16 | Allow configuration of uid/gid/detach on processes | Alex Crichton | -21/+74 |
| 2014-02-16 | Clean up std::task docs, make TaskBuilder a real builder | Kevin Ballard | -1/+0 |
| 2014-02-17 | Remove CloneableTuple and ImmutableTuple traits | Brendan Zabarauskas | -2/+2 |
| 2014-02-15 | auto merge of #12235 : huonw/rust/raii-lock, r=alexcrichton | bors | -35/+24 |
| 2014-02-16 | Convert some unnecessary StaticNativeMutexes to NativeMutexes. | Huon Wilson | -9/+3 |
| 2014-02-16 | std: Rename unstable::mutex::Mutex to StaticNativeMutex. | Huon Wilson | -9/+9 |
| 2014-02-16 | std: add an RAII unlocker to Mutex. | Huon Wilson | -20/+15 |
| 2014-02-14 | extern mod => extern crate | Alex Crichton | -2/+2 |
| 2014-02-13 | Don't require an allocation for on_exit messages | Alex Crichton | -5/+2 |
| 2014-02-11 | Rewrite channels yet again for upgradeability | Alex Crichton | -6/+7 |
| 2014-02-09 | auto merge of #12136 : alexcrichton/rust/issue-12123, r=brson | bors | -1/+1 |
| 2014-02-09 | Fix the signature of CreateSymbolicLinkW | Alex Crichton | -1/+1 |
| 2014-02-09 | std: Move byteswap functions to mem | Brian Anderson | -3/+2 |
| 2014-02-09 | std: Add init and uninit to mem. Replace direct intrinsic usage | Brian Anderson | -17/+17 |
| 2014-02-07 | Delete send_str, rewrite clients on top of MaybeOwned<'static> | Kevin Ballard | -1/+1 |
| 2014-02-06 | Add some doc examples to lib{green,native} | Alex Crichton | -1/+28 |
| 2014-02-05 | Implement clone() for TCP/UDP/Unix sockets | Alex Crichton | -64/+113 |
| 2014-02-03 | Various bug fixes and rebase conflicts | Alex Crichton | -14/+17 |
| 2014-02-03 | std: Remove try_send_deferred plus all fallout | Alex Crichton | -1/+3 |
| 2014-02-03 | extra: Re-add the Once primitve to extra::sync | Alex Crichton | -8/+14 |
| 2014-02-03 | Fixing remaining warnings and errors throughout | Alex Crichton | -24/+25 |
| 2014-02-03 | std: Fixing all documentation | Alex Crichton | -3/+4 |
| 2014-02-03 | native: Require all results are used and fix fallout | Alex Crichton | -22/+26 |
| 2014-02-03 | native: Remove io_error usage | Alex Crichton | -7/+4 |
| 2014-02-02 | libnative: fix epoll_event struct layout | Ben Noordhuis | -9/+10 |
| 2014-01-30 | Remove Times trait | Brendan Zabarauskas | -1/+1 |
| 2014-01-29 | auto merge of #11754 : alexcrichton/rust/unused-result, r=brson | bors | -17/+15 |
| 2014-01-29 | Flag Result as #[must_use] and deal with fallout. | Alex Crichton | -17/+15 |
| 2014-01-29 | Removing do keyword from libnative | Scott Lawrence | -18/+18 |
| 2014-01-27 | Set SO_REUSEADDR by default in libnative. | xales | -0/+11 |
| 2014-01-26 | Removed all instances of XXX in preparation for relaxing of FIXME rule | Salem Talha | -5/+5 |
| 2014-01-26 | std,extra: Make some types public and other private. | Huon Wilson | -1/+1 |