| Age | Commit message (Expand) | Author | Lines |
| 2014-07-03 | Rename set_broadast() to set_broadcast(). | Joseph Crail | -1/+7 |
| 2014-07-03 | Fix spelling errors. | Joseph Crail | -3/+3 |
| 2014-07-03 | Add os::join_paths, make setenv non-utf8 capable | Aaron Turon | -60/+147 |
| 2014-07-02 | Merge remote-tracking branch 'origin/master' into 0.11.0-release | Alex Crichton | -217/+456 |
| 2014-07-02 | auto merge of #15265 : omasanori/rust/udp, r=alexcrichton | bors | -34/+47 |
| 2014-07-02 | auto merge of #15257 : erickt/rust/hashmap, r=alexcrichton | bors | -16/+121 |
| 2014-07-01 | rustc: Remove `&str` indexing from the language. | Brian Anderson | -23/+27 |
| 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-07-01 | std: move the hash docstring over to std::hash. | Erick Tryzelaar | -1/+52 |
| 2014-06-30 | libstd: set baseline stability levels. | Aaron Turon | -0/+41 |
| 2014-06-30 | auto merge of #14613 : schmee/rust/utf16-iterator, r=huonw | bors | -7/+14 |
| 2014-06-30 | Add `utf16_units` | John Schmidt | -7/+14 |
| 2014-06-30 | std: micro optimize Hash{Map,Set}::{new,with_capacity} | Erick Tryzelaar | -0/+8 |
| 2014-06-30 | std: make sure HashMap from_iter uses random initialization by default | Erick Tryzelaar | -16/+62 |
| 2014-06-30 | auto merge of #15030 : sfackler/rust/partial-cmp, r=huonw | bors | -0/+5 |
| 2014-06-29 | Implement RFC#28: Add PartialOrd::partial_cmp | Steven Fackler | -0/+5 |
| 2014-06-30 | auto merge of #15254 : alex/rust/patch-1, r=alexcrichton | bors | -2/+2 |
| 2014-06-29 | auto merge of #15245 : sfackler/rust/coretest, r=alexcrichton | bors | -0/+7 |
| 2014-06-29 | Extract tests from libcore to a separate crate | Steven Fackler | -0/+7 |
| 2014-06-29 | auto merge of #15252 : alexcrichton/rust/issue-15231, r=pcwalton | bors | -1/+41 |
| 2014-06-29 | auto merge of #15234 : pcwalton/rust/integer-fallback-and-casts, r=alexcrichton | bors | -2/+2 |
| 2014-06-29 | librustc: Remove the fallback to `int` for integers and `f64` for | Patrick Walton | -2/+2 |
| 2014-06-29 | Wrap two code examples in backticks | Alex Gaynor | -2/+2 |
| 2014-06-29 | rustuv: Don't zero-out data on clones | Alex Crichton | -1/+41 |
| 2014-06-29 | rand: Small fix in parameter name | Piotr Jawniak | -5/+5 |
| 2014-06-28 | auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwalton | bors | -123/+135 |
| 2014-06-28 | Rename all raw pointers as necessary | Alex Crichton | -122/+135 |
| 2014-06-28 | librustc: Match trait self types exactly. | Patrick Walton | -4/+9 |
| 2014-06-27 | Update to 0.11.0 0.11.0 | Alex Crichton | -2/+2 |
| 2014-06-27 | auto merge of #15206 : omasanori/rust/use-reexported, r=alexcrichton | bors | -10/+10 |
| 2014-06-27 | std::io: Use re-exported pathes in examples. | OGINO Masanori | -10/+10 |
| 2014-06-26 | auto merge of #14886 : alexcrichton/rust/rt-improvements, r=brson | bors | -2/+13 |
| 2014-06-26 | rustrt: Reorganize task usage | Alex Crichton | -2/+13 |
| 2014-06-26 | Remove unnecessary to_string calls | Piotr Jawniak | -1/+1 |
| 2014-06-25 | Register new snapshots | Alex Crichton | -1/+0 |
| 2014-06-25 | Fix wrong type name: IoError<()> -> IoResult<()> | Alexei Sholik | -1/+1 |
| 2014-06-25 | Fix a typo in fmt.rs | Alexei Sholik | -2/+2 |
| 2014-06-24 | Test fixes from the rollup | Alex Crichton | -0/+4 |
| 2014-06-24 | std: Add stability attributes to primitive numeric modules | Brian Anderson | -0/+24 |
| 2014-06-24 | core: Add stability attributes to Clone | Brian Anderson | -0/+1 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -148/+148 |
| 2014-06-24 | auto merge of #14963 : w3ln4/rust/master, r=alexcrichton | bors | -0/+4 |
| 2014-06-24 | Added Mipsel architecture support | Pawel Olzacki | -0/+4 |
| 2014-06-23 | librustc: Feature gate lang items and intrinsics. | Patrick Walton | -2/+3 |
| 2014-06-22 | Register new snapshots | Alex Crichton | -1/+0 |
| 2014-06-21 | std: inline many of the Writer/Reader methods | Erick Tryzelaar | -0/+127 |
| 2014-06-20 | librustc: Put `#[unsafe_destructor]` behind a feature gate. | Patrick Walton | -2/+4 |
| 2014-06-20 | auto merge of #15047 : brson/rust/taskdocs, r=huonw | bors | -9/+25 |
| 2014-06-19 | std::sync::TaskPool: Improve module documentation | Alexandre Gagnon | -13/+17 |