| Age | Commit message (Expand) | Author | Lines |
| 2022-07-06 | sess: stabilize `--terminal-width` | David Wood | -2/+5 |
| 2022-06-16 | Move/rename `lazy::Sync{OnceCell,Lazy}` to `sync::{Once,Lazy}Lock` | Maybe Waffle | -3/+3 |
| 2022-05-21 | Remove `crate` visibility modifier in libs, tests | Jacob Pratt | -34/+42 |
| 2022-05-08 | Support `#[expect]` attributes for rustdoc lints (RFC 2383) | xFrednet | -0/+4 |
| 2022-04-19 | rustdoc: Cache preprocessed markdown links | Vadim Petrochenkov | -2/+2 |
| 2022-04-19 | rustdoc: Optimize and refactor doc link resolution | Vadim Petrochenkov | -1/+4 |
| 2022-04-16 | Rename `def_id` into `item_id` when the type is `ItemId` for readability | Guillaume Gomez | -3/+3 |
| 2022-04-13 | errors: lazily load fallback fluent bundle | David Wood | -1/+1 |
| 2022-04-07 | rustdoc: Early doc link resolution fixes and refactorings | Vadim Petrochenkov | -1/+3 |
| 2022-04-05 | session: opt for enabling directionality markers | David Wood | -1/+1 |
| 2022-04-05 | errors: implement sysroot/testing bundle loading | David Wood | -1/+4 |
| 2022-04-05 | errors: implement fallback diagnostic translation | David Wood | -0/+3 |
| 2022-03-16 | rustc_error: make ErrorReported impossible to construct | mark | -1/+1 |
| 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 |