| Age | Commit message (Expand) | Author | Lines |
| 2019-09-12 | Auto merge of #64328 - Mark-Simulacrum:rustdoc-find-rustc, r=GuillaumeGomez | bors | -1/+4 |
| 2019-09-12 | Auto merge of #64303 - nnethercote:avoid-more-Symbol-to-string-operations, r=... | bors | -1/+1 |
| 2019-09-10 | Add unstable --test-builder to rustdoc | Mark Rousskov | -1/+4 |
| 2019-09-10 | Locate rustc binary similarly to codegen backend loading | Mark Rousskov | -1/+1 |
| 2019-09-10 | Auto merge of #60387 - Goirad:test-expansion, r=ollie27 | bors | -6/+41 |
| 2019-09-09 | Use `sym::{all,any,main,not}` more. | Nicholas Nethercote | -1/+1 |
| 2019-09-04 | address rebase changes | Dario Gonzalez | -9/+11 |
| 2019-09-04 | flatten rustc_lexer::character_properties module | Aleksey Kladov | -3/+2 |
| 2019-09-04 | remove XID and Pattern_White_Space unicode tables from libcore | Aleksey Kladov | -2/+3 |
| 2019-09-03 | added rustdoc book documentation, improved behavior when unstable flag not pr... | Dario Gonzalez | -0/+2 |
| 2019-09-03 | changed target from option to plain target, populated with host triple at arg... | Dario Gonzalez | -5/+3 |
| 2019-09-03 | added feature gate enable-per-target-ignores | Dario Gonzalez | -2/+5 |
| 2019-09-03 | Added ability to crosscompile doctests | Dario Gonzalez | -6/+36 |
| 2019-09-02 | Auto merge of #63834 - andjo403:rustdoc-linker-remove, r=Mark-Simulacrum | bors | -3/+0 |
| 2019-09-01 | remove the unstable rustdoc parameter --linker | Andreas Jonson | -3/+0 |
| 2019-08-30 | rustdoc use -Ccodegen-units=1 by default for test compile | Andreas Jonson | -0/+1 |
| 2019-08-30 | Auto merge of #63827 - andjo403:out-of-process-rustc-in-rustdoc, r=Mark-Simul... | bors | -146/+68 |
| 2019-08-30 | Auto merge of #63402 - estebank:strip-margin, r=oli-obk | bors | -1/+1 |
| 2019-08-29 | Run doctests via out-of-process rustc | Andreas Jonson | -146/+68 |
| 2019-08-29 | Auto merge of #62855 - Aaron1011:feature/rustdoc-reexport-final, r=petrochenkov | bors | -1/+7 |
| 2019-08-27 | Rollup merge of #62600 - emmericp:libtest-add-show-output, r=gnzlbg | Mazdak Farrokhzad | -1/+1 |
| 2019-08-24 | Improve Rustdoc's handling of procedural macros | Aaron Hill | -1/+7 |
| 2019-08-21 | Add terminal_width debugging flag | Esteban Küber | -1/+1 |
| 2019-08-14 | Merge Variant and Variant_ | Caio | -1/+1 |
| 2019-07-23 | Normalize use of backticks in compiler messages for doc | Samy Kacimi | -1/+1 |
| 2019-07-11 | libtest: add --show-output option | Paul Emmerich | -1/+1 |
| 2019-07-01 | Revert "implicit `Option`-returning doctests" | Guillaume Gomez | -6/+1 |
| 2019-06-30 | Auto merge of #61459 - GuillaumeGomez:fix-rustdoc-sysroot-panic, r=ollie27,bj... | bors | -4/+2 |
| 2019-06-18 | rustc: remove 'x: 'y bounds (except from comments/strings). | Eduard-Mihai Burtescu | -1/+1 |
| 2019-06-16 | Separate librustcdoc module | chansuke | -301/+1 |
| 2019-06-15 | Remove unnecessary `.clone()` | Shotaro Yamada | -1/+1 |
| 2019-06-10 | Prevent panic when sysroot cannot be computed | Guillaume Gomez | -4/+2 |
| 2019-05-30 | Rollup merge of #61279 - llogiq:implicit-option-main-doctests, r=GuillaumeGomez | Mazdak Farrokhzad | -1/+6 |
| 2019-05-28 | implicit `Option`-returning doctests | Andre Bogus | -1/+6 |
| 2019-05-22 | do not print panic message on doctest failures | Andy Russell | -25/+114 |
| 2019-05-21 | Move `edition` outside the hygiene lock and avoid accessing it | John Kåre Alsaker | -3/+2 |
| 2019-05-19 | Auto merge of #60065 - QuietMisdreavus:async-move-doctests, r=ollie27 | bors | -19/+24 |
| 2019-05-13 | Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions. | Nicholas Nethercote | -8/+8 |
| 2019-05-06 | update rustdoc unit tests | QuietMisdreavus | -17/+18 |
| 2019-05-06 | set the default edition when pre-parsing a doctest | QuietMisdreavus | -2/+6 |
| 2019-05-03 | Rollup merge of #60220 - euclio:rustdoc-test-fatal-parsing-errors, r=QuietMis... | Mazdak Farrokhzad | -4/+19 |
| 2019-04-24 | report fatal errors during doctest parsing | Andy Russell | -4/+19 |
| 2019-04-22 | upgrade rustdoc's pulldown-cmark to 0.4.1 | Andy Russell | -5/+1 |
| 2019-04-02 | Update rustdoc | Oliver Scherer | -1/+1 |
| 2019-03-30 | Remove redundant import | Fabian Drinck | -2/+1 |
| 2019-03-10 | Make the rustc driver and interface demand driven | John Kåre Alsaker | -172/+122 |
| 2019-03-07 | Keep current behavior while accepting error count | Esteban Küber | -1/+1 |
| 2019-03-07 | fix bad use of with_emitter | Esteban Küber | -2/+2 |
| 2019-02-28 | Introduce rustc_interface and move some methods there | John Kåre Alsaker | -7/+8 |
| 2019-02-24 | hir: remove NodeId from Lifetime and Ty | ljedrz | -1/+1 |