| Age | Commit message (Expand) | Author | Lines |
| 2018-07-20 | rustdoc: set panic output before starting compiler thread pool | QuietMisdreavus | -25/+27 |
| 2018-07-17 | Rollup merge of #52385 - GuillaumeGomez:pass-edition-to-parser, r=QuietMisdre... | kennytm | -1/+2 |
| 2018-07-16 | ItemKind | csmoe | -1/+1 |
| 2018-07-14 | Pass edition flags to compiler from rustdoc as expected | Guillaume Gomez | -1/+2 |
| 2018-06-28 | Use `Ident`s for associated item definitions in HIR | Vadim Petrochenkov | -2/+2 |
| 2018-06-20 | Fix tidy | Bastien Orivel | -1/+3 |
| 2018-06-20 | Replace tempdir by tempfile in librustdoc | Bastien Orivel | -2/+2 |
| 2018-05-26 | Use `Ident`s for fields in HIR | Vadim Petrochenkov | -1/+1 |
| 2018-05-17 | Rename trans to codegen everywhere. | Irina Popa | -8/+8 |
| 2018-05-13 | Add a Rayon thread pool | John Kåre Alsaker | -156/+163 |
| 2018-04-21 | Auto merge of #50080 - klnusbaum:edition_49591, r=Manishearth | bors | -2/+2 |
| 2018-04-20 | fix some small compile errors | Kurtis Nusbaum | -2/+2 |
| 2018-04-19 | Tweak some stabilizations in libstd | Alex Crichton | -1/+1 |
| 2018-04-13 | add -C parameter to rustdoc | QuietMisdreavus | -8/+15 |
| 2018-04-10 | add target features when extracting and running doctests | QuietMisdreavus | -5/+10 |
| 2018-04-02 | suppress the default allow(unused) under --display-warnings | QuietMisdreavus | -2/+25 |
| 2018-04-01 | Rollup merge of #49451 - QuietMisdreavus:epoch-doctests, r=GuillaumeGomez | Mark Simulacrum | -6/+20 |
| 2018-03-28 | use --edition for doctests, rather than just the crate | QuietMisdreavus | -5/+13 |
| 2018-03-27 | add --edition flag to rustdoc | QuietMisdreavus | -1/+7 |
| 2018-03-26 | Remove unnecessary trait import. | boats | -2/+0 |
| 2018-03-22 | Rollup merge of #49188 - memoryleak47:macro_use_doctest, r=QuietMisdreavus | kennytm | -0/+19 |
| 2018-03-19 | Put `#[macro_use] extern crate <crate>` before fn main() in doctests | memoryleak47 | -0/+19 |
| 2018-03-18 | Add warning for invalid start of code blocks in rustdoc | Guillaume Gomez | -2/+4 |
| 2018-03-14 | Remove syntax and syntax_pos thread locals | John Kåre Alsaker | -2/+3 |
| 2018-03-05 | Turn features() into a query. | Michael Woerister | -1/+1 |
| 2018-03-02 | Replace Rc with Lrc for shared data | John Kåre Alsaker | -8/+8 |
| 2018-02-21 | Rollup merge of #48106 - QuietMisdreavus:teleporting-crates, r=GuillaumeGomez | Guillaume Gomez | -2/+3 |
| 2018-02-18 | Rollup merge of #48274 - GuillaumeGomez:remove-hoedown, r=QuietMisdreavus | Guillaume Gomez | -48/+4 |
| 2018-02-17 | move manual "extern crate" statements outside auto "fn main" in doctests | QuietMisdreavus | -2/+3 |
| 2018-02-16 | Remove hoedown from rustdoc | Guillaume Gomez | -48/+4 |
| 2018-02-09 | add tests for the doctest construction functionality | QuietMisdreavus | -0/+214 |
| 2018-02-09 | trim the body of doctests after partitioning | QuietMisdreavus | -3/+3 |
| 2018-01-31 | Auto merge of #45752 - estebank:highlight-primary, r=nikomatsakis | bors | -0/+1 |
| 2018-01-29 | Toggle span highlighting on `-Zteach` | Esteban Küber | -0/+1 |
| 2018-01-27 | rustc: Load the `rustc_trans` crate at runtime | Alex Crichton | -3/+2 |
| 2018-01-19 | Allow runtime switching between trans backends | bjorn3 | -7/+16 |
| 2018-01-10 | Use correct line offsets for doctests (fixes #45868) | Manish Goregaokar | -6/+15 |
| 2017-12-22 | Rollup merge of #46814 - varkor:contrib-7, r=alexcrichton | kennytm | -1/+1 |
| 2017-12-22 | Rollup merge of #46636 - frewsxcv:frewsxcv-fn-box, r=estebank | kennytm | -1/+1 |
| 2017-12-19 | Move source-output conflict checking into `compile_input` | varkor | -1/+1 |
| 2017-12-15 | Replace libtest/lib.rs:FnBox with std::boxed::FnBox. | Corey Farwell | -1/+1 |
| 2017-12-14 | Use PathBuf instead of String where applicable | Oliver Schneider | -23/+22 |
| 2017-12-04 | rustc_back: replace tempdir with crates.io version. | Irina-Gabriela Popa | -1/+1 |
| 2017-12-04 | rustc_back: move dynamic_lib to rustc_metadata. | Irina-Gabriela Popa | -1/+1 |
| 2017-11-25 | rustbuild: Enable WebAssembly backend by default | Alex Crichton | -3/+0 |
| 2017-11-21 | allow loading external files in documentation | QuietMisdreavus | -4/+6 |
| 2017-11-20 | address review comments | Alex Burka | -2/+2 |
| 2017-11-20 | tidy 😡 | Alex Burka | -1/+3 |
| 2017-11-19 | use -Z flag instead of env var | Alex Burka | -2/+2 |
| 2017-11-05 | rustdoc: add #[allow(unused)] to every doctest | QuietMisdreavus | -4/+12 |