| Age | Commit message (Expand) | Author | Lines |
| 2023-05-27 | Rollup merge of #109084 - dekrain:fix-panic-arg0-expansion, r=petrochenkov | Matthias Krüger | -1/+11 |
| 2023-05-27 | Fix ICE caused by at-expanding argument 0 instead of removing it early | dekrain | -1/+11 |
| 2023-05-16 | Avoid `&format("...")` calls in error message code. | Nicholas Nethercote | -4/+4 |
| 2023-05-13 | Auto merge of #107586 - SparrowLii:parallel-query, r=cjgillot | bors | -0/+3 |
| 2023-05-06 | Rollup merge of #110989 - jyn514:bug-report-url, r=WaffleLapkin | Matthias Krüger | -4/+8 |
| 2023-05-06 | correct literals for dyn thread safe | SparrowLii | -2/+2 |
| 2023-05-06 | introduce `DynSend` and `DynSync` auto trait | SparrowLii | -0/+3 |
| 2023-05-05 | Mark `ErrorGuaranteed` constructor as deprecated so people don't use it | Michael Goulet | -1/+6 |
| 2023-05-03 | Restrict `From<S>` for `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | -3/+3 |
| 2023-05-01 | Make the BUG_REPORT_URL configurable by tools | jyn | -1/+5 |
| 2023-04-30 | Rollup merge of #110983 - GuillaumeGomez:foreign-repr, r=notriddle | Matthias Krüger | -0/+1 |
| 2023-04-29 | Get `repr` information through `AdtDef` for foreign items | Guillaume Gomez | -0/+1 |
| 2023-04-29 | drive-by cleanup of rustdoc comment | jyn | -3/+3 |
| 2023-04-29 | Add `rustdoc::unescaped_backtick` lint | Lukas Markeffsky | -5/+6 |
| 2023-04-28 | handle cfg(bootstrap) | Pietro Albini | -1/+1 |
| 2023-04-14 | Rollup merge of #110244 - kadiwa4:unnecessary_imports, r=JohnTitor | Matthias Krüger | -1/+0 |
| 2023-04-14 | Rollup merge of #103682 - Swatinem:stable-run-directory, r=GuillaumeGomez | Yuki Okushi | -1/+1 |
| 2023-04-13 | Rollup merge of #110072 - joshtriplett:stabilize-is-terminal, r=Mark-Simulacrum | Matthias Krüger | -1/+0 |
| 2023-04-12 | remove some unneeded imports | KaDiWa | -1/+0 |
| 2023-04-12 | Split out a separate feature gate for impl trait in associated types | Oli Scherer | -0/+1 |
| 2023-04-10 | Stabilize IsTerminal | Josh Triplett | -1/+0 |
| 2023-04-04 | write threads info into log only when debugging | SparrowLii | -1/+1 |
| 2023-03-31 | Stabilize rustdoc `--test-run-directory` | Arpad Borsos | -1/+1 |
| 2023-03-29 | Stabilize a portion of 'once_cell' | Trevor Gross | -1/+1 |
| 2023-02-21 | Use `ThinVec` in various AST types. | Nicholas Nethercote | -0/+1 |
| 2023-02-13 | rustdoc: Eliminate remaining uses of resolver | Vadim Petrochenkov | -19/+2 |
| 2023-02-11 | Auto merge of #94857 - petrochenkov:doclink2, r=oli-obk | bors | -15/+6 |
| 2023-02-10 | Skip doc link resolution for some crate types and non-exported items | Vadim Petrochenkov | -2/+2 |
| 2023-02-10 | Resolve documentation links in rustc and store the results in metadata | Vadim Petrochenkov | -13/+4 |
| 2023-02-09 | Remove `QueryContext`. | Nicholas Nethercote | -2/+2 |
| 2023-01-27 | Remove from librustdoc and clippy too | Scott McMurray | -1/+0 |
| 2023-01-23 | Store the gctxt instead of fetching it twice. | Oli Scherer | -1/+1 |
| 2023-01-13 | Remove redundant session field | Oli Scherer | -3/+0 |
| 2023-01-12 | Harden the pre-tyctxt query system against accidental recomputation | Oli Scherer | -2/+3 |
| 2022-12-09 | Rollup merge of #105427 - GuillaumeGomez:dont-silently-ignore-rustdoc-errors,... | Matthias Krüger | -2/+2 |
| 2022-12-07 | Revert crate_types change, add new bin_crate field | Will Crichton | -2/+2 |
| 2022-12-07 | Improve several aspects of the Rustdoc scrape-examples UI. | Will Crichton | -1/+9 |
| 2022-12-07 | Don't silently ignore errors that happen during rendering | Guillaume Gomez | -2/+2 |
| 2022-12-02 | Remove `-Zno-interleave-lints`. | Nicholas Nethercote | -4/+1 |
| 2022-11-19 | Rollup merge of #103117 - joshtriplett:use-is-terminal, r=eholk | Matthias Krüger | -2/+3 |
| 2022-10-29 | rustdoc: add hash to filename of toolchain files | Jacob Hoffman-Andrews | -3/+1 |
| 2022-10-24 | rustdoc: Use `unix_sigpipe` instead of `rustc_driver::set_sigpipe_handler` | Martin Nordholts | -1/+0 |
| 2022-10-19 | Avoid cloning `RenderOptions`. | Nicholas Nethercote | -6/+2 |
| 2022-10-19 | Use `interface::run_compiler` for `markdown::render`. | Nicholas Nethercote | -3/+10 |
| 2022-10-19 | Merge `main_options` into `main_args`. | Nicholas Nethercote | -30/+27 |
| 2022-10-19 | Clean up rustdoc startup. | Nicholas Nethercote | -7/+7 |
| 2022-10-16 | Use IsTerminal in librustdoc | Josh Triplett | -2/+3 |
| 2022-09-27 | rustc_typeck to rustc_hir_analysis | lcnr | -1/+1 |
| 2022-09-26 | remove cfg(bootstrap) | Pietro Albini | -2/+0 |
| 2022-09-23 | rustdoc: Stabilize --diagnostic-width | Eric Huss | -1/+1 |