| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-11-13 | Rewrite std::sync::TaskPool to be load balancing and panic-resistant | Jonathan Reem | -63/+167 |
| 2014-11-14 | auto merge of #18827 : bjz/rust/rfc369-numerics, r=alexcrichton | bors | -166/+182 |
| 2014-11-14 | Revert the need for initial values with arithmetic iterators | Brendan Zabarauskas | -2/+2 |
| 2014-11-13 | Make std::io::Buffer object-safe. | Ricky Taylor | -12/+25 |
| 2014-11-13 | std: Fix the return value of Duration::span | Alex Crichton | -1/+8 |
| 2014-11-13 | auto merge of #18867 : michaelsproul/rust/unreachable-formatting, r=pcwalton | bors | -1/+9 |
| 2014-11-12 | auto merge of #18858 : alexcrichton/rust/remove-time, r=jakub | bors | -0/+81 |
| 2014-11-12 | auto merge of #18907 : alexcrichton/rust/snapshots, r=jakub-,jakub | bors | -23/+0 |
| 2014-11-12 | Register new snapshots | Alex Crichton | -23/+0 |
| 2014-11-12 | auto merge of #18830 : adaszko/rust/patch-1, r=steveklabnik | bors | -1/+1 |
| 2014-11-12 | time: Deprecate the library in the distribution | Alex Crichton | -0/+81 |
| 2014-11-13 | Remove Signed trait and add SignedInt trait | Brendan Zabarauskas | -5/+5 |
| 2014-11-13 | Remove lots of numeric traits from the preludes | Brendan Zabarauskas | -4/+16 |
| 2014-11-13 | Deprecate Num, Unsigned and Primitive | Brendan Zabarauskas | -2/+2 |