| Age | Commit message (Expand) | Author | Lines |
| 2014-06-05 | Fallout from the libcollections movement | Alex Crichton | -3/+2 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -3/+3 |
| 2014-05-30 | windows: Allow snake_case errors for now. | Kevin Butler | -0/+1 |
| 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 | auto merge of #14357 : huonw/rust/spelling, r=pnkfelix | bors | -1/+1 |
| 2014-05-22 | auto merge of #14348 : alexcrichton/rust/doc.rust-lang.org, r=huonw | bors | -1/+1 |
| 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-22 | Spelling/doc formatting fixes. | Huon Wilson | -1/+1 |
| 2014-05-21 | Change static.rust-lang.org to doc.rust-lang.org | Alex Crichton | -1/+1 |
| 2014-05-17 | term: update example to be right (thanks @SiegeLord) | Corey Richardson | -2/+5 |
| 2014-05-16 | term: Don't run the code example, just compile it | Alex Crichton | -1/+1 |
| 2014-05-16 | Some fixes | Corey Richardson | -1/+1 |
| 2014-05-16 | Fix example | Corey Richardson | -4/+4 |
| 2014-05-16 | Flush before applying console attributes | Corey Richardson | -0/+1 |
| 2014-05-16 | Add a bang | Corey Richardson | -1/+1 |
| 2014-05-16 | Update for Box | Corey Richardson | -23/+23 |
| 2014-05-16 | Update for master | Corey Richardson | -2/+3 |
| 2014-05-16 | Add WinConsole docs | Corey Richardson | -0/+1 |
| 2014-05-16 | term: add docs and windows support | Corey Richardson | -179/+439 |
| 2014-05-14 | libterm: Remove all uses of `~str` from `libterm` | Patrick Walton | -93/+120 |
| 2014-05-12 | Add the patch number to version strings. Closes #13289 | Brian Anderson | -1/+1 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -5/+5 |
| 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 | -69/+77 |
| 2014-04-13 | Make Result::{unwrap, unwrap_err} require Show | Steven Fackler | -12/+13 |
| 2014-04-06 | De-~[] Reader and Writer | Steven Fackler | -2/+2 |
| 2014-04-04 | Register new snapshots | Alex Crichton | -3/+1 |
| 2014-04-03 | Bump version to 0.11-pre | Brian Anderson | -1/+1 |
| 2014-04-03 | auto merge of #13286 : alexcrichton/rust/release, r=brson | bors | -1/+1 |
| 2014-04-02 | Fix fallout of requiring uint indices | Alex Crichton | -7/+6 |
| 2014-03-31 | term: Switch field privacy as necessary | Alex Crichton | -10/+13 |
| 2014-03-31 | Bump version to 0.10 | Alex Crichton | -1/+1 |
| 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 | -11/+11 |
| 2014-03-24 | Documentation sprint: Terminfo | Olle Jonsson | -12/+35 |
| 2014-03-23 | Register new snapshots | Flavio Percoco | -1/+0 |
| 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 | -58/+96 |
| 2014-03-20 | std: Rename {push,read}_bytes to {push,read}_exact | Alex Crichton | -2/+2 |
| 2014-03-20 | Register new snapshots | Alex Crichton | -2/+1 |
| 2014-03-20 | Removing imports of std::vec_ng::Vec | Alex Crichton | -1/+0 |
| 2014-03-20 | rename std::vec -> std::slice | Daniel Micay | -6/+6 |
| 2014-03-15 | log: Introduce liblog, the old std::logging | Alex Crichton | -38/+0 |
| 2014-03-14 | lint: add lint for use of a `~[T]`. | Huon Wilson | -0/+1 |