| Age | Commit message (Expand) | Author | Lines |
| 2013-10-04 | fix some examples in std::rand::Rng | flo-l | -6/+14 |
| 2013-10-03 | auto merge of #9522 : steveklabnik/rust/doc_std_opts, r=alexcrichton | bors | -2/+382 |
| 2013-10-03 | Update std::ops docs as per feedback | Steve Klabnik | -140/+112 |
| 2013-10-03 | Document logging and remove old functions | Alex Crichton | -46/+90 |
| 2013-10-03 | Merge pull request #9697 from sfackler/issue_9155 | Daniel Micay | -13/+9 |
| 2013-10-03 | auto merge of #9691 : alexcrichton/rust/rustdoc, r=cmr | bors | -1/+2 |
| 2013-10-03 | Close out #9155 | Steven Fackler | -13/+9 |
| 2013-10-02 | auto merge of #9693 : sfackler/rust/newtype-removal, r=alexcrichton | bors | -30/+48 |
| 2013-10-02 | Stop using newtype wrappers in std::rt::io | Steven Fackler | -30/+48 |
| 2013-10-02 | auto merge of #9681 : skade/rust/str-from-str, r=huonw | bors | -1/+21 |
| 2013-10-02 | rustdoc: Generate hyperlinks between crates | Alex Crichton | -1/+2 |
| 2013-10-02 | auto merge of #9675 : sfackler/rust/lint, r=alexcrichton | bors | -0/+8 |
| 2013-10-02 | Check enums in missing_doc lint | Steven Fackler | -0/+8 |
| 2013-10-02 | std: Swap {To,From}Primitive to use the 64bit as the unimplemented version | Erick Tryzelaar | -32/+36 |
| 2013-10-02 | std: Replace num::IntConvertible with {To,From}Primitive | Erick Tryzelaar | -99/+357 |
| 2013-10-02 | Add an implementation of FromStr for ~str and @str | Florian Gilcher | -1/+21 |
| 2013-10-02 | auto merge of #9665 : alexcrichton/rust/snapshot, r=brson | bors | -12/+12 |
| 2013-10-02 | auto merge of #9638 : pnkfelix/rust/fsk-issue7526-attempt-to-catch-nonuc-stat... | bors | -0/+2 |
| 2013-10-01 | auto merge of #9578 : alexcrichton/rust/un-ignore-libuv-process-tests, r=brson | bors | -142/+2 |
| 2013-10-01 | Move the rt::io::process tests to run-pass | Alex Crichton | -142/+2 |
| 2013-10-01 | Migrate users of 'loop' to 'continue' | Alex Crichton | -12/+12 |
| 2013-10-01 | remove the `float` type | Daniel Micay | -1502/+27 |
| 2013-10-01 | auto merge of #9644 : alexcrichton/rust/clarify, r=huonw | bors | -19/+42 |
| 2013-10-01 | auto merge of #9576 : FlaPer87/rust/issue/9125, r=alexcrichton | bors | -19/+29 |
| 2013-10-01 | Merge fall out of removing fmt! | Alex Crichton | -4/+4 |
| 2013-10-01 | Update std::task::mod docstring | Flavio Percoco | -19/+29 |
| 2013-09-30 | std: Remove usage of fmt! | Alex Crichton | -509/+497 |
| 2013-09-30 | Clarify format! implicit positional references | Alex Crichton | -19/+42 |
| 2013-10-01 | Add new lint: non_uppercase_pattern_statics, for #7526. | Felix S. Klock II | -0/+2 |
| 2013-09-30 | std::iter: Introduce .by_ref() adaptor | blake2-ppc | -0/+44 |
| 2013-09-30 | auto merge of #9619 : toffaletti/rust/mmap, r=huonw | bors | -7/+7 |
| 2013-09-29 | reduce heap allocations for MemoryMap | Jason Toffaletti | -7/+7 |
| 2013-09-30 | std::rt::uv::net: Enable tests on Win32 | klutzy | -4/+0 |
| 2013-09-29 | Put a newline after each logging message | Alex Crichton | -1/+1 |
| 2013-09-29 | Add get_opt to std::vec | Harry Marr | -0/+18 |
| 2013-09-28 | auto merge of #9583 : blake2-ppc/rust/connect-vec, r=huonw | bors | -46/+38 |
| 2013-09-27 | auto merge of #9574 : FlaPer87/rust/suppress_warnings, r=metajack | bors | -1/+0 |
| 2013-09-27 | auto merge of #9562 : alexcrichton/rust/snapshots, r=thestinger | bors | -50/+0 |
| 2013-09-28 | std::vec: Remove functions concat, connect | blake2-ppc | -20/+5 |
| 2013-09-27 | auto merge of #9559 : sfackler/rust/more-visibility, r=alexcrichton | bors | -11/+11 |
| 2013-09-28 | std::vec: Sane implementations for connect_vec and concat_vec | blake2-ppc | -26/+15 |
| 2013-09-28 | std::vec: Add benchmark for .concat_vec and .connect_vec | blake2-ppc | -0/+18 |
| 2013-09-27 | auto merge of #9557 : blake2-ppc/rust/vec-lifetime-token, r=thestinger | bors | -6/+6 |
| 2013-09-27 | auto merge of #9552 : brson/rust/0.9-pre, r=alexcrichton | bors | -2/+2 |
| 2013-09-27 | Suppress warning by removing unused import | Flavio Percoco | -1/+0 |
| 2013-09-27 | auto merge of #9550 : alexcrichton/rust/remove-printf, r=thestinger | bors | -24/+24 |
| 2013-09-27 | Register new snapshots | Alex Crichton | -50/+0 |
| 2013-09-26 | std: simplify vec.with_c_str | Erick Tryzelaar | -28/+20 |
| 2013-09-26 | std: add micro optimization to vec.with_c_str_unchecked | Erick Tryzelaar | -0/+47 |
| 2013-09-26 | std: Up vec.with_c_str's stack buffer to 128 | Erick Tryzelaar | -1/+1 |