| Age | Commit message (Expand) | Author | Lines |
| 2014-11-16 | Move FromStr to core::str | Brendan Zabarauskas | -5/+2 |
| 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-30 | rollup merge of #18398 : aturon/lint-conventions-2 | Alex Crichton | -1/+1 |
| 2014-10-29 | Rename fail! to panic! | Steve Klabnik | -5/+5 |
| 2014-10-28 | Update code with new lint names | Aaron Turon | -1/+1 |
| 2014-10-25 | get rid of libc_heap::{malloc_raw, realloc_raw} | Daniel Micay | -1/+1 |
| 2014-10-16 | don't refer to the nonexistant gc | Steve Klabnik | -7/+5 |
| 2014-10-10 | Register new snapshots | Alex Crichton | -14/+12 |
| 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 | -8/+8 |
| 2014-08-04 | stabilize atomics (now atomic) | Aaron Turon | -8/+8 |
| 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-25 | Revert "Use fewer instructions for `fail!`" | Brian Anderson | -2/+1 |
| 2014-07-21 | Use fewer instructions for `fail!` | Brian Anderson | -1/+2 |
| 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 |
| 2014-07-04 | Fixed iOS build after *T removal | Valerii Hiora | -2/+2 |
| 2014-07-03 | Fix spelling errors. | Joseph Crail | -1/+1 |
| 2014-06-30 | libstd: set baseline stability levels. | Aaron Turon | -0/+2 |
| 2014-06-28 | Rename all raw pointers as necessary | Alex Crichton | -42/+45 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -1/+1 |
| 2014-06-16 | Move `num_cpus` from `std::rt::util` to `std::os`. Closes #14707 | Jorge Aparicio | -13/+1 |
| 2014-06-16 | auto merge of #14715 : vhbit/rust/ios-pr2, r=alexcrichton | bors | -8/+57 |
| 2014-06-13 | Rolling up PRs in the queue | Alex Crichton | -4/+4 |
| 2014-06-13 | Cosmetic fixes & comments | Valerii Hiora | -3/+8 |