| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-07-02 | Rename recvfrom -> recv_from, sendto -> send_to. | OGINO Masanori | -34/+34 |
| 2014-06-30 | libstd: set baseline stability levels. | Aaron Turon | -0/+1 |
| 2014-06-29 | auto merge of #15252 : alexcrichton/rust/issue-15231, r=pcwalton | bors | -0/+40 |
| 2014-06-29 | librustc: Remove the fallback to `int` for integers and `f64` for | Patrick Walton | -1/+1 |
| 2014-06-29 | rustuv: Don't zero-out data on clones | Alex Crichton | -0/+40 |
| 2014-06-28 | auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwalton | bors | -2/+2 |
| 2014-06-28 | Rename all raw pointers as necessary | Alex Crichton | -2/+2 |
| 2014-06-28 | librustc: Match trait self types exactly. | Patrick Walton | -1/+4 |
| 2014-06-27 | std::io: Use re-exported pathes in examples. | OGINO Masanori | -10/+10 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -21/+21 |
| 2014-06-21 | std: inline many of the Writer/Reader methods | Erick Tryzelaar | -0/+127 |
| 2014-06-18 | Deprecate the bytes!() macro. | Simon Sapin | -35/+35 |
| 2014-06-16 | std: Chunk writing to stdout on windows | Alex Crichton | -4/+15 |
| 2014-06-16 | auto merge of #14781 : alexcrichton/rust/issue-14724, r=brson | bors | -3/+42 |
| 2014-06-16 | std: Improve pipe() functionality | Alex Crichton | -3/+42 |
| 2014-06-16 | std: Support consuming a Process without waiting | Alex Crichton | -0/+23 |
| 2014-06-15 | Register new snapshots | Alex Crichton | -20/+20 |
| 2014-06-13 | Rolling up PRs in the queue | Alex Crichton | -2/+6 |
| 2014-06-13 | std: Rebase better errors on master | Alex Crichton | -7/+11 |
| 2014-06-13 | Improve error messages for io::fs | Yehuda Katz | -64/+244 |
| 2014-06-11 | rustc: Remove ~[T] from the language | Alex Crichton | -27/+26 |
| 2014-06-09 | std: adjust the TCP io doc example to work reliably. | Huon Wilson | -1/+6 |
| 2014-06-09 | auto merge of #14709 : alexcrichton/rust/collections, r=brson | bors | -8/+8 |