| Age | Commit message (Expand) | Author | Lines |
| 2019-10-23 | Rollup merge of #65193 - Mark-Simulacrum:lockless-lintstore, r=nikomatsakis | Mazdak Farrokhzad | -0/+1 |
| 2019-10-21 | Rollup merge of #65314 - tmiasko:rustdoc-z, r=ollie27 | Mazdak Farrokhzad | -0/+3 |
| 2019-10-19 | move parse_cfgspecs to rustc_interface | Mazdak Farrokhzad | -1/+1 |
| 2019-10-17 | Update API to be more compatible with plugin needs | Mark Rousskov | -0/+1 |
| 2019-10-15 | syntax::parse::sess -> syntax::sess | Mazdak Farrokhzad | -1/+1 |
| 2019-10-12 | Auto merge of #64873 - popzxc:prettify-test-time, r=wesleywiser | bors | -0/+1 |
| 2019-10-11 | rustdoc: forward -Z options to rustc | Tomasz Miąsko | -0/+3 |
| 2019-10-10 | Don't pass doctest feature by default | Guillaume Gomez | -0/+1 |
| 2019-10-01 | Prevent rustdoc feature to be passed down to doctests | Guillaume Gomez | -1/+3 |
| 2019-09-29 | Enhance report-time option | Igor Aleksanov | -0/+1 |
| 2019-09-26 | Rename `Item.node` to `Item.kind` | varkor | -4/+4 |
| 2019-09-17 | Replace DiagnosticBuilder with Diagnostic when emitting error | Mark Rousskov | -1/+1 |
| 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 |