| Age | Commit message (Expand) | Author | Lines |
| 2014-02-15 | auto merge of #12283 : kballard/rust/env-args-bytes, r=erickt | bors | -42/+148 |
| 2014-02-14 | Fix all code examples | Alex Crichton | -52/+80 |
| 2014-02-14 | extern mod => extern crate | Alex Crichton | -6/+6 |
| 2014-02-14 | Register new snapshots | Alex Crichton | -22/+4 |
| 2014-02-15 | Update LimitReader to take the Reader to wrap by value | Palmer Cox | -7/+8 |
| 2014-02-15 | Create RefReader and RefWriter adaptor structs | Palmer Cox | -0/+33 |
| 2014-02-14 | Use str::from_utf8_lossy() for os::env() and friends | Kevin Ballard | -11/+60 |
| 2014-02-14 | Use str::from_utf8_lossy() in os::args(), add os::args_as_bytes() | Kevin Ballard | -25/+50 |
| 2014-02-14 | Add c_str::CString.as_bytes_no_nul() | Kevin Ballard | -6/+38 |
| 2014-02-14 | auto merge of #12276 : alexcrichton/rust/issue-8449, r=kballard | bors | -5/+1 |
| 2014-02-14 | Enable 64-bit checked multiplication on 32-bit | Alex Crichton | -5/+1 |
| 2014-02-14 | auto merge of #12267 : alexcrichton/rust/rollup, r=alexcrichton | bors | -21/+30 |
| 2014-02-14 | Invoke gcc with -nodefaultlibs | Alex Crichton | -1/+13 |
| 2014-02-14 | extra: Capture stdout/stderr of tests by default | Alex Crichton | -0/+6 |
| 2014-02-14 | return value/use extra::test::black_box in benchmarks | lpy | -21/+24 |
| 2014-02-14 | auto merge of #12186 : alexcrichton/rust/no-sleep-2, r=brson | bors | -0/+1 |
| 2014-02-13 | auto merge of #12172 : alexcrichton/rust/green-improvements, r=brson | bors | -11/+26 |
| 2014-02-13 | Remove two allocations from spawning a green task | Alex Crichton | -0/+6 |
| 2014-02-13 | Don't require an allocation for on_exit messages | Alex Crichton | -4/+12 |
| 2014-02-13 | Don't allocate in LocalHeap::new() | Alex Crichton | -7/+8 |
| 2014-02-13 | Removed num::Orderable | Michael Darakananda | -215/+10 |
| 2014-02-13 | Rebase conflicts from this giant stack of patches | Alex Crichton | -3/+3 |
| 2014-02-13 | Lift $dst outside the closure in write! | Alex Crichton | -6/+8 |
| 2014-02-13 | remove duplicate function from std::ptr (is_null, is_not_null, offset, mut_of... | JeremyLetang | -82/+59 |
| 2014-02-13 | Register new snapshots | Alex Crichton | -186/+1 |
| 2014-02-13 | Relax an assertion in start_selection() | Alex Crichton | -10/+122 |
| 2014-02-13 | std::comm: replace Handle.id with a method. | Huon Wilson | -12/+12 |
| 2014-02-13 | Add some missing Show implementations in libstd | Brendan Zabarauskas | -1/+164 |
| 2014-02-12 | Expose whether event loops have active I/O | Alex Crichton | -0/+1 |
| 2014-02-12 | auto merge of #12204 : alexcrichton/rust/seek, r=pcwalton | bors | -31/+80 |
| 2014-02-12 | Removed ty_type (previously used to represent *tydesc). | Eduard Burtescu | -0/+8 |
| 2014-02-11 | Finalize the Seek API | Alex Crichton | -31/+80 |
| 2014-02-11 | Test fixes and rebase conflicts | Alex Crichton | -44/+31 |
| 2014-02-11 | Rewrite channels yet again for upgradeability | Alex Crichton | -643/+1853 |
| 2014-02-11 | Shuffle around ownership in concurrent queues | Alex Crichton | -340/+248 |
| 2014-02-11 | auto merge of #12158 : nikomatsakis/rust/issue-6801-borrowck-closures, r=pcwa... | bors | -77/+135 |
| 2014-02-11 | str -- borrow fields of self for use in closure since self.iter is borrowed | Niko Matsakis | -5/+7 |
| 2014-02-11 | io -- introduce local to avoid conflicting borrow | Niko Matsakis | -1/+2 |
| 2014-02-11 | vec -- introduce local var to make clear what subportion is being borrowed | Niko Matsakis | -2/+2 |
| 2014-02-11 | std -- replaces uses where const borrows would be required | Niko Matsakis | -70/+125 |
| 2014-02-11 | Fix broken link to the container guide | Simon Sapin | -1/+1 |
| 2014-02-11 | Move replace and swap to std::mem. Get rid of std::util | Edward Wang | -210/+163 |
| 2014-02-10 | auto merge of #12149 : thomaslee/rust/ipaddr_deriving_iter_bytes, r=cmr | bors | -2/+13 |
| 2014-02-10 | IterBytes for IpAddr and SocketAddr | Tom Lee | -2/+13 |
| 2014-02-09 | auto merge of #12143 : brson/rust/swap, r=alexcrichton | bors | -28/+24 |
| 2014-02-09 | auto merge of #12136 : alexcrichton/rust/issue-12123, r=brson | bors | -8/+10 |
| 2014-02-09 | std: Clean up the swap function a little | Brian Anderson | -8/+5 |
| 2014-02-09 | std: Stop parameterizing some memcpy functions over RawPtr | Brian Anderson | -23/+22 |
| 2014-02-09 | auto merge of #12124 : brson/rust/intrinsics, r=thestinger | bors | -55/+84 |
| 2014-02-09 | auto merge of #12120 : gifnksm/rust/buffered-chars, r=alexcrichton | bors | -0/+45 |