| Age | Commit message (Expand) | Author | Lines |
| 2014-02-23 | std: Move unstable::stack to rt::stack | Brian Anderson | -3/+282 |
| 2014-02-23 | std: Remove unstable::lang | Brian Anderson | -1/+36 |
| 2014-02-23 | std: Move raw to std::raw | Brian Anderson | -3/+3 |
| 2014-02-23 | std: Move intrinsics to std::intrinsics. | Brian Anderson | -3/+3 |
| 2014-02-23 | Move std::{trie, hashmap} to libcollections | Alex Crichton | -19/+24 |
| 2014-02-20 | move extra::test to libtest | Liigo Zhuang | -2/+4 |
| 2014-02-18 | Spellcheck library docs. | Huon Wilson | -2/+2 |
| 2014-02-15 | auto merge of #12235 : huonw/rust/raii-lock, r=alexcrichton | bors | -13/+6 |
| 2014-02-16 | std: Rename unstable::mutex::Mutex to StaticNativeMutex. | Huon Wilson | -2/+2 |
| 2014-02-16 | std: add an RAII unlocker to Mutex. | Huon Wilson | -11/+4 |
| 2014-02-15 | auto merge of #12272 : alexcrichton/rust/snapshot, r=kballard | bors | -14/+0 |
| 2014-02-15 | auto merge of #12283 : kballard/rust/env-args-bytes, r=erickt | bors | -21/+23 |
| 2014-02-14 | Register new snapshots | Alex Crichton | -14/+0 |
| 2014-02-14 | Use str::from_utf8_lossy() in os::args(), add os::args_as_bytes() | Kevin Ballard | -21/+23 |
| 2014-02-14 | auto merge of #12267 : alexcrichton/rust/rollup, r=alexcrichton | bors | -2/+2 |
| 2014-02-14 | Invoke gcc with -nodefaultlibs | Alex Crichton | -0/+10 |
| 2014-02-14 | return value/use extra::test::black_box in benchmarks | lpy | -2/+2 |
| 2014-02-14 | auto merge of #12186 : alexcrichton/rust/no-sleep-2, r=brson | bors | -0/+1 |
| 2014-02-13 | Don't require an allocation for on_exit messages | Alex Crichton | -4/+12 |
| 2014-02-13 | Don't allocate in LocalHeap::new() | Alex Crichton | -7/+8 |
| 2014-02-13 | Register new snapshots | Alex Crichton | -103/+1 |
| 2014-02-12 | Expose whether event loops have active I/O | Alex Crichton | -0/+1 |
| 2014-02-11 | Rewrite channels yet again for upgradeability | Alex Crichton | -3/+5 |
| 2014-02-11 | Move replace and swap to std::mem. Get rid of std::util | Edward Wang | -6/+6 |
| 2014-02-09 | std: Add init and uninit to mem. Replace direct intrinsic usage | Brian Anderson | -3/+3 |
| 2014-02-07 | Delete send_str, rewrite clients on top of MaybeOwned<'static> | Kevin Ballard | -1/+1 |
| 2014-02-07 | remove type descriptors from proc and @T | Daniel Micay | -2/+88 |
| 2014-02-06 | Remove std::condition | Alex Crichton | -1/+0 |
| 2014-02-05 | Implement clone() for TCP/UDP/Unix sockets | Alex Crichton | -0/+4 |
| 2014-02-03 | std: Remove try_send_deferred plus all fallout | Alex Crichton | -3/+10 |
| 2014-02-03 | std: Remove io::io_error | Alex Crichton | -24/+18 |
| 2014-02-02 | std,extra: remove use of & support for @[]. | Huon Wilson | -1/+1 |
| 2014-01-31 | auto merge of #11885 : bnoordhuis/rust/issue11694, r=alexcrichton | bors | -5/+89 |
| 2014-01-31 | Use __pthread_get_minstack() when available. | Ben Noordhuis | -1/+46 |
| 2014-01-31 | Retry on EINVAL from pthread_attr_setstacksize() | Ben Noordhuis | -5/+44 |
| 2014-01-31 | auto merge of #11918 : omasanori/rust/reduce-warnings, r=alexcrichton | bors | -1/+1 |
| 2014-01-30 | Fix the size of the _Unwind_Exception struct | Alex Crichton | -1/+4 |
| 2014-01-29 | Remove seldom-used std::reference functions. | xales | -2/+1 |
| 2014-01-29 | Rename std::borrow to std::reference. | xales | -2/+2 |
| 2014-01-30 | Append ; to #[allow(dead_code)]. | OGINO Masanori | -1/+1 |
| 2014-01-29 | Removing do keyword from libstd and librustc | Scott Lawrence | -14/+13 |
| 2014-01-28 | std: comment about OOM & allocs in begin_unwind_fmt. | Huon Wilson | -0/+4 |
| 2014-01-27 | std: add begin_unwind_fmt that reduces codesize for formatted fail!(). | Huon Wilson | -1/+13 |
| 2014-01-27 | std: reduce the generic code instantiated by fail!(). | Huon Wilson | -3/+18 |
| 2014-01-26 | Removed all instances of XXX in preparation for relaxing of FIXME rule | Salem Talha | -11/+11 |
| 2014-01-26 | auto merge of #11762 : alexcrichton/rust/guard_pages, r=alexcrichton | bors | -2/+13 |
| 2014-01-25 | auto merge of #11790 : lfairy/rust/rename-num-consts, r=alexcrichton | bors | -2/+2 |
| 2014-01-25 | Uppercase numeric constants | Chris Wong | -2/+2 |
| 2014-01-25 | Fix some docs about rt | Derek Chiang | -3/+1 |
| 2014-01-24 | Use `mmap` to map in task stacks and guard page | Corey Richardson | -2/+13 |