| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-02-24 | Auto merge of #58232 - ljedrz:HirIdification_continued, r=Zoxc | bors | -1/+1 |
| 2019-02-23 | Transition librustdoc to 2018 edition | Hirokazu Hata | -3/+3 |
| 2019-02-20 | hir: HirId-ify intravisit | ljedrz | -1/+1 |
| 2019-02-20 | Rollup merge of #56470 - llogiq:process-termination-doctest, r=GuillaumeGomez | kennytm | -4/+10 |
| 2019-02-17 | Modify doctest's auto-`fn main()` to allow `Result`s | Andre Bogus | -4/+10 |
| 2019-01-20 | rustdoc: Don't modify library path for doctests | Oliver Middleton | -20/+3 |
| 2019-01-17 | Minor changes to wording and formatting. | Wesley Norris | -1/+2 |
| 2019-01-17 | Fix tidy error. | Wesley Norris | -2/+10 |
| 2019-01-17 | Persist doc test executables to given path. | Wesley Norris | -5/+37 |
| 2019-01-13 | Always calculate glob map but only for glob uses | Igor Matuszewski | -2/+0 |
| 2019-01-07 | semi-revert libsyntax doctest parsing if a macro is wrapping main | QuietMisdreavus | -3/+48 |
| 2019-01-05 | Rollup merge of #57338 - QuietMisdreavus:doctest-file-name, r=GuillaumeGomez | kennytm | -2/+2 |
| 2019-01-04 | force binary filename for compiled doctests | QuietMisdreavus | -2/+2 |
| 2019-01-02 | make `panictry!` private to libsyntax | Andy Russell | -4/+9 |
| 2018-12-26 | Store `Ident` rather than just `Name` in HIR types `Item` and `ForeignItem`. | Alexander Regueiro | -3/+3 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-16 | Rollup merge of #56793 - QuietMisdreavus:better-doctests, r=GuillaumeGomez | Mazdak Farrokhzad | -16/+58 |
| 2018-12-14 | include comments in doctest partition logic | QuietMisdreavus | -16/+55 |
| 2018-12-13 | add `crates` to the final doctest | QuietMisdreavus | -0/+3 |
| 2018-12-12 | Introduce `SearchPath` and replace `SearchPaths` with `Vec<SearchPath>`. | Nicholas Nethercote | -4/+4 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -51/+51 |
| 2018-12-04 | adds DocTest filename variant, refactors doctest_offset out of source_map, fi... | Matthew Russo | -9/+9 |
| 2018-11-05 | Auto merge of #55515 - QuietMisdreavus:rustdoc-config, r=GuillaumeGomez | bors | -34/+25 |
| 2018-11-02 | pass the Options struct instead of individual args | QuietMisdreavus | -34/+25 |
| 2018-11-01 | buffer errors from initial tokenization when parsing | QuietMisdreavus | -4/+11 |
| 2018-11-01 | silence errors found during doctest pre-parsing | QuietMisdreavus | -1/+11 |
| 2018-11-01 | add a line between extracted crates and everything else | QuietMisdreavus | -0/+3 |
| 2018-11-01 | Separates inner attributes from code during doctest parsing. | Wesley Norris | -23/+37 |
| 2018-11-01 | Tidy up source file and fix typo. | Wesley Norris | -6/+6 |
| 2018-11-01 | Replaces fn main search and extern crate search with proper parsing. | Wesley Norris | -14/+81 |
| 2018-10-26 | Remove redundant clone | Shotaro Yamada | -2/+2 |
| 2018-10-18 | Auto merge of #54349 - GuillaumeGomez:no-example-lint, r=QuietMisdreavus | bors | -25/+35 |
| 2018-10-09 | Use default of preferring static over dynamic linking in rustdoc tests. | Felix S. Klock II | -1/+0 |
| 2018-10-09 | Add lint for doc without codeblocks | Guillaume Gomez | -25/+35 |
| 2018-09-22 | Rollup merge of #54350 - Munksgaard:support-edition-in-doc-test, r=steveklabnik | Pietro Albini | -1/+1 |