| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-11-13 | Deprecate Zero and One traits | Brendan Zabarauskas | -24/+20 |
| 2014-11-13 | Deprecate Bounded trait | Brendan Zabarauskas | -3/+2 |
| 2014-11-13 | Move checked arithmetic operators into Int trait | Brendan Zabarauskas | -102/+90 |
| 2014-11-13 | Move saturating operator methods into Int | Brendan Zabarauskas | -1/+1 |
| 2014-11-13 | Create UnsignedInt trait and deprecate free functions | Brendan Zabarauskas | -15/+14 |
| 2014-11-13 | Move abs_sub to FloatMath | Brendan Zabarauskas | -1/+23 |
| 2014-11-13 | Take parameters by-value in Signed trait | Brendan Zabarauskas | -20/+20 |
| 2014-11-12 | auto merge of #18854 : thestinger/rust/spawn, r=aturon | bors | -1/+2 |
| 2014-11-11 | std: Rename AsRef{Reader,Writer} to ByRef{Reader,Writer} | Erick Tryzelaar | -3/+38 |
| 2014-11-12 | Fix documentation bug | Barosl Lee | -0/+1 |
| 2014-11-12 | Fix remaining documentation to reflect fail!() -> panic!() | Barosl Lee | -39/+39 |
| 2014-11-10 | Add optional messages to the unreachable macro. | Michael Sproul | -1/+9 |
| 2014-11-10 | note the intent of reforming task spawning | Daniel Micay | -1/+2 |
| 2014-11-10 | Fix 'renamed lint' warnings | Michael Gehring | -3/+3 |
| 2014-11-10 | Fix broken documentation link | Adam Szkoda | -1/+1 |