| Age | Commit message (Expand) | Author | Lines |
| 2014-09-05 | auto merge of #16843 : bkoropoff/rust/reader-writer-box, r=alexcrichton | bors | -0/+16 |
| 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-01 | Updated to new extern crate syntax. | wickerwaka | -4/+4 |
| 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 |