| Age | Commit message (Expand) | Author | Lines |
| 2015-01-03 | Remove deprecated functionality | Alex Crichton | -4/+0 |
| 2015-01-03 | sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs | Jorge Aparicio | -1/+1 |
| 2015-01-03 | sed -i -s 's/\bmod,/self,/g' **/*.rs | Jorge Aparicio | -1/+1 |
| 2015-01-03 | std: fix fallout | Jorge Aparicio | -1/+3 |
| 2015-01-02 | rollup merge of #20410: japaric/assoc-types | Alex Crichton | -1/+1 |
| 2015-01-02 | rollup merge of #20273: alexcrichton/second-pass-comm | Alex Crichton | -1/+1 |
| 2015-01-02 | merge `*SliceExt` traits, use assoc types in `SliceExt`, `Raw[Mut]Ptr` | Jorge Aparicio | -1/+1 |
| 2015-01-02 | std: Stabilize the prelude module | Alex Crichton | -3/+14 |
| 2015-01-02 | More fallout | Nick Cameron | -1/+1 |
| 2014-12-30 | rollup merge of #20061: aturon/stab-2-vec-slice | Alex Crichton | -1/+1 |
| 2014-12-30 | Fallout from stabilization | Aaron Turon | -1/+1 |
| 2014-12-30 | rollup merge of #20328: huonw/attack-of-the-clones | Alex Crichton | -0/+2 |
| 2014-12-30 | Implement `Clone` for a large number of iterators & other adaptors. | Huon Wilson | -0/+2 |
| 2014-12-29 | Test fixes and rebase conflicts | Alex Crichton | -1/+1 |
| 2014-12-29 | std: Second pass stabilization for `comm` | Alex Crichton | -1/+1 |
| 2014-12-29 | std: Stabilize the prelude module | Alex Crichton | -2/+14 |
| 2014-12-29 | Fallout from globs/re-export/shadowing change | Nick Cameron | -1/+2 |
| 2014-12-27 | auto merge of #20119 : FlaPer87/rust/oibit-send-and-friends, r=nikomatsakis | bors | -2/+4 |
| 2014-12-27 | Rebasing changes | Nick Cameron | -2/+1 |
| 2014-12-26 | Make Send and Sync traits unsafe | Flavio Percoco | -2/+2 |
| 2014-12-26 | Require types to opt-in Sync | Flavio Percoco | -2/+4 |
| 2014-12-21 | Fallout of std::str stabilization | Alex Crichton | -1/+1 |
| 2014-12-20 | Fix more import_shadowing fallout in collections. | Eduard Burtescu | -9/+9 |
| 2014-12-18 | Revise std::thread API to join by default | Aaron Turon | -1/+1 |
| 2014-12-18 | Fallout from new thread API | Aaron Turon | -2/+2 |
| 2014-12-18 | libs: merge librustrt into libstd | Aaron Turon | -0/+844 |
| 2014-06-06 | std: Extract librustrt out of libstd | Alex Crichton | -817/+0 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -2/+2 |
| 2014-05-27 | std: Remove String's to_owned | Richo Healey | -1/+1 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -3/+3 |
| 2014-05-23 | core: Finish stabilizing the `mem` module. | Alex Crichton | -1/+1 |
| 2014-05-22 | libstd: Remove all uses of `~str` from `libstd` | Patrick Walton | -23/+0 |
| 2014-05-14 | Add ToCStr impl for &Path and StrBuf | Aaron Turon | -0/+54 |
| 2014-05-11 | core: Remove the cast module | Alex Crichton | -12/+11 |
| 2014-05-10 | rename `global_heap` -> `libc_heap` | Daniel Micay | -1/+1 |
| 2014-05-03 | rustdoc: Migrate from sundown to hoedown | Alex Crichton | -1/+1 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -1/+2 |
| 2014-04-11 | libtest: rename `BenchHarness` to `Bencher` | Liigo Zhuang | -33/+33 |
| 2014-04-04 | Fix fallout from std::libc separation | Corey Richardson | -19/+24 |
| 2014-03-31 | std: Switch field privacy as necessary | Alex Crichton | -4/+4 |
| 2014-03-20 | rename std::vec -> std::slice | Daniel Micay | -3/+3 |
| 2014-02-23 | std: Move raw to std::raw | Brian Anderson | -1/+1 |
| 2014-02-20 | move extra::test to libtest | Liigo Zhuang | -1/+2 |
| 2014-02-14 | Add c_str::CString.as_bytes_no_nul() | Kevin Ballard | -4/+37 |
| 2014-02-13 | remove duplicate function from std::ptr (is_null, is_not_null, offset, mut_of... | JeremyLetang | -24/+23 |
| 2014-02-09 | std: Add init and uninit to mem. Replace direct intrinsic usage | Brian Anderson | -2/+2 |
| 2014-02-08 | Remove an unused variable in a test of std::c_str. | OGINO Masanori | -1/+0 |
| 2014-02-06 | Remove std::condition | Alex Crichton | -44/+6 |
| 2014-02-01 | impl Eq for CString | Corey Richardson | -4/+28 |
| 2014-02-01 | impl Clone for CString | Corey Richardson | -4/+48 |