| Age | Commit message (Expand) | Author | Lines |
| 2014-08-13 | std: Restore missing timer examples | Brian Anderson | -0/+52 |
| 2014-08-13 | std: Remove ms-taking methods from timers | Brian Anderson | -172/+49 |
| 2014-08-13 | std: Update Duration from upstream | Brian Anderson | -25/+9 |
| 2014-08-13 | std: Add sleep, oneshot and periodic timers, taking Duration | Brian Anderson | -0/+97 |
| 2014-08-13 | std: Rename sleep, periodic, and oneshot timers to sleep_ms, etc. | Brian Anderson | -55/+55 |
| 2014-08-13 | std: Rename slice::Vector to Slice | Brian Anderson | -3/+3 |
| 2014-08-13 | std: Rename various slice traits for consistency | Brian Anderson | -11/+11 |
| 2014-08-12 | libnative: process spawning should not close inherited file descriptors | Ivan Petkov | -1/+24 |
| 2014-08-08 | auto merge of #16336 : retep998/rust/master, r=brson | bors | -4/+5 |
| 2014-08-08 | Register new snapshot 12e0f72 | Niko Matsakis | -3/+0 |
| 2014-08-07 | windows: Fix several tests on 64-bit. | Peter Atashian | -4/+5 |
| 2014-08-07 | auto merge of #16220 : tshepang/rust/temp, r=steveklabnik | bors | -1/+1 |
| 2014-08-06 | auto merge of #16291 : nham/rust/byte_literals, r=alexcrichton | bors | -18/+18 |
| 2014-08-06 | auto merge of #16258 : aturon/rust/stabilize-atomics, r=alexcrichton | bors | -4/+4 |
| 2014-08-06 | Use byte literals in libstd | nham | -18/+18 |
| 2014-08-05 | auto merge of #16243 : alexcrichton/rust/fix-utime-for-windows, r=brson | bors | -6/+4 |
| 2014-08-04 | stabilize atomics (now atomic) | Aaron Turon | -4/+4 |
| 2014-08-03 | doc: make the sentence make more sense | Tshepang Lekhonkhobe | -1/+1 |
| 2014-08-02 | native: Fix utime() for windows | Alex Crichton | -6/+4 |
| 2014-08-01 | Fix misspelled comments. | Joseph Crail | -1/+1 |
| 2014-07-31 | auto merge of #15399 : kballard/rust/rewrite_local_data, r=alexcrichton | bors | -4/+4 |
| 2014-07-31 | Tweak error reporting in io::net::tcp tests | Kevin Ballard | -4/+4 |
| 2014-07-31 | auto merge of #16074 : nham/rust/bitflags_traits, r=alexcrichton | bors | -1/+6 |
| 2014-07-30 | Implement Default for std::io::FilePermission | nham | -0/+6 |
| 2014-07-30 | Derive PartialOrd, Ord and Hash for bitflags types. | nham | -1/+0 |
| 2014-07-30 | auto merge of #15915 : erickt/rust/master, r=alexcrichton | bors | -72/+8 |
| 2014-07-29 | std: Make MemWriter clonable | Erick Tryzelaar | -0/+1 |
| 2014-07-29 | remove seek from std::io::MemWriter, add SeekableMemWriter to librustc | Erick Tryzelaar | -72/+7 |
| 2014-07-29 | doc: add missing word | Tshepang Lekhonkhobe | -1/+1 |
| 2014-07-28 | Fix some of the documentation std::io::fs. | nham | -22/+20 |
| 2014-07-24 | librustc: Stop desugaring `for` expressions and translate them directly. | Patrick Walton | -1/+4 |
| 2014-07-23 | Remove kludgy imports from vec! macro | Brian Anderson | -0/+1 |
| 2014-07-23 | collections: Move push/pop to MutableSeq | Brian Anderson | -2/+3 |
| 2014-07-22 | auto merge of #15867 : cmr/rust/rewrite-lexer4, r=alexcrichton | bors | -0/+8 |
| 2014-07-21 | Add a ton of ignore-lexer-test | Corey Richardson | -0/+8 |
| 2014-07-15 | auto merge of #15619 : kwantam/rust/master, r=huonw | bors | -1/+1 |
| 2014-07-15 | Fix errors | Adolfo Ochagavía | -1/+0 |
| 2014-07-15 | Deprecate `str::from_utf8_lossy` | Adolfo Ochagavía | -6/+5 |
| 2014-07-15 | Deprecate `str::from_utf8_owned` | Adolfo Ochagavía | -17/+12 |
| 2014-07-14 | add Graphemes iterator; tidy unicode exports | kwantam | -1/+1 |
| 2014-07-14 | std: Make unlink() more consistent | Alex Crichton | -5/+43 |
| 2014-07-13 | std: make std::io::IoError{,Kind} implement Eq | Erick Tryzelaar | -2/+2 |
| 2014-07-13 | auto merge of #15591 : aturon/rust/box-cell-stability, r=alexcrichton | bors | -12/+12 |
| 2014-07-13 | Stabilization for `owned` (now `boxed`) and `cell` | Aaron Turon | -12/+12 |
| 2014-07-13 | auto merge of #15584 : alexcrichton/rust/warn-annoyances, r=cmr | bors | -1/+6 |
| 2014-07-12 | auto merge of #15592 : arjantop/rust/bufwriter-write-fix, r=alexcrichton | bors | -2/+4 |
| 2014-07-11 | libc: Switch open to use a mode_t on unix | Alex Crichton | -1/+6 |
| 2014-07-11 | Allow writes of length 0 to a full buffer | Arjan Topolovec | -2/+4 |
| 2014-07-10 | io::process::Command: add fine-grained env builder | Aaron Turon | -20/+86 |
| 2014-07-09 | Derive Clone for Command and StdioContainer | Jorge Aparicio | -0/+2 |