| Age | Commit message (Expand) | Author | Lines |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -2/+8 |
| 2014-06-18 | Deprecate the bytes!() macro. | Simon Sapin | -32/+30 |
| 2014-06-13 | Fix all violations of stronger guarantees for mutable borrows | Cameron Zwarich | -1/+2 |
| 2014-06-11 | std: Remove i18n/l10n from format! | Alex Crichton | -3/+3 |
| 2014-06-10 | Fix more misspelled comments and strings. | Joseph Crail | -1/+1 |
| 2014-06-05 | Fallout from the libcollections movement | Alex Crichton | -2/+2 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -3/+3 |
| 2014-05-28 | std: Remove format_strbuf!() | Alex Crichton | -12/+8 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -77/+77 |
| 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 | -11/+11 |
| 2014-05-22 | libstd: Remove all uses of `~str` from `libstd` | Patrick Walton | -1/+2 |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -4/+6 |
| 2014-05-16 | Some fixes | Corey Richardson | -1/+1 |
| 2014-05-16 | Update for Box | Corey Richardson | -1/+1 |
| 2014-05-16 | Update for master | Corey Richardson | -2/+3 |
| 2014-05-16 | term: add docs and windows support | Corey Richardson | -0/+186 |
| 2014-05-14 | libterm: Remove all uses of `~str` from `libterm` | Patrick Walton | -90/+114 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -4/+4 |
| 2014-05-04 | Remove two useless comparisons | Virgile Andreani | -3/+1 |
| 2014-05-02 | Replace most ~exprs with 'box'. #11779 | Brian Anderson | -4/+9 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -67/+75 |
| 2014-04-06 | De-~[] Reader and Writer | Steven Fackler | -2/+2 |
| 2014-04-02 | Fix fallout of requiring uint indices | Alex Crichton | -7/+6 |
| 2014-03-31 | term: Switch field privacy as necessary | Alex Crichton | -6/+6 |
| 2014-03-31 | vec: convert `append` and `append_one` to methods | Daniel Micay | -12/+6 |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -1/+1 |
| 2014-03-24 | Documentation sprint: Terminfo | Olle Jonsson | -6/+10 |
| 2014-03-22 | auto merge of #12907 : alexcrichton/rust/issue-12892, r=brson | bors | -2/+2 |
| 2014-03-22 | Remove outdated and unnecessary std::vec_ng::Vec imports. | Huon Wilson | -1/+1 |
| 2014-03-21 | test: Make manual changes to deal with the fallout from removal of | Patrick Walton | -49/+77 |
| 2014-03-20 | std: Rename {push,read}_bytes to {push,read}_exact | Alex Crichton | -2/+2 |
| 2014-03-20 | rename std::vec -> std::slice | Daniel Micay | -6/+6 |
| 2014-03-15 | log: Introduce liblog, the old std::logging | Alex Crichton | -26/+0 |
| 2014-03-02 | Add /etc/terminfo to the terminfo search paths | Virgile Andreani | -4/+6 |
| 2014-02-23 | Move std::{trie, hashmap} to libcollections | Alex Crichton | -2/+2 |
| 2014-02-22 | Warn about unnecessary parentheses upon assignment | Eduard Bopp | -2/+2 |
| 2014-02-22 | Reduce reliance on `to_str_radix` | Brendan Zabarauskas | -57/+37 |
| 2014-02-20 | Mass rename if_ok! to try! | Alex Crichton | -14/+14 |
| 2014-02-11 | Move replace and swap to std::mem. Get rid of std::util | Edward Wang | -3/+4 |
| 2014-02-03 | extra: Fix tests with io_error usage | Alex Crichton | -1/+1 |
| 2014-02-03 | extra: Remove io_error usage | Alex Crichton | -15/+22 |
| 2014-02-02 | Move term, terminfo out of extra. | xales | -0/+1179 |