summary refs log tree commit diff
path: root/src/librustdoc/clean/inline.rs
AgeCommit message (Expand)AuthorLines
2020-12-23Auto merge of #80095 - jyn514:stability-on-demand, r=GuillaumeGomezbors-3/+0
2020-12-18Calculate stability, const_stability, and deprecation on-demandJoshua Nelson-3/+0
2020-12-18Continue String to Symbol conversion in rustdocGuillaume Gomez-1/+1
2020-12-17Continue String to Symbol conversion in rustdocGuillaume Gomez-4/+4
2020-12-16Replace String with Symbol where possibleGuillaume Gomez-4/+4
2020-12-14Switch to Symbol for item.nameJoshua Nelson-1/+1
2020-12-12Auto merge of #79957 - jyn514:smaller-span, r=GuillaumeGomezbors-1/+1
2020-12-12Small cleanupsJoshua Nelson-1/+1
2020-12-11Auto merge of #79349 - Nemo157:issue-79201, r=jyn514bors-5/+5
2020-11-29Add support for stable-const-since in docs on items (standalone or assoc)Rune Tynan-0/+1
2020-11-26Use `from_def_id_and_parts` for primitives and keywordsJoshua Nelson-1/+1
2020-11-23Apply `doc(cfg)` from parent items while collecting trait implsWim Looman-5/+5
2020-11-17Add `from_def_id_and_kind` reducing duplication in rustdocJoshua Nelson-20/+8
2020-11-17Remove duplicate `Trait::auto` fieldJoshua Nelson-2/+0
2020-11-14Rename ItemEnum -> ItemKind, inner -> kindJoshua Nelson-5/+5
2020-10-25Make some functions private that don't have to be publicJoshua Nelson-10/+10
2020-10-11Remove unnecessary Clean implJoshua Nelson-2/+2
2020-10-09Simplify included import items handlingGuillaume Gomez-2/+2
2020-10-09Correctly handle "pub use" reexportsGuillaume Gomez-0/+1
2020-10-08Preserve the parent module of `DocFragment`sJoshua Nelson-21/+40
2020-10-06Add some docs to rustdoc::clean::inline and def_id functionsLzu Tao-0/+3
2020-09-21Rollup merge of #76783 - lzutao:rd_impl_kind, r=GuillaumeGomezecstatic-morse-19/+22
2020-09-18Calculate more correct capacity in merge_attrsLzu Tao-6/+8
2020-09-16Only get ImplKind::Impl onceLzu Tao-19/+22
2020-09-13Ignore rustc_private items from std docsLzu Tao-9/+10
2020-08-29rustdoc: Fix intra-doc links for cross-crate re-exports of traitsJoshua Nelson-1/+3
2020-08-17rust_ast::ast => rustc_astUjjwal Sharma-1/+1
2020-08-13merge `as_local_hir_id` with `local_def_id_to_hir_id`Bastian Kauschke-4/+4
2020-07-19Only skip impls of foreign unstable traitsMark Rousskov-3/+5
2020-07-16Rollup merge of #74370 - Manishearth:re-spotlight, r=GuillaumeGomezManish Goregaokar-1/+3
2020-07-16Revert "Remove "important traits" feature"Manish Goregaokar-1/+3
2020-06-26Don't pollute docs/suggestions with libstd depsAlex Crichton-0/+10
2020-06-25Support configurable deny-warnings for all in-tree crates.Eric Huss-1/+1
2020-05-30rustdoc: remove calls to `local_def_id_from_node_id`marmeladema-6/+2
2020-05-08Remove ast::{Ident, Name} reexports.Camille GILLOT-2/+3
2020-04-24Remove `Option` from the return type of `def_kind`.Eduard-Mihai Burtescu-1/+1
2020-04-23Address comments from reviewmarmeladema-5/+6
2020-04-23Modify `as_local_hir_id` to return a bare `HirId`marmeladema-12/+11
2020-04-23Modify `as_local_hir_id` to accept a `LocalDefId` instead of a `DefId`marmeladema-15/+16
2020-04-16don't clone types that are copy (clippy::clone_on_copy)Matthias Krüger-2/+2
2020-04-10librustc_middle: return LocalDefId instead of DefId in local_def_id_from_node_idmarmeladema-1/+5
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-2/+2
2020-03-24rustc: remove rustc_hir_pretty dependency.Mazdak Farrokhzad-2/+2
2020-03-14Rollup merge of #69802 - matthiaskrgr:cl1ppy, r=Dylan-DPCYuki Okushi-6/+2
2020-03-11rustdoc: remove unused importMatthias Krüger-1/+0
2020-03-10Rollup merge of #69514 - GuillaumeGomez:remove-spotlight, r=kinnisonMazdak Farrokhzad-2/+0
2020-03-07rustdoc: simplify boolean condition (clippy::nonminimal_bool)Matthias Krüger-1/+1
2020-03-07Use ?-operator in more places (clippy::question_mark, had some false negative...Matthias Krüger-5/+1
2020-02-29Rename `syntax` to `rustc_ast` in source codeVadim Petrochenkov-1/+1
2020-02-27Remove "important traits" featureGuillaume Gomez-2/+0