| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-05-05 | Revert PR 83866 | Pietro Albini | -6/+3 |
| 2021-05-04 | Add type to differentiate between fake and real DefId's | Justus K | -56/+12 |
| 2021-04-27 | Removed usage of Attributes in FnDecl and ExternalCrate. Relocate part of the... | Timothée Delabrouille | -1/+1 |
| 2021-04-22 | rustdoc: Stop special casing `broken_intra_doc_links` unnecessarily | Joshua Nelson | -8/+1 |
| 2021-04-11 | Move crate loader to collect_intra_doc_links::early | Joshua Nelson | -50/+3 |
| 2021-04-10 | Preprocess intra-doc links consistently | Joshua Nelson | -9/+8 |
| 2021-04-07 | Reuse logic for determining the channel in the rest of rustdoc | Joshua Nelson | -3/+6 |
| 2021-04-04 | Rollup merge of #83756 - camelid:internal-rename-doc-spotlight, r=GuillaumeGomez | Yuki Okushi | -4/+3 |
| 2021-04-02 | Don't load all extern crates unconditionally | Joshua Nelson | -31/+55 |
| 2021-04-02 | rustdoc: Rename internal uses of `spotlight` | Camelid | -4/+3 |
| 2021-03-23 | Remove unnecessary `Option` wrapping around `Crate.module` | Camelid | -15/+13 |
| 2021-03-15 | Add `rustc_interface::interface::Config::parse_sess_created` | hyd-dev | -0/+1 |
| 2021-03-07 | Rollup merge of #82651 - jyn514:rustdoc-warnings, r=GuillaumeGomez | Yuki Okushi | -27/+36 |
| 2021-03-04 | Remove RefCell around module_trait_cache | Joshua Nelson | -2/+2 |
| 2021-03-04 | Don't require a `DocContext` for `report_diagnostic` | Joshua Nelson | -3/+3 |
| 2021-03-04 | Rollup merge of #80527 - jyn514:rustdoc-lints, r=GuillaumeGomez | Yuki Okushi | -89/+17 |
| 2021-03-02 | Report that `doc(plugins)` doesn't work using diagnostics instead of `println!` | Joshua Nelson | -4/+2 |
| 2021-03-02 | Clean up error reporting for deprecated passes | Joshua Nelson | -23/+34 |
| 2021-03-01 | Address review comments | Joshua Nelson | -3/+2 |
| 2021-03-01 | Move lint machinery into a separate file | Joshua Nelson | -168/+7 |
| 2021-03-01 | Rename rustdoc lints to be a tool lint instead of built-in. | Joshua Nelson | -27/+117 |
| 2021-03-02 | Rollup merge of #82598 - GuillaumeGomez:rustdoc-rustc-pass, r=jyn514 | Guillaume Gomez | -0/+1 |
| 2021-03-01 | Remove unused `RenderInfo` struct | Joshua Nelson | -9/+2 |
| 2021-03-01 | Remove the dummy cache in `DocContext` | Joshua Nelson | -8/+17 |
| 2021-02-28 | Run some rustc passes in rustdoc | Guillaume Gomez | -0/+1 |
| 2021-02-23 | Improve code readability | Guillaume Gomez | -2/+5 |
| 2021-02-23 | Put clean::Trait extra information into a new struct to make it more coherent | Guillaume Gomez | -1/+1 |
| 2021-02-23 | Remove is_spotlight field from `Trait` | Guillaume Gomez | -1/+1 |
| 2021-02-22 | Remove many RefCells from DocContext | Camelid | -15/+20 |
| 2021-02-22 | Rollup merge of #82382 - camelid:remove-fake_def_ids-refcell, r=jyn514 | Yuki Okushi | -6/+4 |
| 2021-02-21 | rustdoc: Remove `fake_def_ids` RefCell | Camelid | -6/+4 |
| 2021-02-20 | rustdoc: Remove unnecessary `Cell` around `param_env` | Camelid | -8/+5 |
| 2021-02-19 | Show negative implementation of Sized trait | Guillaume Gomez | -0/+11 |
| 2021-02-19 | Auto merge of #82020 - jyn514:mut-passes, r=camelid,GuillaumeGomez | bors | -13/+13 |
| 2021-02-17 | avoid converting types into themselves (clippy::useless_conversion) | Matthias Krüger | -1/+1 |
| 2021-02-16 | Make `Clean` take &mut DocContext | Joshua Nelson | -12/+12 |
| 2021-02-16 | Take `&mut DocContext` in passes | Joshua Nelson | -1/+1 |