| Age | Commit message (Expand) | Author | Lines |
| 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 | -1786/+464 |
| 2014-12-18 | Update doc comment for std::rt | Aaron Turon | -31/+6 |
| 2014-12-18 | Avoid .take().unwrap() with FnOnce closures | Alex Crichton | -43/+31 |
| 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 | -437/+321 |
| 2014-12-18 | Revise rt::unwind | Aaron Turon | -46/+30 |
| 2014-12-18 | Remove rt::{mutex, exclusive} | Aaron Turon | -69/+74 |
| 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 | -23/+25 |
| 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 | -1771/+2108 |
| 2014-12-19 | Add privacy tests | Seo Sanghyeon | -0/+42 |
| 2014-12-19 | auto merge of #19899 : japaric/rust/unops-by-value, r=nikomatsakis | bors | -14/+195 |
| 2014-12-18 | clean up ptr docs | Alexis Beingessner | -40/+94 |
| 2014-12-18 | [collections] Adds `drain`: a way to sneak out the elements while clearing. | Clark Gaebel | -18/+470 |
| 2014-12-18 | std: Remove public bool,tuple,unit modules | Alex Crichton | -37/+86 |
| 2014-12-18 | Boolean literals are not Number literals | th0114nd | -1/+1 |
| 2014-12-18 | enumset fallout | Alexis Beingessner | -68/+13 |
| 2014-12-18 | s/Tree/BTree | Alexis Beingessner | -64/+40 |
| 2014-12-18 | remove TreeMap, TreeSet, TrieMap, TrieSet, LruCache. deprecate EnumSet's std ... | Alexis Beingessner | -6682/+13 |
| 2014-12-18 | Address Niko's comments | Jorge Aparicio | -4/+5 |
| 2014-12-18 | Test unop move semantics | Jorge Aparicio | -0/+37 |
| 2014-12-18 | Fix run pass tests | Jorge Aparicio | -2/+2 |
| 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 | libcore: convert unop traits to by value | Jorge Aparicio | -0/+100 |
| 2014-12-18 | Tell regionck that user unops are by value | Jorge Aparicio | -2/+4 |
| 2014-12-18 | Tell expr_use_visitor that user unops are by value | Jorge Aparicio | -3/+11 |
| 2014-12-18 | Tell trans that user unops are by value | Jorge Aparicio | -2/+2 |
| 2014-12-18 | Tell typeck that user unops are by value | Jorge Aparicio | -1/+1 |
| 2014-12-18 | syntax/ast_util: add `is_by_value_unop()` | Jorge Aparicio | -1/+9 |
| 2014-12-18 | Put quotes around "as", because it's a keyword. | th0114nd | -1/+1 |
| 2014-12-18 | auto merge of #19984 : japaric/rust/macro-expressions, r=alexcrichton | bors | -2047/+2338 |
| 2014-12-18 | librustc: Always parse `macro!()`/`macro![]` as expressions if not | Patrick Walton | -2047/+2338 |
| 2014-12-18 | Clean up `collections::binary_heap` | Andrew Paseltiner | -24/+28 |
| 2014-12-18 | serialize: silence some warnings | Erick Tryzelaar | -9/+9 |
| 2014-12-18 | serialize: keep libserialize in sync with rustc-serialize to simplify merging | Erick Tryzelaar | -28/+3 |
| 2014-12-18 | auto merge of #19819 : vadimcn/rust/fix-demangle, r=alexcrichton | bors | -8/+25 |
| 2014-12-18 | auto merge of #19780 : jakub-/rust/e-needstest, r=alexcrichton | bors | -0/+935 |
| 2014-12-18 | Add regression test for Issue 19811. | Felix S. Klock II | -0/+17 |
| 2014-12-18 | Fixed deprecation warnings on Unicode literals | Valerii Hiora | -3/+3 |