| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-11-18 | rollup merge of #19016: gkoz/use_util_copy | Jakub Bukaj | -9/+1 |
| 2014-11-17 | Fix several typos in comments | jmu303 | -2/+2 |
| 2014-11-17 | Remove bogus Duration::span test | Aaron Turon | -7/+0 |
| 2014-11-17 | Fallout from deprecation | Aaron Turon | -4/+4 |
| 2014-11-17 | libstd: Deprecate _equiv methods | Aaron Turon | -123/+84 |
| 2014-11-17 | libcore: add borrow module | Aaron Turon | -0/+1 |
| 2014-11-17 | Return proper errors with update_err | Gleb Kozyrev | -1/+1 |
| 2014-11-17 | Remove duplicate code by using util::copy() | Gleb Kozyrev | -9/+1 |
| 2014-11-17 | Switch to purely namespaced enums | Steven Fackler | -12/+64 |
| 2014-11-17 | auto merge of #19027 : nick29581/rust/coercions-4, r=alexcrichton | bors | -359/+359 |
| 2014-11-17 | Fix fallout from coercion removal | Nick Cameron | -359/+359 |
| 2014-11-16 | fallout from deprecating find_copy and get_copy | Alexis Beingessner | -1/+1 |
| 2014-11-16 | Deprecate hashmap's find_copy and get_copy in favour of cloned and clone | Alexis Beingessner | -25/+7 |
| 2014-11-16 | Fix doctests | Jakub Bukaj | -2/+2 |
| 2014-11-16 | Fix warnings | Jakub Bukaj | -1/+1 |
| 2014-11-16 | rollup merge of #18985: alexcrichton/issue-18900 | Jakub Bukaj | -24/+22 |
| 2014-11-16 | rollup merge of #18976: bjz/rfc369-numerics | Jakub Bukaj | -727/+39 |
| 2014-11-16 | rollup merge of #18941: reem/better-task-pool | Jakub Bukaj | -63/+167 |
| 2014-11-16 | auto merge of #18788 : ricky26/rust/master, r=aturon | bors | -12/+25 |
| 2014-11-16 | Move ToString to collections::string | Brendan Zabarauskas | -69/+5 |
| 2014-11-16 | Move IntoString to collections::string | Brendan Zabarauskas | -10/+3 |
| 2014-11-16 | Rename IntoStr to IntoString | Brendan Zabarauskas | -4/+4 |
| 2014-11-16 | Remove use of deprecated function | Brendan Zabarauskas | -2/+3 |
| 2014-11-16 | Move FromStr to core::str | Brendan Zabarauskas | -648/+30 |
| 2014-11-15 | std: Fix a flaky test on OSX 10.10 | Alex Crichton | -24/+22 |
| 2014-11-15 | libstd: improve os::args() doc | Liigo Zhuang | -0/+4 |
| 2014-11-14 | auto merge of #18880 : barosl/rust/doc-fail-to-panic, r=alexcrichton | bors | -39/+40 |
| 2014-11-14 | auto merge of #18891 : erickt/rust/deprecate-as-ref, r=alexcrichton | bors | -3/+38 |