| Age | Commit message (Expand) | Author | Lines |
| 2013-09-14 | std::logging: Use a more specific enum than Either | blake2-ppc | -18/+18 |
| 2013-09-12 | auto merge of #9087 : fhahn/rust/rust_crate_map, r=brson | bors | -54/+224 |
| 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 |
| 2013-09-12 | implement raw pointer comparisons in librustc | Daniel Micay | -4/+64 |
| 2013-09-11 | auto merge of #9038 : singingboyo/rust/with-mem-writer, r=anasazi | bors | -0/+14 |
| 2013-09-11 | auto merge of #8999 : anasazi/rust/multi-threaded-io-tests, r=brson | bors | -51/+190 |
| 2013-09-11 | Add HashSet::with_capacity_and_keys() function | Florian Hahn | -0/+11 |
| 2013-09-10 | Don't fail in TcpStream.flush | Steven Fackler | -1/+1 |
| 2013-09-10 | auto merge of #9091 : sfackler/rust/buffered, r=alexcrichton | bors | -0/+358 |
| 2013-09-10 | Buffered I/O wrappers | Steven Fackler | -0/+358 |
| 2013-09-09 | auto merge of #9062 : blake2-ppc/rust/vec-iterator, r=alexcrichton | bors | -255/+255 |
| 2013-09-10 | std::at_vec and vec: Unify build_sized, build_sized_opt into build | blake2-ppc | -81/+17 |
| 2013-09-10 | std::vec: Remove the function same_length | blake2-ppc | -5/+0 |
| 2013-09-10 | std::vec: Update module doc text | blake2-ppc | -19/+60 |
| 2013-09-10 | std::vec: Replace each_permutation with a new Permutations iterator | blake2-ppc | -119/+165 |
| 2013-09-10 | std::vec: Change fn unzip to take an iterator argument | blake2-ppc | -31/+13 |
| 2013-09-07 | auto merge of #8906 : novalis/rust/master, r=alexcrichton | bors | -46/+145 |
| 2013-09-07 | auto merge of #9032 : alexcrichton/rust/inline-repr, r=thestinger | bors | -0/+1 |
| 2013-09-07 | Handle global log levels (fixes #6033) | novalis | -36/+100 |
| 2013-09-06 | auto merge of #9026 : jbclements/rust/let-var-hygiene, r=jbclements | bors | -0/+10 |
| 2013-09-06 | Flag the Repr::repr function with #[inline] | Alex Crichton | -0/+1 |
| 2013-09-06 | Add with_mem_writer to std::rt::io::mem. | Brandon Sanderson | -0/+14 |
| 2013-09-06 | Fix #6031. Allow symbolic log levels, not just numbers. | novalis | -18/+53 |
| 2013-09-06 | auto merge of #9010 : aaronlaursen/rust/master, r=alexcrichton | bors | -4/+31 |
| 2013-09-06 | added IterBytes for 4-tuples | John Clements | -0/+10 |
| 2013-09-06 | Make I/O tests use run_in_mt_newsched_task to get more multi-threaded test co... | Eric Reed | -50/+187 |
| 2013-09-06 | Forgot to make accept() home for IO | Eric Reed | -1/+3 |
| 2013-09-06 | Upgrade libuv to the current master (again) | Alex Crichton | -124/+81 |
| 2013-09-06 | fix for issue #7588, overflow now handled correctly | Aaron Laursen | -4/+31 |
| 2013-09-06 | Fix Acceptor iterator ending early if a connection attempt fails | Eric Reed | -4/+9 |
| 2013-09-09 | auto merge of #9005 : alexcrichton/rust/rusty-log, r=brson | bors | -1/+9 |
| 2013-09-09 | auto merge of #9051 : bjz/rust/master, r=huonw | bors | -384/+419 |
| 2013-09-09 | Some work on std::ascii: Marked unsafe function unsafe, added moving implemen... | Marvin Löbel | -20/+77 |
| 2013-09-09 | auto merge of #9073 : alexcrichton/rust/remove-local-data-hax, r=huonw | bors | -9/+7 |
| 2013-09-09 | Remove hacks around issues in local_data | Alex Crichton | -9/+7 |
| 2013-09-09 | auto merge of #9065 : thestinger/rust/iter, r=alexcrichton | bors | -64/+62 |
| 2013-09-09 | rename `std::iterator` to `std::iter` | Daniel Micay | -64/+62 |
| 2013-09-08 | repr: update for removal of const | Daniel Micay | -2/+1 |
| 2013-09-08 | repr: write the mutability qualifier for slices | Daniel Micay | -0/+4 |
| 2013-09-08 | auto merge of #8988 : cmr/rust/fromstr_fn, r=brson | bors | -3/+9 |
| 2013-09-08 | Fix import order which caused the wrong from_str to be in scope | Corey Richardson | -3/+3 |
| 2013-09-09 | Fix unused import warnings on 32bit systems | Brendan Zabarauskas | -2/+6 |