| Age | Commit message (Expand) | Author | Lines |
| 2014-11-25 | auto merge of #19255 : aturon/rust/merge-sync, r=alexcrichton,alexcrichton | bors | -10/+8719 |
| 2014-11-25 | Improve documentation for unreachable | Steve Klabnik | -17/+33 |
| 2014-11-25 | Deprecate MaybeOwned[Vector] in favor of Cow | Jorge Aparicio | -19/+22 |
| 2014-11-25 | Make HashMap::take not corrupt the map. Fixes #19292 | Alexis Beingessner | -1/+35 |
| 2014-11-25 | auto merge of #19149 : alexcrichton/rust/issue-19091, r=aturon | bors | -14/+58 |
| 2014-11-25 | auto merge of #19285 : alexcrichton/rust/issue-19280, r=aturon | bors | -35/+2 |
| 2014-11-24 | std: Leak all statically allocated TLS keys | Alex Crichton | -35/+2 |
| 2014-11-24 | Clean up FileType enum following enum namespacing | Ben S | -34/+33 |
| 2014-11-24 | Don't call drop in tcpstream docs | Steve Klabnik | -6/+10 |
| 2014-11-24 | Merge libsync into libstd | Aaron Turon | -10/+8719 |
| 2014-11-23 | std: Add a new top-level thread_local module | Alex Crichton | -159/+1634 |
| 2014-11-23 | Rename unwrap functions to into_inner | Alex Crichton | -14/+58 |
| 2014-11-23 | rollup merge of #19205: jashank/docs-fix | Jakub Bukaj | -1/+1 |
| 2014-11-23 | rollup merge of #19194: aturon/stab-ascii | Jakub Bukaj | -21/+72 |
| 2014-11-23 | auto merge of #19152 : alexcrichton/rust/issue-17863, r=aturon | bors | -16/+14 |
| 2014-11-22 | std: Align `raw` modules with unsafe conventions | Alex Crichton | -16/+14 |
| 2014-11-22 | args() doc: Fix a documentation line. | Jashank Jeremy | -1/+1 |
| 2014-11-21 | libs: add std::os::windows module | Aaron Turon | -1/+107 |
| 2014-11-21 | Fallout from deprecation | Aaron Turon | -12/+20 |
| 2014-11-21 | libs: stabilize ascii module | Aaron Turon | -9/+52 |
| 2014-11-21 | Fix various deprecation warnings from char changes | Brian Anderson | -1/+2 |
| 2014-11-21 | unicode: Rename UnicodeChar::is_digit to is_numeric | Brian Anderson | -2/+2 |
| 2014-11-21 | libs: add std::os::unix module | Aaron Turon | -0/+108 |
| 2014-11-21 | sys: reveal std::io representation to sys module | Aaron Turon | -19/+73 |
| 2014-11-20 | Disable dubious pipe test | Aaron Turon | -1/+1 |
| 2014-11-20 | Make most of std::rt private | Aaron Turon | -37/+34 |
| 2014-11-20 | Fallout from libgreen and libnative removal | Aaron Turon | -124/+19 |
| 2014-11-20 | Remove libnative | Aaron Turon | -3/+77 |
| 2014-11-20 | Remove Runtime trait | Aaron Turon | -0/+2 |
| 2014-11-20 | auto merge of #18773 : subhashb/rust/convert_remaining_failures_to_panic, r=s... | bors | -11/+14 |
| 2014-11-20 | Rename remaining Failures to Panic | Subhash Bhushan | -11/+14 |
| 2014-11-20 | auto merge of #19071 : huonw/rust/col2column, r=nikomatsakis | bors | -4/+4 |
| 2014-11-20 | Rename `col!` to `column!`. | Huon Wilson | -4/+4 |
| 2014-11-20 | libcore: DST-ify AsSlice | Aaron Turon | -1/+2 |
| 2014-11-20 | auto merge of #18999 : aturon/rust/stab-floats, r=alexcrichton,alexcrichton | bors | -11/+29 |
| 2014-11-19 | rollup merge of #19101: vhbit/ios-rng-fix | Jakub Bukaj | -2/+2 |
| 2014-11-19 | rollup merge of #19040: alexcrichton/issue-18904 | Jakub Bukaj | -30/+29 |
| 2014-11-19 | rollup merge of #18944: liigo/improve-os-args-doc | Jakub Bukaj | -0/+4 |
| 2014-11-19 | iOS: fixed broken build after disallowed coercions | Valerii Hiora | -2/+2 |
| 2014-11-18 | std: Stabilize std::fmt | Alex Crichton | -30/+29 |
| 2014-11-18 | libs: stabilize most numerics after RFC changes | Aaron Turon | -11/+29 |
| 2014-11-19 | Make os::setenv() and os::unsetenv() panic if an error occurs | Barosl Lee | -5/+14 |
| 2014-11-19 | Make os::change_dir() return IoResult<()> | Barosl Lee | -14/+15 |
| 2014-11-19 | Make os::getcwd() return IoResult<Path> | Barosl Lee | -30/+43 |
| 2014-11-18 | auto merge of #19031 : nodakai/rust/libcore-pow-and-sq, r=bjz | bors | -3/+3 |
| 2014-11-18 | auto merge of #18645 : nick29581/rust/coercions-1, r=alexcrichton | bors | -19/+19 |
| 2014-11-18 | Windows and OS X fallout | Nick Cameron | -19/+19 |
| 2014-11-18 | implement Writer for Vec<u8> | Daniel Micay | -54/+63 |
| 2014-11-18 | libcore: add num::Int::pow() and deprecate num::pow(). | NODA, Kai | -3/+3 |
| 2014-11-18 | rollup merge of #19038: jayelm/fixed-typos | Jakub Bukaj | -2/+2 |