| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-09-03 | Fix spelling errors and capitalization. | Joseph Crail | -7/+7 |
| 2014-09-03 | Print file permissions in octal form. | Jonas Hietala | -2/+23 |
| 2014-09-03 | Remove cross-borrowing for traits. | Nick Cameron | -2/+2 |
| 2014-09-02 | std: Split hashmap.rs into modules | Piotr Czarnecki | -1660/+1743 |
| 2014-09-02 | std: RawTable exposes a safe interface for HashMap | Piotr Czarnecki | -528/+883 |
| 2014-09-02 | std: branchless bucket distance for hashmap | Piotr Czarnecki | -9/+1 |
| 2014-09-01 | Updated to new extern crate syntax. | wickerwaka | -4/+4 |
| 2014-08-31 | Have std::io::TempDir::new and new_in return IoResult | Simon Sapin | -9/+13 |
| 2014-08-30 | auto merge of #16859 : alexcrichton/rust/snapshots, r=huonw | bors | -165/+0 |
| 2014-08-29 | Register new snapshots | Alex Crichton | -165/+0 |
| 2014-08-30 | Unify non-snake-case lints and non-uppercase statics lints | P1start | -6/+6 |
| 2014-08-29 | Relax lifetime bounds on Reader/Writer impls for trait boxes | Brian Koropoff | -0/+16 |
| 2014-08-28 | auto merge of #16664 : aturon/rust/stabilize-option-result, r=alexcrichton | bors | -4/+4 |
| 2014-08-28 | auto merge of #16626 : ruud-v-a/rust/duration-reform, r=brson | bors | -279/+200 |
| 2014-08-28 | libstd: Wrap duration.rs at 100 characters. | Ruud van Asseldonk | -3/+6 |
| 2014-08-28 | Fallout from stabilizing core::option | Aaron Turon | -4/+4 |
| 2014-08-27 | Implement generalized object and type parameter bounds (Fixes #16462) | Niko Matsakis | -13/+152 |
| 2014-08-26 | auto merge of #16742 : vhbit/rust/ios-ffi-fix, r=alexcrichton | bors | -0/+1 |
| 2014-08-26 | DST coercions and DST structs | Nick Cameron | -78/+100 |
| 2014-08-26 | Use temp vars for implicit coercion to ^[T] | Nick Cameron | -54/+91 |
| 2014-08-25 | Adopting FFI changes for iOS | Valerii Hiora | -0/+1 |
| 2014-08-24 | native: clone/close_accept for win32 pipes | Alex Crichton | -2/+3 |
| 2014-08-24 | native: Implement clone/close_accept for unix | Alex Crichton | -0/+227 |
| 2014-08-24 | auto merge of #16703 : bluss/rust/assert-bloat, r=huonw | bors | -1/+1 |
| 2014-08-23 | std: Use concat! and stringify! to simplify the most common assert! case. | root | -1/+1 |
| 2014-08-23 | Complete renaming of win32 to windows | Vadim Chugunov | -7/+7 |