| Age | Commit message (Expand) | Author | Lines |
| 2019-08-05 | adapt rustdoc to infailable lexer | Aleksey Kladov | -14/+154 |
| 2019-08-02 | Replace `abstract type` with type alias `impl Trait` | varkor | -1/+1 |
| 2019-08-02 | Replace "existential" by "opaque" | varkor | -3/+4 |
| 2019-07-17 | normalize use of backticks in compiler messages for librustc/lint | Samy Kacimi | -5/+5 |
| 2019-07-06 | force single-threaded text execution | QuietMisdreavus | -2/+2 |
| 2019-07-06 | rustdoc: set cfg(doctest) when collecting doctests | QuietMisdreavus | -3/+14 |
| 2019-07-03 | Migrate compile-pass annotations to build-pass | Yuki Okushi | -15/+15 |
| 2019-06-08 | Fix tests after revert of rustdoc cfg(test) feature | Oliver Middleton | -3/+6 |
| 2019-06-05 | Reblessed tests. | Alexander Regueiro | -1/+1 |
| 2019-05-22 | do not print panic message on doctest failures | Andy Russell | -18/+110 |
| 2019-05-21 | Move `edition` outside the hygiene lock and avoid accessing it | John Kåre Alsaker | -3/+3 |
| 2019-05-18 | Update rustdoc-ui tests | Guillaume Gomez | -8/+38 |
| 2019-05-18 | Fix lints handling in rustdoc | Guillaume Gomez | -0/+39 |
| 2019-05-03 | Rollup merge of #60220 - euclio:rustdoc-test-fatal-parsing-errors, r=QuietMis... | Mazdak Farrokhzad | -2/+36 |
| 2019-04-26 | Rollup merge of #59940 - GuillaumeGomez:rustdoc-test, r=ollie27 | Mazdak Farrokhzad | -0/+25 |
| 2019-04-24 | Add test for rustdoc cfg(test) feature | Guillaume Gomez | -0/+25 |
| 2019-04-24 | report fatal errors during doctest parsing | Andy Russell | -2/+36 |
| 2019-04-23 | Remove unnecessary tidy ignore directives | varkor | -4/+2 |
| 2019-03-25 | compiletest: make path normalization smarter | Andy Russell | -41/+41 |
| 2019-03-15 | use `!` in macro disambiguation suggestion | Andy Russell | -3/+3 |
| 2019-03-15 | replace ad-hoc namespace enums | Andy Russell | -5/+5 |
| 2019-03-15 | overhaul intra-doc-link ambiguity warning | Andy Russell | -0/+118 |
| 2019-03-11 | Update tests | Vadim Petrochenkov | -7/+7 |
| 2019-03-10 | Make the rustc driver and interface demand driven | John Kåre Alsaker | -4/+19 |
| 2019-03-09 | Rollup merge of #58626 - QuietMisdreavus:doc-coverage, r=GuillaumeGomez | Mazdak Farrokhzad | -0/+222 |
| 2019-02-28 | update rustdoc coverage tests with new table layout | QuietMisdreavus | -80/+51 |
| 2019-02-28 | add tests for doc coverage | QuietMisdreavus | -0/+251 |
| 2019-02-28 | Introduce rustc_interface and move some methods there | John Kåre Alsaker | -2/+2 |
| 2019-02-23 | move collapse and unindent docs passes earlier | Andy Russell | -2/+24 |
| 2019-02-19 | Auto merge of #56514 - ollie27:rustdoc_test_libdir, r=QuietMisdreavus | bors | -2/+2 |
| 2019-01-20 | Auto merge of #56884 - euclio:codeblock-diagnostics, r=QuietMisdreavus | bors | -10/+156 |
| 2019-01-20 | rustdoc: Don't modify library path for doctests | Oliver Middleton | -2/+2 |
| 2019-01-17 | Bless test. | Wesley Norris | -2/+2 |
| 2019-01-17 | Minor changes to wording and formatting. | Wesley Norris | -3/+2 |
| 2019-01-17 | Bless test. | Wesley Norris | -2/+3 |
| 2019-01-17 | Auto merge of #57520 - alexreg:tidy-copyright-lint, r=Mark-Simulacrum | bors | -25/+5 |
| 2019-01-14 | rustdoc: check code block syntax in early pass | Andy Russell | -10/+156 |
| 2019-01-13 | Removed more copyright notices. | Alexander Regueiro | -25/+5 |
| 2019-01-13 | Account for 2 removed lines in src/librustdoc/test.rs | Igor Matuszewski | -2/+2 |
| 2019-01-06 | check missing docs for reexported macros as well | Guillaume Gomez | -0/+67 |
| 2019-01-02 | make `panictry!` private to libsyntax | Andy Russell | -2/+2 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -156/+47 |
| 2018-12-19 | Rollup merge of #56689 - QuietMisdreavus:rustdoc-lint-group, r=pnkfelix | Pietro Albini | -0/+78 |
| 2018-12-14 | Rollup merge of #56748 - kinnison:kinnison/fix-56734, r=dtolnay | kennytm | -2/+2 |
| 2018-12-13 | Update panic message to be clearer about env-vars | Daniel Silverstone | -2/+2 |
| 2018-12-10 | fix intra-link resolution spans in block comments | Andy Russell | -24/+163 |
| 2018-12-10 | add a lint group for lints emitted by rustdoc | QuietMisdreavus | -0/+78 |
| 2018-12-07 | Fixed line numbers in stderr file. | Alexander Regueiro | -2/+2 |
| 2018-12-04 | adds DocTest filename variant, refactors doctest_offset out of source_map, fi... | Matthew Russo | -2/+2 |
| 2018-12-04 | Update doc-ui tests | Oliver Scherer | -5/+11 |