| Age | Commit message (Expand) | Author | Lines |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -1/+2 |
| 2014-05-22 | rustdoc: Fill in external trait methods | Alex Crichton | -0/+2 |
| 2014-05-18 | Fixing rustdoc stage1. | Felix S. Klock II | -1/+27 |
| 2014-05-15 | auto merge of #14040 : hannobraun/rust/force-color-output, r=alexcrichton | bors | -1/+1 |
| 2014-05-15 | Add compiler flag to configure output coloring | Hanno Braun | -1/+1 |
| 2014-05-14 | Process::new etc should support non-utf8 commands/args | Aaron Turon | -4/+2 |
| 2014-05-14 | libtest: Remove all uses of `~str` from `libtest`. | Patrick Walton | -6/+3 |
| 2014-05-12 | librustdoc: Remove all `~str` usage from librustdoc. | Patrick Walton | -16/+24 |
| 2014-05-12 | librustc: Remove all uses of `~str` from librustc. | Patrick Walton | -1/+1 |
| 2014-05-11 | Reorganise driver code. | Nick Cameron | -12/+13 |
| 2014-05-09 | rustdoc: Hyperlink cross-crate reexports | Alex Crichton | -1/+2 |
| 2014-05-07 | std: Modernize the local_data api | Alex Crichton | -2/+1 |
| 2014-05-07 | auto merge of #13958 : pcwalton/rust/detilde, r=pcwalton | bors | -3/+6 |
| 2014-05-07 | auto merge of #13914 : alexcrichton/rust/pile-o-rustdoc-fixes, r=brson | bors | -1/+3 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -3/+6 |
| 2014-05-03 | rustdoc: Have no_run imply no_trans | Alex Crichton | -0/+1 |
| 2014-05-03 | rustdoc: Stop requiring a crate ID attribute | Alex Crichton | -1/+2 |
| 2014-05-02 | Replace most ~exprs with 'box'. #11779 | Brian Anderson | -4/+4 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -1/+1 |
| 2014-04-18 | Update the rest of the compiler with ~[T] changes | Alex Crichton | -2/+2 |
| 2014-04-10 | libstd: Implement `StrBuf`, a new string buffer type like `Vec`, and | Patrick Walton | -5/+6 |
| 2014-04-06 | De-~[] Reader and Writer | Steven Fackler | -1/+2 |
| 2014-04-04 | auto merge of #13272 : ipetkov/rust/rustdoc-ignored-tests, r=alexcrichton | bors | -3/+3 |
| 2014-04-03 | rustdoc: Fix reporting of ignored tests | Ivan Petkov | -3/+3 |
| 2014-04-03 | std: Document builtin syntax extensions | Alex Crichton | -9/+13 |
| 2014-03-31 | rustdoc: Switch field privacy as necessary | Alex Crichton | -9/+9 |
| 2014-03-27 | Fix fallout of removing default bounds | Alex Crichton | -1/+1 |
| 2014-03-21 | test: Make manual changes to deal with the fallout from removal of | Patrick Walton | -8/+11 |
| 2014-03-17 | Fix rustdoc and tests. | Eduard Burtescu | -14/+9 |
| 2014-03-17 | De-@ filesearch. | Eduard Burtescu | -9/+8 |
| 2014-03-17 | De-@ Session usage. | Eduard Burtescu | -9/+6 |
| 2014-03-15 | log: Introduce liblog, the old std::logging | Alex Crichton | -1/+3 |
| 2014-03-14 | extra: Put the nail in the coffin, delete libextra | Alex Crichton | -5/+1 |
| 2014-03-13 | auto merge of #12861 : huonw/rust/lint-owned-vecs, r=thestinger | bors | -0/+3 |
| 2014-03-14 | lint: add lint for use of a `~[T]`. | Huon Wilson | -0/+3 |
| 2014-03-13 | std: Rename Chan/Port types and constructor | Alex Crichton | -3/+3 |
| 2014-03-09 | rustdoc: adding some common feature gates when testing a markdown file. | Huon Wilson | -7/+20 |
| 2014-03-09 | rustdoc: run on plain Markdown files. | Huon Wilson | -21/+47 |
| 2014-03-08 | Add an option to not run rustdoc blocks | Steven Fackler | -3/+6 |
| 2014-03-08 | librustdoc: Fix librustdoc for the `Vec<T>` change. | Patrick Walton | -3/+3 |
| 2014-02-28 | rustdoc: Capture all output from rustc by default | Alex Crichton | -2/+26 |
| 2014-02-28 | syntax: Refactor diagnostics to focus on Writers | Alex Crichton | -2/+5 |
| 2014-02-27 | Provide a more helpful error for tests that fail due to noexec | Felix Crux | -1/+5 |
| 2014-02-23 | Roll std::run into std::io::process | Alex Crichton | -3/+3 |
| 2014-02-23 | Move std::{trie, hashmap} to libcollections | Alex Crichton | -1/+1 |
| 2014-02-20 | move extra::test to libtest | Liigo Zhuang | -7/+7 |
| 2014-02-18 | rustdoc: Only inject extern crates if not present | Steven Fackler | -5/+7 |
| 2014-02-15 | auto merge of #12298 : alexcrichton/rust/rustdoc-testing, r=sfackler | bors | -8/+9 |
| 2014-02-14 | Update rustdoc testing to test all code blocks | Alex Crichton | -8/+9 |
| 2014-02-14 | extern mod => extern crate | Alex Crichton | -2/+2 |