| Age | Commit message (Expand) | Author | Lines |
| 2022-10-29 | rustdoc: Split effective visibilities from rustc from similar data built by r... | Vadim Petrochenkov | -2/+1 |
| 2022-10-29 | Auto merge of #102698 - michaelwoerister:unord-collections, r=lncr | bors | -2/+2 |
| 2022-10-27 | Introduce UnordMap, UnordSet, and UnordBag (see MCP 533) | Michael Woerister | -2/+2 |
| 2022-10-26 | privacy: Rename "accessibility levels" to "effective visibilities" | Vadim Petrochenkov | -2/+2 |
| 2022-10-24 | Address some comments | mejrs | -2/+2 |
| 2022-10-19 | rustdoc: Eliminate uses of `EarlyDocLinkResolver::all_traits` | Vadim Petrochenkov | -15/+2 |
| 2022-10-19 | Implement -Ztrack-diagnostics | mejrs | -0/+2 |
| 2022-10-18 | Remove `RunCompiler::emitter`. | Nicholas Nethercote | -2/+0 |
| 2022-10-01 | rustdoc: adopt to the new lint API | Maybe Waffle | -6/+2 |
| 2022-09-27 | rustdoc: remove `clean::TraitWithExtraInfo` | Michael Howell | -5/+3 |
| 2022-09-27 | rustc_typeck to rustc_hir_analysis | lcnr | -1/+1 |
| 2022-09-14 | change AccessLevels representation | Bryanskiy | -4/+1 |
| 2022-07-29 | Change maybe_body_owned_by to take local def id | Miguel Guarniz | -1/+1 |
| 2022-07-22 | Make some clean::Trait fields computation on demand | Guillaume Gomez | -2/+1 |
| 2022-07-16 | Correctly handle usage of private items in public API for JSON output format | Guillaume Gomez | -0/+3 |
| 2022-07-13 | Rename `debugging_opts` to `unstable_opts` | Joshua Nelson | -8/+8 |
| 2022-07-13 | Auto merge of #99066 - est31:remove_box_librustdoc, r=jsha | bors | -1/+1 |
| 2022-07-11 | Remove box syntax from Box<function pointer> construction | est31 | -1/+1 |
| 2022-07-06 | session: `output-width` -> `diagnostic-width` | David Wood | -5/+5 |
| 2022-07-06 | session: `terminal-width` -> `output-width` | David Wood | -5/+5 |
| 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 |