| Age | Commit message (Expand) | Author | Lines |
| 2019-11-30 | Rollup merge of #66895 - Centril:rustc_feature, r=oli-obk | Mazdak Farrokhzad | -1/+1 |
| 2019-11-30 | move UnstableFeatures -> rustc_feature | Mazdak Farrokhzad | -1/+1 |
| 2019-11-26 | Have Queries own the GlobalCtxt. | Camille GILLOT | -1/+1 |
| 2019-11-26 | Review nits. | Camille GILLOT | -2/+2 |
| 2019-11-26 | Reduce righward drift. | Camille GILLOT | -34/+33 |
| 2019-11-25 | Don't move stuff out of Compiler::enter. | Camille GILLOT | -18/+18 |
| 2019-11-24 | Isolate compiler queries inside the Queries type. | Camille GILLOT | -16/+19 |
| 2019-11-20 | Delete ProcessCfgMod | Mark Rousskov | -2/+1 |
| 2019-11-16 | move DIAGNOSTICS usage to rustc_driver | Mazdak Farrokhzad | -0/+1 |
| 2019-11-13 | Rollup merge of #66297 - vakaras:edit-queries, r=oli-obk | Yuki Okushi | -0/+1 |
| 2019-11-13 | Rollup merge of #66166 - GuillaumeGomez:rename-rustdoc-to-doc, r=QuietMisdreavus | Yuki Okushi | -1/+1 |
| 2019-11-11 | Add a callback that allows compiler consumers to override queries. | Vytautas Astrauskas | -0/+1 |
| 2019-11-10 | move syntax::parse -> librustc_parse | Mazdak Farrokhzad | -2/+3 |
| 2019-11-10 | move config.rs to libsyntax_expand | Mazdak Farrokhzad | -1/+2 |
| 2019-11-06 | rename cfg(rustdoc) into cfg(doc) | Guillaume Gomez | -1/+1 |
| 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 |