| Age | Commit message (Expand) | Author | Lines |
| 2014-12-19 | load_self() needs to be public | Michael Neumann | -1/+1 |
| 2014-12-19 | hashset: Clean up and rename the HashSet iterators | bluss | -46/+83 |
| 2014-12-19 | Register new snapshots | Alex Crichton | -108/+0 |
| 2014-12-19 | windows: remove unused import | Jorge Aparicio | -1/+0 |
| 2014-12-19 | libstd: use `#[deriving(Copy)]` | Jorge Aparicio | -81/+30 |
| 2014-12-19 | librustrt: use `#[deriving(Copy)]` | Jorge Aparicio | -2/+1 |
| 2014-12-19 | iOS: fallout of runtime removal | Valerii Hiora | -2/+2 |
| 2014-12-19 | Several fixes for DragonFly (rebase) | Michael Neumann | -1/+11 |
| 2014-12-19 | auto merge of #19654 : aturon/rust/merge-rt, r=alexcrichton | bors | -2710/+6758 |
| 2014-12-18 | Disable at_exit handlers | Aaron Turon | -1/+4 |
| 2014-12-18 | Rebasing fixes. | Aaron Turon | -14/+22 |
| 2014-12-18 | Delete rest of rustrt | Aaron Turon | -1/+2 |
| 2014-12-18 | std: Move the panic flag to its own thread local | Alex Crichton | -27/+21 |
| 2014-12-18 | std: Lower abstractions for thread_local/at_exit | Alex Crichton | -46/+78 |
| 2014-12-18 | Revise std::thread API to join by default | Aaron Turon | -1008/+320 |
| 2014-12-18 | Update doc comment for std::rt | Aaron Turon | -31/+6 |
| 2014-12-18 | Avoid .take().unwrap() with FnOnce closures | Alex Crichton | -39/+27 |
| 2014-12-18 | Tweak the startup routine to pass on linux | Alex Crichton | -68/+65 |
| 2014-12-18 | Fix compilation on linux | Alex Crichton | -9/+8 |
| 2014-12-18 | Fix the capture_stderr test | Alex Crichton | -4/+3 |
| 2014-12-18 | Disable capture_stderr test for now | Aaron Turon | -1/+1 |
| 2014-12-18 | Fallout from new thread API | Aaron Turon | -402/+277 |
| 2014-12-18 | Revise rt::unwind | Aaron Turon | -46/+30 |
| 2014-12-18 | Remove rt::{mutex, exclusive} | Aaron Turon | -66/+73 |
| 2014-12-18 | Add blocking support module for channels | Aaron Turon | -308/+357 |
| 2014-12-18 | Remove rt::{local, local_data, thread_local_storage} | Aaron Turon | -524/+176 |
| 2014-12-18 | Introduce std::thread | Aaron Turon | -720/+742 |
| 2014-12-18 | Remove rt::bookkeeping | Aaron Turon | -72/+1 |
| 2014-12-18 | Make at_exit initialize lazily | Aaron Turon | -21/+23 |
| 2014-12-18 | Allow args to work without rt initialization | Aaron Turon | -18/+10 |
| 2014-12-18 | Refactor std::os to use sys::os | Aaron Turon | -387/+352 |
| 2014-12-18 | libs: merge librustrt into libstd | Aaron Turon | -1043/+6306 |
| 2014-12-19 | auto merge of #19899 : japaric/rust/unops-by-value, r=nikomatsakis | bors | -0/+25 |
| 2014-12-18 | [collections] Adds `drain`: a way to sneak out the elements while clearing. | Clark Gaebel | -10/+157 |
| 2014-12-18 | std: Remove public bool,tuple,unit modules | Alex Crichton | -8/+135 |
| 2014-12-18 | remove TreeMap, TreeSet, TrieMap, TrieSet, LruCache. deprecate EnumSet's std ... | Alexis Beingessner | -497/+13 |
| 2014-12-18 | libstd: convert `Duration` unops to by value | Jorge Aparicio | -0/+14 |
| 2014-12-18 | libstd: convert `BitFlags` unops to by value | Jorge Aparicio | -0/+11 |
| 2014-12-18 | auto merge of #19984 : japaric/rust/macro-expressions, r=alexcrichton | bors | -463/+472 |
| 2014-12-18 | librustc: Always parse `macro!()`/`macro![]` as expressions if not | Patrick Walton | -463/+472 |
| 2014-12-18 | auto merge of #19819 : vadimcn/rust/fix-demangle, r=alexcrichton | bors | -8/+25 |
| 2014-12-18 | iOS: fallout of `marker::NoCopy` removal | Valerii Hiora | -1/+0 |
| 2014-12-17 | rollup merge of #19935: cgaebel/hashmap-tuple-indexing | Alex Crichton | -88/+41 |
| 2014-12-17 | rollup merge of #19902: alexcrichton/second-pass-mem | Alex Crichton | -0/+8 |
| 2014-12-17 | rollup merge of #19873: drewm1980/master | Alex Crichton | -11/+11 |
| 2014-12-17 | rollup merge of #19869: sfackler/free-stdin | Alex Crichton | -0/+7 |
| 2014-12-17 | rollup merge of #19868: sourcefrog/master | Alex Crichton | -3/+6 |
| 2014-12-17 | rollup merge of #19859: alexcrichton/flaky-test | Alex Crichton | -1/+2 |
| 2014-12-17 | rollup merge of #19832: japaric/no-nocopy | Alex Crichton | -14/+6 |
| 2014-12-17 | rollup merge of #19770: csouth3/iterator-wrapperstructs | Alex Crichton | -57/+89 |