| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-02-15 | Index Modules using their LocalDefId. | Camille GILLOT | -3/+2 |
| 2021-02-04 | Cleanup rustdoc pass descriptions a bit | Camelid | -1/+1 |
| 2021-01-30 | Rollup merge of #81495 - camelid:rustdoc-output_format-optional, r=GuillaumeG... | Yuki Okushi | -1/+1 |
| 2021-01-30 | rustdoc tweaking | bors | -28/+30 |
| 2021-01-28 | rustdoc: Remove unnecessary optional | Camelid | -1/+1 |
| 2021-01-27 | Remove CACHE_KEY global | Guillaume Gomez | -2/+6 |
| 2021-01-08 | Rollup merge of #80372 - jyn514:fix-panics, r=Manishearth | Yuki Okushi | -5/+4 |
| 2021-01-05 | Apply suggestions from code review | Camelid | -1/+1 |
| 2021-01-05 | rustdoc: Turn `next_def_id` comments into docs | Camelid | -8/+14 |
| 2021-01-02 | Remove unused collapse pass | Guillaume Gomez | -0/+3 |
| 2021-01-02 | End of rework of Attributes struct | Guillaume Gomez | -1/+1 |
| 2020-12-25 | Don't panic when an external crate can't be resolved | Joshua Nelson | -5/+4 |
| 2020-12-17 | Fix error with `--cfg parallel_compiler` | Joshua Nelson | -1/+1 |
| 2020-12-17 | Move `run_renderer` into the main `global_ctxt` closure | Joshua Nelson | -46/+3 |
| 2020-12-17 | Separate `create_resolver` into a new function | Joshua Nelson | -36/+43 |
| 2020-12-17 | Split apart create_config and run_core | Joshua Nelson | -21/+25 |
| 2020-12-09 | Auto merge of #79575 - jyn514:time-passes, r=Mark-Simulacrum | bors | -3/+1 |
| 2020-12-04 | Rollup merge of #79646 - petrochenkov:inclean, r=davidtwco | Dylan DPC | -1/+0 |
| 2020-12-03 | rustc_metadata: Remove some dead code | Vadim Petrochenkov | -1/+0 |
| 2020-12-01 | Fix `unknown-crate` when using self-profile with rustdoc | Joshua Nelson | -1/+1 |
| 2020-11-30 | Don't time `emit_ignored_resolution_errors` | Joshua Nelson | -3/+1 |
| 2020-11-24 | Track `ParamEnv`s properly | Joshua Nelson | -2/+14 |
| 2020-11-22 | Get rid of `doctree::Impl` | Joshua Nelson | -16/+0 |
| 2020-11-15 | Fix warnings | Joshua Nelson | -2/+1 |
| 2020-11-15 | Make all rustdoc functions and structs crate-private | Joshua Nelson | -29/+29 |
| 2020-11-15 | Rollup merge of #77802 - jyn514:bootstrap-specific, r=nikomatsakis | Jonas Schievink | -1/+1 |
| 2020-11-09 | Rollup merge of #78114 - jyn514:private, r=oli-obk | Dylan DPC | -5/+6 |
| 2020-11-07 | Allow making `RUSTC_BOOTSTRAP` conditional on the crate name | Joshua Nelson | -1/+1 |
| 2020-11-05 | Fix even more URLs | Guillaume Gomez | -1/+1 |
| 2020-11-05 | Add PRIVATE_INTRA_DOC_LINKS to rustdoc special-casing | Joshua Nelson | -5/+6 |