| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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-28 | Rename all raw pointers as necessary | Alex Crichton | -41/+44 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -1/+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 |
| 2014-06-12 | Basic iOS support | Valerii Hiora | -8/+52 |
| 2014-06-10 | auto merge of #14696 : jakub-/rust/dead-struct-fields, r=alexcrichton | bors | -0/+1 |
| 2014-06-09 | std: Move dynamic_lib from std::unstable to std | Brian Anderson | -1/+1 |
| 2014-06-09 | core: Move the collections traits to libcollections | Alex Crichton | -1/+1 |
| 2014-06-08 | core: Rename `container` mod to `collections`. Closes #12543 | Brian Anderson | -2/+2 |
| 2014-06-08 | Remove the dead code identified by the new lint | Jakub Wieczorek | -0/+1 |
| 2014-06-06 | libs: Fix miscellaneous fallout of librustrt | Alex Crichton | -3/+3 |
| 2014-06-06 | std: Extract librustrt out of libstd | Alex Crichton | -2/+101 |
| 2014-06-06 | Test fixes from the rollup | Alex Crichton | -1/+0 |
| 2014-06-06 | Rename Iterator::len to count | Aaron Turon | -1/+1 |
| 2014-05-30 | windows: Allow snake_case errors for now. | Kevin Butler | -0/+1 |
| 2014-05-11 | core: Remove the cast module | Alex Crichton | -2/+2 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -5/+5 |
| 2014-04-27 | Fix repeated module documentation | Alexandre Gagnon | -0/+2 |
| 2014-04-22 | Fixed Win64 build | Vadim Chugunov | -0/+83 |
| 2014-04-18 | std: Fix demangling with middle special chars | Alex Crichton | -3/+13 |
| 2014-04-06 | De-~[] Mem{Reader,Writer} | Steven Fackler | -1/+1 |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -1/+1 |
| 2014-03-20 | rename std::vec -> std::slice | Daniel Micay | -2/+2 |