| Age | Commit message (Expand) | Author | Lines |
| 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-18 | Rename iterators for consistency | Palmer Cox | -295/+295 |
| 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 |
| 2014-01-14 | remove `borrow_offset` as ~ is now free of headers | Daniel Micay | -7/+0 |
| 2014-01-14 | remove reference counting headers from ~ | Daniel Micay | -1/+112 |
| 2014-01-15 | std::trie: optimise insert slightly. | Huon Wilson | -34/+36 |
| 2014-01-15 | std::trie: add benchmarks for insert. | Huon Wilson | -0/+48 |
| 2014-01-14 | add an experimental tag for Gc<T> due to cycles | Daniel Micay | -0/+5 |
| 2014-01-14 | auto merge of #11485 : eddyb/rust/sweep-old-rust, r=nikomatsakis | bors | -10/+6 |
| 2014-01-14 | Fix the representation of C void pointers in LLVM IR | Björn Steinbrink | -1/+12 |
| 2014-01-14 | renamed empty() to is_empty() | Shamir Khodzha | -4/+4 |
| 2014-01-13 | std: Ignore bind error tests on android. #11530 | Brian Anderson | -2/+4 |
| 2014-01-12 | Bump version to 0.10-pre | Brian Anderson | -0/+1 |