| Age | Commit message (Expand) | Author | Lines |
| 2018-04-19 | [beta] Tweak some stabilizations in libstd | Alex Crichton | -1/+1 |
| 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 |
| 2017-10-20 | Add short message-format | Guillaume Gomez | -1/+2 |
| 2017-10-15 | rustbuild: Support specifying archiver and linker explicitly | Vadim Petrochenkov | -5/+13 |
| 2017-10-14 | Auto merge of #44867 - kennytm:rustdoc-md-test-title, r=alexcrichton | bors | -27/+47 |
| 2017-10-10 | Auto merge of #44822 - frewsxcv:frewsxcv-eprintln, r=Kimundi | bors | -5/+4 |
| 2017-10-08 | doc-test: In Markdown tests, Use all of `<h1>` to `<h6>` as the test name. | kennytm | -27/+47 |
| 2017-10-03 | Add fixme regarding remapping paths for doctests | Philip Craig | -0/+2 |
| 2017-09-28 | Migrate to eprint/eprintln macros where appropriate. | Corey Farwell | -5/+4 |
| 2017-09-26 | don't let rustdoc get confused by text "fn main" in a line comment | Zack M. Davis | -1/+15 |
| 2017-09-20 | incr.comp.: Remove IncrementalHashesMap and calculate_svh module. | Michael Woerister | -1/+1 |
| 2017-09-18 | incr.comp.: Remove tcx from StableHashingContext. | Michael Woerister | -1/+1 |
| 2017-09-14 | rustc: Remove `Session::dep_graph` | Alex Crichton | -9/+10 |
| 2017-09-12 | Remove the `cstore` reference from Session in order to prepare encapsulating ... | Michael Woerister | -2/+2 |
| 2017-09-09 | rustc: Remove `DepGraph` handling from rustc_metadata | Alex Crichton | -2/+2 |
| 2017-08-30 | Make fields of `Span` private | Vadim Petrochenkov | -1/+1 |
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -12/+12 |