| Age | Commit message (Expand) | Author | Lines |
| 2014-03-15 | Test fixes and rebase conflicts | Alex Crichton | -3/+21 |
| 2014-03-15 | rustc: Remove compiler support for __log_level() | Alex Crichton | -84/+15 |
| 2014-03-15 | log: Introduce liblog, the old std::logging | Alex Crichton | -323/+0 |
| 2014-03-15 | libstd: Fix a typo. s/target_os/target_arch/ | Luqman Aden | -4/+4 |
| 2014-03-14 | auto merge of #12893 : alexcrichton/rust/cfg-not, r=luqmana | bors | -2/+13 |
| 2014-03-14 | auto merge of #12878 : crabtw/rust/mips, r=alexcrichton | bors | -0/+3 |
| 2014-03-14 | std: Fix backtraces on arm linux | Alex Crichton | -2/+13 |
| 2014-03-14 | auto merge of #12875 : alexcrichton/rust/demangle-more-things, r=brson | bors | -7/+54 |
| 2014-03-13 | auto merge of #12855 : alexcrichton/rust/shutdown, r=brson | bors | -0/+1 |
| 2014-03-14 | fix MIPS target | Jyun-Yan You | -0/+3 |
| 2014-03-13 | std: Demangle more escapes in backtraces | Alex Crichton | -7/+54 |
| 2014-03-13 | io: Bind to shutdown() for TCP streams | Alex Crichton | -0/+1 |
| 2014-03-13 | auto merge of #12815 : alexcrichton/rust/chan-rename, r=brson | bors | -12/+12 |
| 2014-03-13 | std: Rename Chan/Port types and constructor | Alex Crichton | -12/+12 |
| 2014-03-13 | Add basic backtrace functionality | Alex Crichton | -100/+914 |
| 2014-03-11 | rustc: Support various flavors of linkages | Alex Crichton | -37/+26 |
| 2014-03-05 | std: Move libnative task count bookkeeping to std | Alex Crichton | -0/+56 |
| 2014-02-28 | auto merge of #12616 : alexcrichton/rust/size, r=huonw | bors | -102/+96 |
| 2014-02-28 | std: Remove lots of allocations from log settings | Alex Crichton | -102/+96 |
| 2014-03-01 | Publicise types/add #[allow(visible_private_types)] to a variety of places. | Huon Wilson | -1/+4 |
| 2014-02-25 | auto merge of #12505 : alexcrichton/rust/fix-stack-overflow, r=brson | bors | -5/+10 |
| 2014-02-25 | std: Tweak stack overflow printing for robustness | Alex Crichton | -5/+10 |
| 2014-02-25 | Add a method of manually specifying the crate map | Alex Crichton | -8/+43 |
| 2014-02-23 | Roll std::run into std::io::process | Alex Crichton | -0/+1 |
| 2014-02-23 | auto merge of #12311 : brson/rust/unstable, r=alexcrichton | bors | -10/+324 |
| 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 |