| Age | Commit message (Expand) | Author | Lines |
| 2014-06-24 | Store the registered lints in the Session | Keegan McAllister | -1/+2 |
| 2014-06-20 | auto merge of #15039 : huonw/rust/rustdoc-testharnesss, r=alexcrichton | bors | -6/+11 |
| 2014-06-19 | rustdoc: add the ability to run tests with --test. | Huon Wilson | -6/+11 |
| 2014-06-18 | rustdoc: Don't inject `extern crate std`. | Alex Crichton | -1/+3 |
| 2014-06-18 | rustdoc: Fix testing indented code blocks | Alex Crichton | -1/+1 |
| 2014-06-15 | Register new snapshots | Alex Crichton | -1/+1 |
| 2014-06-14 | rustc: Obsolete the `@` syntax entirely | Alex Crichton | -2/+3 |
| 2014-06-11 | rustc: Move the AST from @T to Gc<T> | Alex Crichton | -3/+3 |
| 2014-06-09 | std: Move dynamic_lib from std::unstable to std | Brian Anderson | -1/+1 |
| 2014-06-09 | Implement #[plugin_registrar] | Keegan McAllister | -2/+1 |
| 2014-06-07 | Remove the attribute_usage lint | Steven Fackler | -1/+1 |
| 2014-06-06 | rustdoc: Submit examples to play.rust-lang.org | Alex Crichton | -8/+16 |
| 2014-06-06 | doc: Turn off special features for rustdoc tests | Alex Crichton | -18/+5 |
| 2014-06-05 | Fallout from the libcollections movement | Alex Crichton | -1/+1 |
| 2014-05-31 | rustdoc: Suck in all impls from external crates | Alex Crichton | -0/+1 |
| 2014-05-28 | std: Remove format_strbuf!() | Alex Crichton | -2/+2 |
| 2014-05-27 | rustdoc: Only link to local inlined foreign items | Alex Crichton | -0/+1 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -4/+4 |
| 2014-05-27 | std: Remove String's to_owned | Richo Healey | -3/+3 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -12/+12 |
| 2014-05-22 | libcore: Remove all uses of `~str` from `libcore`. | Patrick Walton | -2/+2 |
| 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 |