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