| Age | Commit message (Expand) | Author | Lines |
| 2014-02-08 | auto merge of #12109 : omasanori/rust/small-fixes, r=sfackler | bors | -1/+1 |
| 2014-02-08 | auto merge of #12098 : kballard/rust/from_utf8_lossy_tweak, r=huonw | bors | -342/+324 |
| 2014-02-08 | auto merge of #12096 : brson/rust/morestack-addr, r=thestinger | bors | -3/+0 |
| 2014-02-07 | Rewrite path::Display to reduce unnecessary allocation | Kevin Ballard | -44/+20 |
| 2014-02-07 | Delete send_str, rewrite clients on top of MaybeOwned<'static> | Kevin Ballard | -318/+240 |
| 2014-02-07 | Implement BytesContainer for MaybeOwned | Kevin Ballard | -0/+17 |
| 2014-02-07 | Tweak from_utf8_lossy to return a new MaybeOwned enum | Kevin Ballard | -29/+96 |
| 2014-02-08 | Remove an unused variable in a test of std::c_str. | OGINO Masanori | -1/+0 |
| 2014-02-08 | Fix unused import warnings. | OGINO Masanori | -0/+1 |
| 2014-02-07 | auto merge of #12066 : huonw/rust/show2, r=alexcrichton | bors | -90/+90 |
| 2014-02-07 | auto merge of #12059 : thestinger/rust/glue, r=pcwalton | bors | -26/+158 |
| 2014-02-08 | std::fmt: convert the formatting traits to a proper self. | Huon Wilson | -90/+90 |
| 2014-02-07 | rm out-of-date comment from std::unstable::raw | Daniel Micay | -3/+0 |
| 2014-02-07 | remove type descriptors from proc and @T | Daniel Micay | -23/+158 |
| 2014-02-07 | auto merge of #12029 : zkamsler/rust/merge-sort-allocations, r=huonw | bors | -5/+104 |
| 2014-02-07 | Reduced allocations in merge_sort for short vectors | Zach Kamsler | -5/+104 |
| 2014-02-07 | rustc: Remove 'morestack_addr' intrinsic. Unused | Brian Anderson | -3/+0 |
| 2014-02-07 | Cleaned up imports per coding standards. | chromatic | -15/+15 |
| 2014-02-07 | Removed prelude::* from libstd files. | chromatic | -14/+48 |
| 2014-02-07 | auto merge of #12062 : kballard/rust/from_utf8_lossy, r=huonw | bors | -31/+181 |
| 2014-02-06 | Hoist path::Display on top of from_utf8_lossy() | Kevin Ballard | -25/+2 |
| 2014-02-06 | Add new function str::from_utf8_lossy() | Kevin Ballard | -6/+179 |
| 2014-02-06 | auto merge of #12039 : alexcrichton/rust/no-conditions, r=brson | bors | -693/+78 |
| 2014-02-06 | Remove std::condition | Alex Crichton | -693/+78 |
| 2014-02-07 | Removed @self and @Trait. | Eduard Burtescu | -28/+2 |
| 2014-02-06 | auto merge of #12051 : luqmana/rust/arm-fix, r=alexcrichton | bors | -1/+5 |
| 2014-02-06 | auto merge of #12047 : huonw/rust/cyclic-rc, r=thestinger | bors | -2/+27 |
| 2014-02-05 | Make a double-write UDP test more robust | Alex Crichton | -7/+10 |
| 2014-02-05 | libstd: Add missing constants for arm/linux. | Luqman Aden | -1/+5 |
| 2014-02-06 | Ensure an Rc isn't freed while running its own destructor. | Huon Wilson | -2/+27 |
| 2014-02-05 | auto merge of #11894 : alexcrichton/rust/io-clone, r=brson | bors | -5/+453 |
| 2014-02-05 | Implement clone() for TCP/UDP/Unix sockets | Alex Crichton | -5/+453 |
| 2014-02-04 | auto merge of #11230 : csherratt/rust/cow, r=alexcrichton | bors | -0/+8 |
| 2014-02-04 | auto merge of #12026 : alexcrichton/rust/snapshots, r=cmr | bors | -330/+0 |
| 2014-02-04 | auto merge of #11951 : dmanescu/rust/reserve-rename, r=huonw | bors | -38/+32 |
| 2014-02-04 | Register new snapshots | Alex Crichton | -330/+0 |
| 2014-02-04 | Rename reserve to reserve_exact and reserve_at_least to reserve | David Manescu | -38/+32 |
| 2014-02-04 | Replace NonCopyable usage with NoPod | Flavio Percoco | -66/+29 |
| 2014-02-03 | Various bug fixes and rebase conflicts | Alex Crichton | -1/+1 |
| 2014-02-03 | std: Remove try_send_deferred plus all fallout | Alex Crichton | -16/+17 |
| 2014-02-03 | std: Hardcode pthread constants and structures | Alex Crichton | -300/+217 |
| 2014-02-03 | Add an AtomicU64 type to std::sync::atomics | Alex Crichton | -41/+346 |
| 2014-02-03 | Fixing remaining warnings and errors throughout | Alex Crichton | -29/+26 |
| 2014-02-03 | std: Fixing all documentation | Alex Crichton | -312/+264 |
| 2014-02-03 | std: Fix tests with io_error usage | Alex Crichton | -700/+568 |
| 2014-02-03 | std: Remove io::io_error | Alex Crichton | -1061/+920 |
| 2014-02-01 | auto merge of #11948 : huonw/rust/show, r=alexcrichton | bors | -15/+69 |
| 2014-02-02 | Remove the SNAP line to work around #11985. | Huon Wilson | -2/+2 |
| 2014-02-02 | std::fmt: prepare to convert the formatting traits to methods, and work | Huon Wilson | -0/+35 |
| 2014-02-02 | std: rename fmt::Default to `Show`. | Huon Wilson | -15/+34 |