| Age | Commit message (Expand) | Author | Lines |
| 2013-09-16 | auto merge of #9211 : klutzy/rust/win32-fix, r=alexcrichton | bors | -26/+47 |
| 2013-09-16 | std::str: Add bench tests for StrVector::connect() and for str::push_str | blake2-ppc | -0/+19 |
| 2013-09-16 | std::vec: Add function vec::bytes::push_bytes | blake2-ppc | -0/+17 |
| 2013-09-16 | std::vec: Fix hazards with uint overflows in unsafe code | blake2-ppc | -6/+29 |
| 2013-09-16 | auto merge of #9192 : Kimundi/rust/master, r=huonw | bors | -16/+278 |
| 2013-09-16 | Corrected a few small style issues | Marvin Löbel | -18/+43 |
| 2013-09-16 | Add an SendStr type | Marvin Löbel | -16/+253 |
| 2013-09-16 | std::num: Add uint::next_power_of_two_opt | blake2-ppc | -1/+11 |
| 2013-09-15 | c_str: Add new method .as_str() -> Option<&str> | Kevin Ballard | -3/+74 |
| 2013-09-16 | std::rt::uv::file: Enable tests on Win32 | klutzy | -2/+0 |
| 2013-09-16 | std::rt::uv::uvio: Enable tests on Win32 | klutzy | -2/+0 |
| 2013-09-16 | std::rt::io::net::tcp: Fix one tcp test on Win32 | klutzy | -2/+7 |
| 2013-09-16 | std::rt::uv::uvll: Fix uv_req_type on Win32 | klutzy | -3/+27 |
| 2013-09-16 | std::os: Use unicode for last_os_error() on Win32 | klutzy | -10/+9 |
| 2013-09-16 | std::rt::io::support: Fix ignored test on Win32 | klutzy | -2/+1 |
| 2013-09-15 | std::rt::io::file: Enable I/O tests on Win32 | klutzy | -5/+3 |
| 2013-09-15 | Remove {uint,int,u64,i64,...}::from_str,from_str_radix | blake2-ppc | -93/+69 |
| 2013-09-15 | Document all of the format! related macros | Alex Crichton | -2/+74 |
| 2013-09-15 | Reduce the amount of complexity in format! | Alex Crichton | -0/+7 |
| 2013-09-15 | iter: add the edge case tests for `range` too | Daniel Micay | -0/+10 |
| 2013-09-15 | rm some uses of the `advance` iterator method | Daniel Micay | -2/+2 |
| 2013-09-15 | std::num: Remove `range_step` for each numeric type | blake2-ppc | -296/+0 |
| 2013-09-15 | Use std::iter::range_step | blake2-ppc | -35/+27 |
| 2013-09-15 | iter: fix `RangeInclusive`'s `DoubleEndedIterator` | Daniel Micay | -3/+5 |
| 2013-09-15 | iter: fix `range_inclusive` when `start > stop` | Daniel Micay | -4/+10 |
| 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 |