| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-06-11 | rustc: Remove ~[T] from the language | Alex Crichton | -84/+51 |
| 2014-06-11 | auto merge of #14746 : alexcrichton/rust/libsync, r=brson | bors | -6554/+322 |
| 2014-06-11 | auto merge of #14250 : alexcrichton/rust/gc, r=brson | bors | -33/+62 |
| 2014-06-11 | sync: Move underneath libstd | Alex Crichton | -6554/+322 |
| 2014-06-11 | rustc: Move the AST from @T to Gc<T> | Alex Crichton | -10/+9 |
| 2014-06-11 | rustc: Update how Gc<T> is recognized | Alex Crichton | -34/+64 |
| 2014-06-11 | auto merge of #14789 : aochagavia/rust/prelude, r=alexcrichton | bors | -1/+1 |
| 2014-06-10 | Fix unclear wording of comment | theptrk | -1/+1 |
| 2014-06-10 | auto merge of #14764 : jbcrail/rust/fix-more-comments, r=alexcrichton | bors | -1/+1 |
| 2014-06-10 | auto merge of #14696 : jakub-/rust/dead-struct-fields, r=alexcrichton | bors | -5/+5 |
| 2014-06-10 | Fix more misspelled comments and strings. | Joseph Crail | -1/+1 |
| 2014-06-10 | Pub use CheckedDiv in the prelude | Adolfo OchagavĂa | -1/+1 |
| 2014-06-09 | std: adjust the TCP io doc example to work reliably. | Huon Wilson | -1/+6 |
| 2014-06-09 | std: Move dynamic_lib from std::unstable to std | Brian Anderson | -18/+13 |
| 2014-06-09 | std: Remove the as_utf16_p functions | Alex Crichton | -36/+20 |
| 2014-06-09 | auto merge of #14554 : kmcallister/rust/plugin_registrar, r=cmr | bors | -1/+2 |
| 2014-06-09 | Use phase(plugin) in bootstrap crates | Keegan McAllister | -1/+2 |
| 2014-06-09 | std: Read HOME instead of USER | Alex Crichton | -2/+2 |
| 2014-06-09 | auto merge of #14709 : alexcrichton/rust/collections, r=brson | bors | -34/+34 |
| 2014-06-09 | core: Move the collections traits to libcollections | Alex Crichton | -14/+14 |