| Age | Commit message (Expand) | Author | Lines |
| 2020-12-23 | Auto merge of #80095 - jyn514:stability-on-demand, r=GuillaumeGomez | bors | -3/+0 |
| 2020-12-18 | Calculate stability, const_stability, and deprecation on-demand | Joshua Nelson | -3/+0 |
| 2020-12-18 | Continue String to Symbol conversion in rustdoc | Guillaume Gomez | -1/+1 |
| 2020-12-17 | Continue String to Symbol conversion in rustdoc | Guillaume Gomez | -4/+4 |
| 2020-12-16 | Replace String with Symbol where possible | Guillaume Gomez | -4/+4 |
| 2020-12-14 | Switch to Symbol for item.name | Joshua Nelson | -1/+1 |
| 2020-12-12 | Auto merge of #79957 - jyn514:smaller-span, r=GuillaumeGomez | bors | -1/+1 |
| 2020-12-12 | Small cleanups | Joshua Nelson | -1/+1 |
| 2020-12-11 | Auto merge of #79349 - Nemo157:issue-79201, r=jyn514 | bors | -5/+5 |
| 2020-11-29 | Add support for stable-const-since in docs on items (standalone or assoc) | Rune Tynan | -0/+1 |
| 2020-11-26 | Use `from_def_id_and_parts` for primitives and keywords | Joshua Nelson | -1/+1 |
| 2020-11-23 | Apply `doc(cfg)` from parent items while collecting trait impls | Wim Looman | -5/+5 |
| 2020-11-17 | Add `from_def_id_and_kind` reducing duplication in rustdoc | Joshua Nelson | -20/+8 |
| 2020-11-17 | Remove duplicate `Trait::auto` field | Joshua Nelson | -2/+0 |
| 2020-11-14 | Rename ItemEnum -> ItemKind, inner -> kind | Joshua Nelson | -5/+5 |
| 2020-10-25 | Make some functions private that don't have to be public | Joshua Nelson | -10/+10 |
| 2020-10-11 | Remove unnecessary Clean impl | Joshua Nelson | -2/+2 |
| 2020-10-09 | Simplify included import items handling | Guillaume Gomez | -2/+2 |
| 2020-10-09 | Correctly handle "pub use" reexports | Guillaume Gomez | -0/+1 |
| 2020-10-08 | Preserve the parent module of `DocFragment`s | Joshua Nelson | -21/+40 |
| 2020-10-06 | Add some docs to rustdoc::clean::inline and def_id functions | Lzu Tao | -0/+3 |
| 2020-09-21 | Rollup merge of #76783 - lzutao:rd_impl_kind, r=GuillaumeGomez | ecstatic-morse | -19/+22 |
| 2020-09-18 | Calculate more correct capacity in merge_attrs | Lzu Tao | -6/+8 |
| 2020-09-16 | Only get ImplKind::Impl once | Lzu Tao | -19/+22 |
| 2020-09-13 | Ignore rustc_private items from std docs | Lzu Tao | -9/+10 |
| 2020-08-29 | rustdoc: Fix intra-doc links for cross-crate re-exports of traits | Joshua Nelson | -1/+3 |
| 2020-08-17 | rust_ast::ast => rustc_ast | Ujjwal Sharma | -1/+1 |
| 2020-08-13 | merge `as_local_hir_id` with `local_def_id_to_hir_id` | Bastian Kauschke | -4/+4 |
| 2020-07-19 | Only skip impls of foreign unstable traits | Mark Rousskov | -3/+5 |
| 2020-07-16 | Rollup merge of #74370 - Manishearth:re-spotlight, r=GuillaumeGomez | Manish Goregaokar | -1/+3 |
| 2020-07-16 | Revert "Remove "important traits" feature" | Manish Goregaokar | -1/+3 |
| 2020-06-26 | Don't pollute docs/suggestions with libstd deps | Alex Crichton | -0/+10 |
| 2020-06-25 | Support configurable deny-warnings for all in-tree crates. | Eric Huss | -1/+1 |
| 2020-05-30 | rustdoc: remove calls to `local_def_id_from_node_id` | marmeladema | -6/+2 |
| 2020-05-08 | Remove ast::{Ident, Name} reexports. | Camille GILLOT | -2/+3 |
| 2020-04-24 | Remove `Option` from the return type of `def_kind`. | Eduard-Mihai Burtescu | -1/+1 |
| 2020-04-23 | Address comments from review | marmeladema | -5/+6 |
| 2020-04-23 | Modify `as_local_hir_id` to return a bare `HirId` | marmeladema | -12/+11 |
| 2020-04-23 | Modify `as_local_hir_id` to accept a `LocalDefId` instead of a `DefId` | marmeladema | -15/+16 |
| 2020-04-16 | don't clone types that are copy (clippy::clone_on_copy) | Matthias Krüger | -2/+2 |
| 2020-04-10 | librustc_middle: return LocalDefId instead of DefId in local_def_id_from_node_id | marmeladema | -1/+5 |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -2/+2 |
| 2020-03-24 | rustc: remove rustc_hir_pretty dependency. | Mazdak Farrokhzad | -2/+2 |
| 2020-03-14 | Rollup merge of #69802 - matthiaskrgr:cl1ppy, r=Dylan-DPC | Yuki Okushi | -6/+2 |
| 2020-03-11 | rustdoc: remove unused import | Matthias Krüger | -1/+0 |
| 2020-03-10 | Rollup merge of #69514 - GuillaumeGomez:remove-spotlight, r=kinnison | Mazdak Farrokhzad | -2/+0 |
| 2020-03-07 | rustdoc: simplify boolean condition (clippy::nonminimal_bool) | Matthias Krüger | -1/+1 |
| 2020-03-07 | Use ?-operator in more places (clippy::question_mark, had some false negative... | Matthias Krüger | -5/+1 |
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -1/+1 |
| 2020-02-27 | Remove "important traits" feature | Guillaume Gomez | -2/+0 |