| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-08-23 | Remove stage0 attributes. | Vadim Chugunov | -2/+0 |
| 2014-08-22 | auto merge of #16647 : vhbit/rust/ios-build-fixes, r=alexcrichton | bors | -2/+2 |
| 2014-08-21 | auto merge of #16499 : cmr/rust/struct-undef-repr, r=pcwalton | bors | -1/+33 |
| 2014-08-21 | libstd: Limit Duration range to i64 milliseconds. | Ruud van Asseldonk | -54/+52 |
| 2014-08-21 | iOS compilation fix | Valerii Hiora | -2/+2 |
| 2014-08-21 | auto merge of #16362 : nham/rust/std_rand_pi_example, r=huonw | bors | -0/+43 |
| 2014-08-21 | Use unicode pi symbol in pi estimation example. Additional tweaks | nham | -7/+7 |
| 2014-08-21 | Surround formula in a 'notrust' code block | nham | -0/+2 |
| 2014-08-21 | auto merge of #16443 : steveklabnik/rust/fix_path_docs, r=kballard | bors | -4/+22 |
| 2014-08-20 | Stage #[repr(packed)] in std::rt | Corey Richardson | -1/+32 |
| 2014-08-20 | liblibc: don't use int/uint for intptr_t/uintptr_t | Corey Richardson | -1/+1 |
| 2014-08-20 | Add #[repr(C)] to all the things! | Corey Richardson | -0/+1 |
| 2014-08-20 | librustc: handle repr on structs, require it for ffi, unify with packed | Corey Richardson | -1/+1 |
| 2014-08-20 | Fix error message for WindowsPath::new | Steve Klabnik | -4/+22 |
| 2014-08-20 | libstd: Refactor Duration. | Ruud van Asseldonk | -288/+208 |
| 2014-08-19 | libstd: Add `Fn`/`FnMut`/`FnOnce` to the prelude. | Patrick Walton | -0/+1 |
| 2014-08-18 | auto merge of #16578 : steveklabnik/rust/gh16239, r=pcwalton | bors | -1/+6 |
| 2014-08-18 | Explain EOF behavior in File.eof(). | Steve Klabnik | -1/+6 |
| 2014-08-18 | libsyntax: Remove the `use foo = bar` syntax from the language in favor | Patrick Walton | -23/+23 |
| 2014-08-17 | auto merge of #16498 : Kimundi/rust/inline-utf-encoding, r=alexcrichton | bors | -1/+1 |
| 2014-08-16 | librustc: Forbid external crates, imports, and/or items from being | Patrick Walton | -13/+5 |
| 2014-08-16 | Optimized IR generation for UTF-8 and UTF-16 encoding | Marvin Löbel | -1/+1 |
| 2014-08-16 | auto merge of #16513 : sfackler/rust/io-util-cleanup, r=alexcrichton | bors | -18/+38 |
| 2014-08-15 | Derive Clone for std::time::Duration | Andrew Poelstra | -1/+1 |