| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-02-01 | impl Eq for CString | Corey Richardson | -4/+28 |
| 2014-02-01 | impl Clone for CString | Corey Richardson | -4/+48 |
| 2014-02-01 | auto merge of #11974 : huonw/rust/no-at-vec, r=pcwalton | bors | -704/+14 |
| 2014-02-01 | auto merge of #11973 : dotdash/rust/u64_to_bytes, r=huonw | bors | -28/+14 |
| 2014-02-02 | rustc: remove use of @[]. | Huon Wilson | -1/+1 |
| 2014-02-02 | std,extra: remove use of & support for @[]. | Huon Wilson | -544/+1 |
| 2014-02-02 | Fix `@str` removal tests. | Huon Wilson | -1/+0 |
| 2014-02-01 | auto merge of #11944 : nathanielherman/rust/vec_opt, r=alexcrichton | bors | -50/+52 |
| 2014-02-02 | librustc: Remove `@str` from the language | Patrick Walton | -1/+0 |
| 2014-02-02 | libextra: Remove `@str` from all the libraries | Patrick Walton | -157/+12 |
| 2014-02-01 | Optimize u64_to_{le,be}_bytes | Björn Steinbrink | -28/+14 |
| 2014-02-01 | auto merge of #11930 : bjz/rust/next_power_of_two, r=huonw | bors | -153/+99 |
| 2014-01-31 | auto merge of #11789 : pongad/rust/master, r=kballard | bors | -0/+148 |
| 2014-01-31 | Test for null buffer in CString.len()/.iter() and fail | Kevin Ballard | -3/+36 |
| 2014-01-31 | Fix minor doc typos | Virgile Andreani | -27/+27 |
| 2014-02-01 | Added minmax function. | Michael Darakananda | -0/+148 |
| 2014-01-31 | auto merge of #11768 : nikomatsakis/rust/issue-11385-cell-and-variance, r=pnk... | bors | -43/+264 |
| 2014-01-31 | auto merge of #11885 : bnoordhuis/rust/issue11694, r=alexcrichton | bors | -9/+113 |
| 2014-01-31 | Introduce marker types for indicating variance and for opting out | Niko Matsakis | -43/+264 |
| 2014-02-01 | Move int and uint overflow tests into macros | Brendan Zabarauskas | -15/+14 |