| Age | Commit message (Expand) | Author | Lines |
| 2013-11-04 | auto merge of #10179 : alexcrichton/rust/rt-improvements, r=cmr | bors | -1712/+1917 |
| 2013-11-04 | Move io::file to io::fs and fns out of File | Alex Crichton | -324/+364 |
| 2013-11-03 | auto merge of #10251 : thestinger/rust/ptr, r=alexcritchton | bors | -19/+59 |
| 2013-11-03 | simplify memcpy/memmove/memset intrinsics | Daniel Micay | -19/+59 |
| 2013-11-03 | Fill out the remaining functionality in io::file | Alex Crichton | -646/+931 |
| 2013-11-03 | Remove all blocking std::os blocking functions | Alex Crichton | -1039/+917 |
| 2013-11-03 | Modify IoFactory's fs_mkdir, and add fs_rename | Alex Crichton | -1/+2 |
| 2013-11-03 | Move rt::io traits into the prelude | Alex Crichton | -0/+1 |
| 2013-11-04 | docs: Replace std::iterator with std::iter. | Huon Wilson | -8/+8 |
| 2013-11-03 | Rename files to match current recommendations. | Chris Morgan | -2/+0 |
| 2013-11-02 | auto merge of #10230 : alexcrichton/rust/snapshots, r=brson | bors | -38/+0 |
| 2013-11-01 | auto merge of #10225 : Jurily/rust/master, r=alexcrichton | bors | -1/+1 |
| 2013-11-01 | auto merge of #10223 : huonw/rust/gamma, r=cmr | bors | -18/+234 |
| 2013-11-01 | Register new snapshots | Alex Crichton | -38/+0 |
| 2013-11-01 | auto merge of #10204 : alexcrichton/rust/better-names, r=brson | bors | -0/+3 |
| 2013-11-01 | auto merge of #10119 : Kimundi/rust/option_and_generic, r=alexcrichton | bors | -531/+424 |
| 2013-11-01 | Give test and main tasks better names | Alex Crichton | -0/+3 |
| 2013-11-01 | Fix typo in to_digit | Gyorgy Andrasek | -1/+1 |
| 2013-11-01 | auto merge of #10218 : alexcrichton/rust/stdio-flush-safe, r=cmr | bors | -14/+27 |
| 2013-11-01 | Fixed unused import warning in tests | Marvin Löbel | -2/+2 |
| 2013-11-01 | Removed legacy implementations | Marvin Löbel | -121/+0 |
| 2013-11-01 | Cleaned up the option and result module in more detail | Marvin Löbel | -57/+42 |
| 2013-11-01 | Reordered the methods in std::Option and std::Result | Marvin Löbel | -381/+410 |
| 2013-11-01 | auto merge of #10213 : telotortium/rust/rand-fill_bytes-stack-overflow, r=huonw | bors | -1/+21 |
| 2013-11-01 | std::rand: share the benchmark counter among the whole module tree. | Huon Wilson | -24/+21 |
| 2013-11-01 | std::rand: Implement the Gamma distribution. | Huon Wilson | -0/+219 |
| 2013-11-01 | std::rand: Move distributions to a subfolder. | Huon Wilson | -0/+0 |
| 2013-11-01 | auto merge of #10196 : huonw/rust/fix-zig, r=alexcrichton | bors | -136/+3 |
| 2013-10-31 | Provide a sound method of flushing stdout | Alex Crichton | -14/+27 |
| 2013-10-31 | Fix infinite recursion in `fill_bytes()` | Robert Irelan | -1/+21 |
| 2013-10-31 | libstd: Remove mocks. | Patrick Walton | -181/+131 |
| 2013-10-31 | std::rand: correct an off-by-one in the Ziggurat code. | Huon Wilson | -136/+3 |
| 2013-10-31 | auto merge of #10180 : alexcrichton/rust/flush-default, r=brson | bors | -31/+6 |
| 2013-10-30 | auto merge of #10120 : Kimundi/rust/remove_sys, r=alexcrichton | bors | -129/+133 |
| 2013-10-30 | Make Writer::flush a no-op default method | Alex Crichton | -31/+6 |
| 2013-10-30 | Prepared `std::sys` for removal, and made `begin_unwind` simpler | Marvin Löbel | -129/+133 |
| 2013-10-30 | auto merge of #10168 : reedlepee123/rust/priv_fields, r=brson | bors | -23/+23 |
| 2013-10-30 | auto merge of #9613 : jld/rust/enum-discrim-size.r0, r=alexcrichton | bors | -16/+23 |
| 2013-10-30 | changed all the impl<T> to impl<T: Send> in rt::comm.rs and libstd::comm.rs #... | reedlepee | -23/+23 |
| 2013-10-29 | Register new snapshots | Alex Crichton | -6760/+0 |
| 2013-10-29 | auto merge of #10140 : brson/rust/comm, r=alexcrichton | bors | -8/+7 |
| 2013-10-29 | auto merge of #10136 : hatahet/rust/master, r=alexcrichton | bors | -146/+142 |
| 2013-10-29 | auto merge of #10132 : pcwalton/rust/proc, r=pcwalton | bors | -9/+11 |
| 2013-10-29 | librustc: Implement the `proc` type as sugar for `~once fn` and `proc` | Patrick Walton | -9/+11 |
| 2013-10-29 | auto merge of #10058 : alexcrichton/rust/uv-crate, r=brson | bors | -53/+106 |
| 2013-10-29 | Work around const_eval issues by changing signed integer `min_value`s. | Jed Davis | -1/+2 |
| 2013-10-29 | Adjust reflection for the possibility of discriminants larger than int. | Jed Davis | -15/+20 |
| 2013-10-29 | Add repr attributes in various places that need them. | Jed Davis | -0/+1 |
| 2013-10-29 | Move rust's uv implementation to its own crate | Alex Crichton | -28/+83 |
| 2013-10-29 | auto merge of #10141 : kmcallister/rust/current_stack_segment, r=alexcrichton | bors | -1/+4 |