| Age | Commit message (Expand) | Author | Lines |
| 2013-09-15 | fix range_step{,_inclusive} with negative step | Daniel Micay | -16/+10 |
| 2013-09-14 | auto merge of #9199 : thestinger/rust/range_step, r=cmr | bors | -14/+101 |
| 2013-09-14 | iter: add `RangeStep` and `RangeStepInclusive` | Daniel Micay | -1/+90 |
| 2013-09-14 | auto merge of #9198 : FlaPer87/rust/shared-port, r=cmr | bors | -9/+38 |
| 2013-09-14 | auto merge of #9191 : huonw/rust/are-you-tired, r=cmr | bors | -0/+14 |
| 2013-09-14 | iter: move Counter impl to the proper place | Daniel Micay | -14/+14 |
| 2013-09-14 | iter: replace comment with a docstring | Daniel Micay | -5/+3 |
| 2013-09-14 | Add SharedPort wrapper around rt::comm::SharedPort | Flavio Percoco | -9/+38 |
| 2013-09-14 | iter: fix range docstrings | Daniel Micay | -2/+2 |
| 2013-09-14 | auto merge of #9182 : bjz/rust/master, r=brson | bors | -0/+1 |
| 2013-09-14 | auto merge of #9180 : blake2-ppc/rust/reduce-either, r=catamorphism | bors | -18/+18 |
| 2013-09-15 | std::rt: Add a standalone sleep function. | Huon Wilson | -0/+14 |
| 2013-09-14 | auto merge of #9165 : klutzy/rust/newrt-file-fix, r=sanxiyn | bors | -0/+9 |
| 2013-09-14 | auto merge of #9160 : alexcrichton/rust/local-data-docs, r=huonw | bors | -7/+8 |
| 2013-09-14 | auto merge of #9156 : sfackler/rust/buffered-fix, r=huonw | bors | -13/+19 |
| 2013-09-14 | auto merge of #9115 : erickt/rust/master, r=erickt | bors | -98/+833 |
| 2013-09-13 | Remove all usage of change_dir_locked | Alex Crichton | -53/+0 |
| 2013-09-14 | Add Orderable bound to num::Primitive | Brendan Zabarauskas | -0/+1 |
| 2013-09-14 | std::logging: Use a more specific enum than Either | blake2-ppc | -18/+18 |
| 2013-09-13 | std: Fix another windows problem with the unwrap_or_default rename | Erick Tryzelaar | -1/+1 |
| 2013-09-13 | std: rename Option.chain to Option.and_then on windows | Erick Tryzelaar | -1/+1 |
| 2013-09-13 | std::rt::io: Fix file I/O on Win32 | klutzy | -0/+9 |
| 2013-09-12 | Improve the local_data docs slightly | Alex Crichton | -7/+8 |
| 2013-09-12 | auto merge of #9087 : fhahn/rust/rust_crate_map, r=brson | bors | -54/+224 |
| 2013-09-12 | Stop using newtypes in rt::io::buffered | Steven Fackler | -13/+19 |
| 2013-09-12 | std: Restore Option::chain{,_mut}_ref as and_then{,_mut}_ref | Erick Tryzelaar | -16/+26 |
| 2013-09-12 | std: Remove Zero impl for Option | Erick Tryzelaar | -5/+0 |
| 2013-09-12 | std: Remove Zero impl from vec | Erick Tryzelaar | -21/+4 |
| 2013-09-12 | std: Add a bunch of Default impls | Erick Tryzelaar | -5/+75 |
| 2013-09-12 | std: Rename {Option,Result}::chain{,_err}* to {and_then,or_else} | Erick Tryzelaar | -55/+79 |
| 2013-09-12 | std: Add ToEither/IntoEither/AsEither | Erick Tryzelaar | -21/+162 |
| 2013-09-12 | std: Add ToResult/IntoResult/AsResult | Erick Tryzelaar | -12/+171 |
| 2013-09-12 | std: Add ToOption/IntoOption/AsOption | Erick Tryzelaar | -0/+185 |
| 2013-09-12 | std: fix a warning | Erick Tryzelaar | -1/+1 |
| 2013-09-12 | std: Add Option.{and,and_then,or,or_else} | Erick Tryzelaar | -8/+81 |
| 2013-09-12 | std: Add Option.unwrap_or_else and a couple tests | Erick Tryzelaar | -0/+47 |
| 2013-09-12 | std: Add Default implementation for vecs | Erick Tryzelaar | -0/+14 |
| 2013-09-12 | std: Add Option.{result_or_default,or_default} that uses Default | Erick Tryzelaar | -0/+20 |
| 2013-09-12 | std: add default implementations to Option | Erick Tryzelaar | -0/+5 |
| 2013-09-12 | std: add default implementations to HashMap | Erick Tryzelaar | -0/+9 |
| 2013-09-12 | std: rename Option::unwrap_or_default() to unwrap_or() | Erick Tryzelaar | -4/+4 |
| 2013-09-13 | Convert rust_crate_map.cpp to Rust | Florian Hahn | -54/+213 |
| 2013-09-12 | auto merge of #9136 : thestinger/rust/ptr, r=alexcrichton | bors | -4/+64 |
| 2013-09-12 | auto merge of #9140 : alexcrichton/rust/issue-9119, r=huonw | bors | -2/+2 |
| 2013-09-12 | auto merge of #9012 : alexcrichton/rust/format-args, r=huonw | bors | -16/+75 |
| 2013-09-12 | auto merge of #9138 : alexcrichton/rust/dynamic-lib-not-threadsafe, r=thestinger | bors | -1/+3 |
| 2013-09-12 | Parse underscores in identifiers for format! | Alex Crichton | -2/+2 |
| 2013-09-12 | Implement a format_args!() macro | Alex Crichton | -16/+75 |
| 2013-09-11 | Flag the dynamic_lib tests as ignored | Alex Crichton | -1/+3 |
| 2013-09-11 | auto merge of #9114 : sfackler/rust/flush-fix, r=brson | bors | -1/+1 |