| Age | Commit message (Expand) | Author | Lines |
| 2014-01-19 | auto merge of #11649 : FlaPer87/rust/pow, r=cmr | bors | -37/+22 |
| 2014-01-19 | auto merge of #11643 : kballard/rust/path-root-path, r=erickt | bors | -4/+7 |
| 2014-01-20 | Fix misuse of character/byte in std::path. | OGINO Masanori | -2/+2 |
| 2014-01-19 | auto merge of #11642 : erickt/rust/path, r=huonw | bors | -41/+62 |
| 2014-01-19 | auto merge of #11635 : thestinger/rust/zero-size-alloc, r=alexcrichton | bors | -21/+31 |
| 2014-01-18 | Replace old pow_with_uint with the new pow func | Flavio Percoco | -43/+7 |
| 2014-01-18 | Added benchmark for pow and pow_with_uint | Flavio Percoco | -0/+21 |
| 2014-01-18 | Expose platform independent path separators | Erick Tryzelaar | -41/+62 |
| 2014-01-18 | auto merge of #11622 : bjz/rust/simplify-primitive-trait, r=brson | bors | -84/+31 |
| 2014-01-18 | auto merge of #11605 : alexcrichton/rust/issue-9582, r=brson | bors | -2/+2 |
| 2014-01-17 | Make WindowsPath::new("C:foo").root_path() return Some("C:") | Kevin Ballard | -4/+7 |
| 2014-01-18 | Rename iterators for consistency | Palmer Cox | -295/+295 |
| 2014-01-17 | handle zero-size allocations correctly | Daniel Micay | -21/+31 |
| 2014-01-17 | auto merge of #11503 : FlaPer87/rust/master, r=huonw | bors | -43/+71 |
| 2014-01-18 | std::trie: use unsafe code to give a 3x speed up to the iterator. | Huon Wilson | -39/+118 |
| 2014-01-18 | std::trie: remove each_{key,value}_reverse internal iterators. | Huon Wilson | -13/+1 |
| 2014-01-18 | Add FIXME comments regarding issue #11526. | Brendan Zabarauskas | -0/+22 |
| 2014-01-18 | Simplify std::num::Primitive trait definition | Brendan Zabarauskas | -84/+9 |
| 2014-01-17 | auto merge of #11598 : alexcrichton/rust/io-export, r=brson | bors | -106/+148 |
| 2014-01-17 | Tweak the interface of std::io | Alex Crichton | -106/+148 |
| 2014-01-17 | auto merge of #11585 : nikomatsakis/rust/issue-3511-rvalue-lifetimes, r=pcwalton | bors | -36/+98 |
| 2014-01-17 | Add a generic power function | Flavio Percoco | -43/+71 |
| 2014-01-17 | auto merge of #11479 : khodzha/rust/peekable_empty, r=brson | bors | -1/+15 |
| 2014-01-16 | Fix test to account for new temporary lifetime rules, which cause the channel... | Niko Matsakis | -1/+1 |
| 2014-01-16 | Forbid coercing unsafe functions to closures | Alex Crichton | -2/+2 |
| 2014-01-16 | auto merge of #11571 : derekchiang/rust/fix-task-docs, r=alexcrichton | bors | -7/+6 |
| 2014-01-16 | Remove typo | Niko Matsakis | -1/+1 |
| 2014-01-16 | auto merge of #11579 : kballard/rust/windows-path-join, r=erickt | bors | -2/+9 |
| 2014-01-16 | Fix some docs in std::rt::task | Derek Chiang | -7/+6 |
| 2014-01-15 | auto merge of #11548 : bjz/rust/bitwise, r=alexcrichton | bors | -39/+39 |
| 2014-01-15 | auto merge of #11565 : mozilla/rust/snapshot, r=huonw | bors | -246/+17 |
| 2014-01-16 | Merge Bitwise and BitCount traits and remove from prelude, along with Bounded | Brendan Zabarauskas | -39/+39 |
| 2014-01-15 | Remove FIXMEs and add license | Niko Matsakis | -1/+1 |
| 2014-01-15 | auto merge of #11568 : FlaPer87/rust/even, r=alexcrichton | bors | -2/+2 |
| 2014-01-15 | Issue #3511 - Rationalize temporary lifetimes. | Niko Matsakis | -37/+99 |
| 2014-01-15 | auto merge of #11550 : alexcrichton/rust/noinline, r=thestinger | bors | -0/+2 |
| 2014-01-15 | path: Fix joining Windows path when the receiver is "C:" | Kevin Ballard | -2/+9 |
| 2014-01-15 | auto merge of #11112 : alexcrichton/rust/issue-11087, r=brson | bors | -23/+98 |
| 2014-01-15 | Allow more "error" values in try_recv() | Alex Crichton | -23/+98 |
| 2014-01-15 | auto merge of #11543 : thestinger/rust/gc, r=cmr | bors | -0/+5 |
| 2014-01-15 | Use the least significant beat to determine if int/uint is even | Flavio Percoco | -2/+2 |
| 2014-01-15 | auto merge of #11561 : eddyb/rust/moar-inlines, r=pcwalton | bors | -9/+34 |
| 2014-01-15 | remove the concept of managed-unique from libstd | Daniel Micay | -31/+16 |
| 2014-01-15 | register snapshots | Daniel Micay | -215/+1 |
| 2014-01-15 | auto merge of #11556 : am0d/rust/docs, r=huonw | bors | -1/+1 |
| 2014-01-15 | libstd: Added more #[inline] annotations and replaced uses of `libc::abort` w... | Eduard Burtescu | -9/+34 |
| 2014-01-14 | auto merge of #11535 : thestinger/rust/header, r=alexcrichton | bors | -9/+114 |
| 2014-01-14 | Flag failure functions as inline(never) | Alex Crichton | -0/+2 |
| 2014-01-14 | Mark LineIterator as public so its docs get generated. | a_m0d | -1/+1 |
| 2014-01-14 | add implementation of `Repr` for `~[T]` | Daniel Micay | -1/+2 |