| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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 |