| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 |
| 2014-06-19 | std: Update std::task docs to reflect modern times | Brian Anderson | -9/+25 |
| 2014-06-18 | Revert bytes!() docstring change, and fix a typo. | Simon Sapin | -1/+1 |
| 2014-06-18 | Deprecate the bytes!() macro. | Simon Sapin | -239/+209 |
| 2014-06-18 | Revamp TaskBuilder API | Aaron Turon | -381/+460 |
| 2014-06-18 | Merge the Bitwise and ByteOrder traits into the Int trait | Brendan Zabarauskas | -1/+1 |
| 2014-06-18 | auto merge of #14984 : thestinger/rust/libc, r=alexcrichton | bors | -6/+5 |
| 2014-06-18 | std: Remove dual export of `Show` | Alex Crichton | -1/+1 |
| 2014-06-18 | fix signatures of mmap-related functions from libc | Daniel Micay | -6/+5 |
| 2014-06-16 | std: Chunk writing to stdout on windows | Alex Crichton | -4/+15 |
| 2014-06-16 | std: Don't fail the task when a Future is dropped | Alex Crichton | -1/+27 |
| 2014-06-16 | Move `num_cpus` from `std::rt::util` to `std::os`. Closes #14707 | Jorge Aparicio | -13/+16 |
| 2014-06-16 | auto merge of #14781 : alexcrichton/rust/issue-14724, r=brson | bors | -26/+76 |
| 2014-06-16 | std: Improve pipe() functionality | Alex Crichton | -26/+76 |
| 2014-06-16 | std: Support consuming a Process without waiting | Alex Crichton | -0/+23 |
| 2014-06-16 | auto merge of #14900 : alexcrichton/rust/snapshots, r=huonw | bors | -86/+36 |
| 2014-06-16 | auto merge of #14715 : vhbit/rust/ios-pr2, r=alexcrichton | bors | -11/+211 |
| 2014-06-15 | Register new snapshots | Alex Crichton | -86/+36 |
| 2014-06-14 | rustc: Obsolete the `@` syntax entirely | Alex Crichton | -4/+0 |
| 2014-06-14 | Register new snapshots | Alex Crichton | -8/+1 |
| 2014-06-13 | Rolling up PRs in the queue | Alex Crichton | -7/+12 |
| 2014-06-13 | librustc: Forbid `transmute` from being called on types whose size is | Patrick Walton | -1/+1 |
| 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-13 | auto merge of #14831 : alexcrichton/rust/format-intl, r=brson | bors | -82/+54 |
| 2014-06-13 | Cosmetic fixes & comments | Valerii Hiora | -3/+8 |
| 2014-06-13 | auto merge of #14816 : theptrk/rust/unclear-comment, r=huonw | bors | -1/+1 |
| 2014-06-12 | Basic iOS support | Valerii Hiora | -11/+206 |
| 2014-06-11 | auto merge of #14713 : darnuria/rust/Improve_std_os_documentation_#2, r=alexc... | bors | -76/+140 |
| 2014-06-12 | Improve docs and refactore std::os. | Axel Viala | -76/+140 |
| 2014-06-11 | std: Remove i18n/l10n from format! | Alex Crichton | -82/+54 |