| Age | Commit message (Expand) | Author | Lines |
| 2013-10-02 | std: Replace num::IntConvertible with {To,From}Primitive | Erick Tryzelaar | -99/+357 |
| 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 | 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-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 |
| 2013-09-26 | std: Remove an unnecessary comment from c_str | Erick Tryzelaar | -3/+0 |
| 2013-09-26 | std: Micro-optimize vec.with_c_str for short vectors | Erick Tryzelaar | -14/+52 |
| 2013-09-26 | std: Add benchmarks to c_str | Erick Tryzelaar | -0/+103 |
| 2013-09-26 | std: implement Container for CString | Erick Tryzelaar | -2/+10 |
| 2013-09-26 | std: removed some warnings in tests. | Erick Tryzelaar | -7/+6 |
| 2013-09-26 | std and rustc: Convert users of c_str to use .with_c_str | Erick Tryzelaar | -16/+16 |
| 2013-09-26 | Visibility fixes | Steven Fackler | -11/+11 |
| 2013-09-27 | std::vec: Use a valid value as lifetime dummy in iterator | blake2-ppc | -6/+6 |
| 2013-09-26 | Update version numbers to 0.9-pre | Brian Anderson | -2/+2 |
| 2013-09-26 | auto merge of #9261 : alexcrichton/rust/logging, r=huonw | bors | -58/+72 |
| 2013-09-26 | Update the compiler to not use printf/printfln | Alex Crichton | -24/+24 |
| 2013-09-26 | auto merge of #9507 : brson/rust/sched, r=alexcrichton | bors | -32/+141 |
| 2013-09-26 | auto merge of #9506 : sfackler/rust/visibility, r=alexcrichton | bors | -2/+2 |
| 2013-09-26 | auto merge of #9497 : pnkfelix/rust/fsk-7752-use-fcnptr-for-glob-errfunc, r=cmr | bors | -2/+2 |
| 2013-09-26 | auto merge of #9490 : alexcrichton/rust/issue-9487, r=cmr | bors | -6/+10 |
| 2013-09-25 | auto merge of #9404 : blake2-ppc/rust/result-map-opt, r=cmr | bors | -13/+0 |
| 2013-09-25 | std::rt: Implement task yielding. Fix a starvation problem | Brian Anderson | -32/+141 |