| Age | Commit message (Expand) | Author | Lines |
| 2014-12-08 | auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichton | bors | -1/+1 |
| 2014-12-06 | libstd: remove unnecessary `to_string()` calls | Jorge Aparicio | -1/+1 |
| 2014-12-05 | Utilize fewer reexports | Corey Farwell | -6/+7 |
| 2014-12-05 | Fall out of the std::sync rewrite | Alex Crichton | -8/+8 |
| 2014-11-27 | Fixed iOS build after Iter stab | Valerii Hiora | -1/+1 |
| 2014-11-26 | rollup merge of #19298: nikomatsakis/unboxed-closure-parse-the-plus | Alex Crichton | -1/+1 |
| 2014-11-26 | Fixup various places that were doing `&T+'a` and do `&(T+'a)` | Niko Matsakis | -1/+1 |
| 2014-11-25 | Fallout from stabilization | Aaron Turon | -2/+2 |
| 2014-11-21 | unicode: Rename UnicodeChar::is_digit to is_numeric | Brian Anderson | -2/+2 |
| 2014-11-20 | Make most of std::rt private | Aaron Turon | -2/+2 |
| 2014-11-18 | auto merge of #18645 : nick29581/rust/coercions-1, r=alexcrichton | bors | -1/+1 |
| 2014-11-18 | Windows and OS X fallout | Nick Cameron | -1/+1 |
| 2014-11-18 | implement Writer for Vec<u8> | Daniel Micay | -4/+2 |
| 2014-11-17 | Switch to purely namespaced enums | Steven Fackler | -7/+10 |
| 2014-11-17 | Fix fallout from coercion removal | Nick Cameron | -1/+1 |
| 2014-11-16 | Move FromStr to core::str | Brendan Zabarauskas | -2/+1 |
| 2014-11-06 | Prelude: rename and consolidate extension traits | Aaron Turon | -5/+5 |
| 2014-11-01 | collections: Remove all collections traits | Alex Crichton | -3/+0 |
| 2014-10-29 | Rename fail! to panic! | Steve Klabnik | -3/+3 |
| 2014-10-10 | Register new snapshots | Alex Crichton | -11/+9 |
| 2014-10-09 | Test fixes and rebase conflicts | Alex Crichton | -8/+8 |
| 2014-10-07 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -1/+1 |
| 2014-10-02 | Revert "Review and rebasing changes" | Aaron Turon | -1/+1 |
| 2014-10-02 | Review and rebasing changes | Nick Cameron | -1/+1 |
| 2014-09-30 | Fix libstd | Steven Fackler | -14/+14 |
| 2014-09-23 | Fixed: iOS build was broken because of deprecated APIs | Valerii Hiora | -2/+3 |
| 2014-09-22 | std::rt::backtrace: Fix symbol names on Windows | klutzy | -3/+5 |
| 2014-09-18 | std::rt::backtrace: Fix backtrace on Win64 | klutzy | -0/+4 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -2/+2 |
| 2014-09-03 | Fix spelling errors and capitalization. | Joseph Crail | -3/+3 |
| 2014-08-30 | auto merge of #16859 : alexcrichton/rust/snapshots, r=huonw | bors | -24/+0 |
| 2014-08-29 | Register new snapshots | Alex Crichton | -24/+0 |
| 2014-08-30 | Unify non-snake-case lints and non-uppercase statics lints | P1start | -3/+3 |
| 2014-08-27 | Implement generalized object and type parameter bounds (Fixes #16462) | Niko Matsakis | -1/+1 |
| 2014-08-22 | auto merge of #16647 : vhbit/rust/ios-build-fixes, r=alexcrichton | bors | -2/+2 |
| 2014-08-21 | iOS compilation fix | Valerii Hiora | -2/+2 |
| 2014-08-20 | Stage #[repr(packed)] in std::rt | Corey Richardson | -1/+32 |
| 2014-08-20 | librustc: handle repr on structs, require it for ffi, unify with packed | Corey Richardson | -1/+1 |
| 2014-08-13 | std: Rename various slice traits for consistency | Brian Anderson | -3/+3 |
| 2014-08-06 | auto merge of #16258 : aturon/rust/stabilize-atomics, r=alexcrichton | bors | -4/+4 |
| 2014-08-04 | stabilize atomics (now atomic) | Aaron Turon | -4/+4 |
| 2014-08-04 | rustc: Link entire archives of native libraries | Alex Crichton | -0/+3 |
| 2014-07-31 | Fix trailing whitespace | Michael Neumann | -2/+2 |
| 2014-07-29 | Port Rust to DragonFlyBSD | Michael Neumann | -1/+5 |
| 2014-07-15 | auto merge of #15619 : kwantam/rust/master, r=huonw | bors | -1/+1 |
| 2014-07-15 | Fix errors | Adolfo OchagavĂa | -1/+0 |
| 2014-07-15 | Deprecate `str::from_utf8_owned` | Adolfo OchagavĂa | -1/+1 |
| 2014-07-14 | add Graphemes iterator; tidy unicode exports | kwantam | -1/+1 |
| 2014-07-07 | Add libunicode; move unicode functions from core | kwantam | -1/+1 |
| 2014-07-04 | auto merge of #15404 : vhbit/rust/ios-ptr-fixes, r=pcwalton | bors | -2/+2 |