| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-07-09 | auto merge of #15471 : erickt/rust/push_all, r=acrichto | bors | -5/+49 |
| 2014-07-09 | auto merge of #15283 : kwantam/rust/master, r=alexcrichton | bors | -0/+1 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -67/+68 |
| 2014-07-07 | Add libunicode; move unicode functions from core | kwantam | -0/+1 |
| 2014-07-05 | std: flesh out MemWriter benchmarks | Erick Tryzelaar | -5/+49 |
| 2014-07-04 | make any_pat! and u64_from_be_bytes_bench_impl! macros hygienic | John Clements | -8/+9 |
| 2014-07-03 | Rename set_broadast() to set_broadcast(). | Joseph Crail | -1/+7 |
| 2014-07-03 | Fix spelling errors. | Joseph Crail | -1/+1 |
| 2014-07-02 | auto merge of #15265 : omasanori/rust/udp, r=alexcrichton | bors | -34/+47 |
| 2014-07-01 | rustc: Remove `&str` indexing from the language. | Brian Anderson | -2/+2 |
| 2014-07-02 | Add `recvfrom` and `sendto`. | OGINO Masanori | -0/+13 |