| Age | Commit message (Expand) | Author | Lines |
| 2022-02-25 | Wire up --check-cfg to rustdoc | Loïc BRANSTETT | -1/+3 |
| 2022-02-18 | Rollup merge of #93915 - Urgau:rfc-3013, r=petrochenkov | Matthias Krüger | -0/+1 |
| 2022-02-18 | Rollup merge of #93497 - willcrichton:rustdoc-scrape-test, r=GuillaumeGomez | Matthias Krüger | -0/+3 |
| 2022-02-16 | Implement --check-cfg option (RFC 3013) | Loïc BRANSTETT | -0/+1 |
| 2022-02-13 | Remove Config::stderr | bjorn3 | -1/+0 |
| 2022-02-11 | Add --scrape-tests flags so rustdoc can scrape examples from tests | Will Crichton | -0/+3 |
| 2022-01-25 | rustdoc: Pre-calculate traits that are in scope for doc links | Vadim Petrochenkov | -8/+5 |
| 2022-01-21 | rustdoc: Make some `pub` items crate-private | Noah Lev | -2/+2 |
| 2022-01-18 | Rollup merge of #92947 - vacuus:rustdoc-core-visit-path, r=camelid | Matthias Krüger | -3/+3 |
| 2022-01-16 | Replace NestedVisitorMap with NestedFilter | Cameron Steffen | -5/+5 |
| 2022-01-15 | Remove `collect` | Roc Yu | -3/+3 |
| 2022-01-07 | rustdoc: Introduce a resolver cache for sharing data between early doc link r... | Vadim Petrochenkov | -56/+34 |
| 2021-12-28 | rustc_metadata: Encode list of all crate's traits into metadata | Vadim Petrochenkov | -4/+2 |
| 2021-12-20 | Auto merge of #91900 - pitaj:fix-91714, r=jyn514 | bors | -42/+12 |
| 2021-12-18 | Remove `collapsed` field | Joshua Nelson | -3/+0 |
| 2021-12-15 | rustdoc: remove `--passes` and `--no-defaults` | Peter Jaszkowiak | -42/+12 |
| 2021-11-19 | rustdoc: Pass DocContext to `Cache::populate` | Noah Lev | -4/+2 |
| 2021-11-11 | Auto merge of #90489 - jyn514:load-all-extern-crates, r=petrochenkov | bors | -2/+34 |
| 2021-11-09 | Rollup merge of #89561 - nbdd0121:const_typeck, r=nikomatsakis | Matthias Krüger | -3/+3 |
| 2021-11-09 | Auto merge of #87337 - jyn514:lint-error, r=oli-obk,flip1995 | bors | -2/+4 |
| 2021-11-08 | Go back to loading all external crates unconditionally | Joshua Nelson | -2/+34 |
| 2021-11-08 | Use `has_errors_or_lint_errors` in rustdoc instead of `abort_if_errors()` | Joshua Nelson | -2/+4 |
| 2021-11-07 | Rename functions reflect that inline const is also "typeck_child" | Gary Guo | -3/+3 |
| 2021-10-31 | Merge `DocContext.{ty,lt,ct}_substs` into one map | Noah Lev | -25/+7 |
| 2021-10-25 | Fix clippy lints in librustdoc | Guillaume Gomez | -2/+2 |
| 2021-09-29 | Remove lazy_static dependency | Guillaume Gomez | -3/+3 |
| 2021-09-22 | Auto merge of #89134 - est31:revert_rustdoc_box_syntax, r=GuillaumeGomez | bors | -1/+1 |
| 2021-09-21 | Revert the rustdoc box syntax removal | est31 | -1/+1 |
| 2021-09-19 | Auto merge of #88703 - cjgillot:lazymod, r=petrochenkov | bors | -6/+2 |
| 2021-09-14 | Rename --display-warnings to --display-doctest-warnings | Guillaume Gomez | -2/+1 |
| 2021-09-12 | Gather module items after lowering. | Camille GILLOT | -6/+2 |
| 2021-08-26 | Rollup merge of #88215 - jyn514:lazy-loading, r=petrochenkov | Manish Goregaokar | -34/+5 |
| 2021-08-26 | Fix the bugs and add a regression test | Joshua Nelson | -5/+1 |
| 2021-08-22 | Revert "Revert "Don't load all extern crates unconditionally"" | Joshua Nelson | -34/+9 |
| 2021-08-19 | Give precedence to `html_root_url` over `--extern-html-root-url` by default, ... | Joshua Nelson | -3/+1 |
| 2021-08-18 | remove box_syntax uses from cranelift and tools | Marcel Hellwig | -1/+1 |
| 2021-07-31 | rustc: Replace `HirId`s with `LocalDefId`s in `AccessLevels` tables | Vadim Petrochenkov | -8/+1 |
| 2021-07-05 | Revert "rustdoc: Store DefId's in ItemId on heap for decreasing Item's size" | Justus K | -3/+3 |
| 2021-07-05 | rustdoc: Store DefId's in ItemId on heap for decreasing Item's size | Justus K | -3/+3 |
| 2021-07-05 | rustdoc: Replace `FakeDefId` with new `ItemId` type | Justus K | -5/+6 |
| 2021-07-01 | Revert "Don't load all extern crates unconditionally" | Guillaume Gomez | -9/+34 |
| 2021-06-30 | Move AST crate. | Camille GILLOT | -3/+2 |
| 2021-06-05 | Rollup merge of #85501 - jyn514:invalid-doc-attrs, r=varkor | Guillaume Gomez | -1/+2 |
| 2021-06-04 | Fix `deny(invalid_doc_attributes)` | Joshua Nelson | -1/+2 |
| 2021-06-04 | rustdoc: link consistently to stable/beta in diagnostic messages | Joshua Nelson | -3/+6 |
| 2021-05-17 | Auto merge of #85178 - cjgillot:local-crate, r=oli-obk | bors | -3/+3 |
| 2021-05-15 | Minimize amount of fake `DefId`s used in rustdoc | Justus K | -3/+3 |
| 2021-05-12 | Use () for all_traits. | Camille GILLOT | -2/+2 |
| 2021-05-12 | Use () for privacy. | Camille GILLOT | -1/+1 |
| 2021-05-08 | Auto merge of #84470 - jyn514:lints, r=GuillaumeGomez | bors | -8/+1 |