summary refs log tree commit diff
path: root/src/librustdoc/clean/inline.rs
AgeCommit message (Expand)AuthorLines
2021-03-01Remove the dummy cache in `DocContext`Joshua Nelson-6/+7
2021-02-25Auto merge of #82265 - GuillaumeGomez:cleanup-attrs-twice, r=jyn514bors-5/+6
2021-02-24Prevent to compute Item attributes twiceGuillaume Gomez-5/+6
2021-02-23Improve code readabilityGuillaume Gomez-7/+5
2021-02-23Put clean::Trait extra information into a new struct to make it more coherentGuillaume Gomez-3/+7
2021-02-23Remove is_spotlight field from `Trait`Guillaume Gomez-3/+3
2021-02-22Remove many RefCells from DocContextCamelid-11/+10
2021-02-16Make `Clean` take &mut DocContextJoshua Nelson-18/+22
2021-02-11clean up clean::Static structGuillaume Gomez-1/+1
2021-02-05Remove Function all_types and ret_types fieldsGuillaume Gomez-3/+0
2021-01-30rustdoc tweakingbors-15/+10
2021-01-20Remove StructType entirely and replace it with CtorKindRune Tynan-7/+3
2021-01-20Move StructType to clean, remove it from Unions, make JSON output whether som...Rune Tynan-6/+4
2021-01-14Auto merge of #80802 - jyn514:box-attributes, r=nnethercotebors-3/+3
2021-01-12Separate out a `hir::Impl` structJoshua Nelson-9/+11
2021-01-10Box Item::attributesJoshua Nelson-3/+3
2021-01-10Auto merge of #80867 - JohnTitor:rollup-tvqw555, r=JohnTitorbors-50/+41
2021-01-10Rollup merge of #80825 - GuillaumeGomez:rustdoc-cleanup-bis-repetita, r=jyn514Yuki Okushi-1/+1
2021-01-09Replace under-used ImplPolarity enum with a booleanGuillaume Gomez-1/+1
2021-01-07Remove useless `fill_in` functionJoshua Nelson-49/+40
2021-01-06Style nit: avoid confusing name shadowing in pattern matchDaniel Henry-Mantilla-2/+2
2021-01-06Style nit: replace `for_each` & `return` with `for` & `continue`Daniel Henry-Mantilla-1/+11
2021-01-03Don't clone `type_` unnecessarilyJoshua Nelson-2/+2
2021-01-03Simplify rustdoc handling of type aliases for associated typesJoshua Nelson-17/+3
2020-12-23Box ItemKind to reduce the size of `Item`Joshua Nelson-1/+1
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