| Age | Commit message (Expand) | Author | Lines |
| 2014-09-24 | implement entry API for HashMap | Alexis Beingessner | -6/+287 |
| 2014-09-24 | Fix free lifetime vars in HashMap's iterators | Piotr Czarnecki | -5/+15 |
| 2014-09-24 | auto merge of #17477 : vhbit/rust/ios-deprecation-fix, r=alexcrichton | bors | -5/+4 |
| 2014-09-23 | Deprecate `#[ignore(cfg(...))]` | Steven Fackler | -7/+6 |
| 2014-09-23 | Deal with the fallout of string stabilization | Alex Crichton | -10/+10 |
| 2014-09-23 | Fixed: iOS build was broken because of deprecated APIs | Valerii Hiora | -5/+4 |
| 2014-09-22 | auto merge of #17425 : klutzy/rust/win-backtrace, r=alexcrichton | bors | -3/+5 |
| 2014-09-22 | auto merge of #17339 : treeman/rust/doc-things, r=alexcrichton | bors | -6/+6 |
| 2014-09-21 | Fix fallout from Vec stabilization | Alex Crichton | -38/+45 |
| 2014-09-21 | Remove #[allow(deprecated)] from libstd | Alex Crichton | -53/+59 |
| 2014-09-22 | std::rt::backtrace: Fix symbol names on Windows | klutzy | -3/+5 |
| 2014-09-21 | rename to conform to style guide | ville-h | -1/+1 |
| 2014-09-20 | auto merge of #17404 : alexcrichton/rust/bitflags-u32, r=sfackler | bors | -1/+7 |
| 2014-09-19 | std: Don't require bitflags! be u32 | Alex Crichton | -1/+7 |
| 2014-09-19 | rollup merge of #17370 : klutzy/win64-backtrace | Alex Crichton | -0/+4 |
| 2014-09-19 | Add enum variants to the type namespace | Nick Cameron | -2/+2 |
| 2014-09-18 | auto merge of #17249 : vadimcn/rust/env-keys, r=alexcrichton | bors | -7/+76 |
| 2014-09-18 | std::rt::backtrace: Fix backtrace on Win64 | klutzy | -0/+4 |
| 2014-09-18 | auto merge of #17349 : aturon/rust/rt-experimental, r=alexcrichton | bors | -1/+0 |
| 2014-09-17 | Pacify lint gods. | Vadim Chugunov | -2/+3 |
| 2014-09-17 | Remove unstable marker from std::rt | Aaron Turon | -1/+0 |
| 2014-09-17 | rollup merge of #17326 : brson/wintest | Alex Crichton | -2/+2 |
| 2014-09-17 | rollup merge of #17297 : treeman/net-unix | Alex Crichton | -5/+4 |
| 2014-09-17 | auto merge of #17254 : gamazeps/rust/issue17210, r=alexcrichton | bors | -0/+1 |
| 2014-09-17 | doc: Cleanup. | Jonas Hietala | -6/+6 |
| 2014-09-17 | Case-insensitive environment keys. | Vadim Chugunov | -7/+75 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -69/+75 |
| 2014-09-16 | Use PATH instead of HOME in env! example | Brian Anderson | -2/+2 |
| 2014-09-16 | Align with _mut conventions | Aaron Turon | -5/+17 |
| 2014-09-16 | Rename std::io::net::unix to std::io::net::pipe. | Jonas Hietala | -5/+4 |
| 2014-09-14 | inlines contains in bitflags! | Felix Raimundo | -0/+1 |
| 2014-09-13 | librustc: Forbid inherent implementations that aren't adjacent to the | Patrick Walton | -14/+28 |
| 2014-09-08 | auto merge of #16952 : alexcrichton/rust/windows-large-console-write, r=brson | bors | -1/+8 |
| 2014-09-08 | std: Turn down the stdout chunk size | Alex Crichton | -1/+8 |
| 2014-09-07 | Register snapshots. | Huon Wilson | -16/+0 |
| 2014-09-06 | auto merge of #16907 : SimonSapin/rust/tempdir-result, r=huonw | bors | -9/+13 |
| 2014-09-05 | auto merge of #16628 : pczarn/rust/hashmap-opt, r=nikomatsakis | bors | -3105/+3774 |
| 2014-09-05 | auto merge of #16843 : bkoropoff/rust/reader-writer-box, r=alexcrichton | bors | -0/+16 |
| 2014-09-04 | std: Fix overflow of HashMap's capacity | Piotr Czarnecki | -32/+49 |
| 2014-09-04 | std: Refine and document HashMap's code | Piotr Czarnecki | -482/+704 |
| 2014-09-04 | auto merge of #16986 : bjz/rust/bitflags, r=alexcrichton | bors | -117/+136 |
| 2014-09-04 | auto merge of #16982 : jbcrail/rust/comment-and-string-corrections, r=alexcri... | bors | -7/+7 |
| 2014-09-05 | Use {} for bitflags! definition and invocations | Brendan Zabarauskas | -27/+27 |
| 2014-09-05 | Attach documentation to the bitflags! macro itself | Brendan Zabarauskas | -97/+98 |
| 2014-09-05 | Test attributes | Brendan Zabarauskas | -0/+8 |
| 2014-09-05 | Allow trailing commas in bitflags! macro | Brendan Zabarauskas | -4/+14 |
| 2014-09-04 | auto merge of #16923 : wickerwaka/rust/crate-as-fixup, r=alexcrichton | bors | -4/+4 |
| 2014-09-04 | Center alignment for fmt | wickerwaka | -1/+2 |
| 2014-09-04 | auto merge of #16976 : treeman/rust/issue-16943, r=kballard | bors | -2/+23 |
| 2014-09-04 | Print file permissions with 4 digits. | Jonas Hietala | -10/+10 |