summary refs log tree commit diff
path: root/src/librustdoc/clean/inline.rs
AgeCommit message (Expand)AuthorLines
2021-04-27Auto merge of #84494 - tdelabro:84304-bis, r=jyn514bors-19/+28
2021-04-27cfg taken out of Attributes, put in ItemTimothée Delabrouille-18/+28
2021-04-27Removed usage of Attributes in FnDecl and ExternalCrate. Relocate part of the...Timothée Delabrouille-2/+1
2021-04-25get rid of min_const_fn references in library/ and rustdocRalf Jung-2/+1
2021-04-24Get rid of `item.span`Joshua Nelson-3/+3
2021-04-24Do the hard part firstJoshua Nelson-1/+2
2021-04-25Rollup merge of #84464 - jyn514:type-kind, r=CraftSpiderYuki Okushi-16/+16
2021-04-23Take ItemType instead of TypeKind in record_extern_fqnJoshua Nelson-16/+16
2021-04-23rustdoc: Remove unnecessary `is_crate` field from doctree::Module and clean::...Joshua Nelson-1/+1
2021-04-02rustdoc: Rename internal uses of `spotlight`Camelid-1/+1
2021-04-02Auto merge of #80965 - camelid:rename-doc-spotlight, r=jyn514bors-1/+1
2021-03-24Split clean::Constant enum into a struct and an enumGuillaume Gomez-1/+4
2021-03-24Rename clean::Constant did fields to def_idGuillaume Gomez-2/+2
2021-03-24Improve new Constant variants' nameGuillaume Gomez-1/+1
2021-03-24Rework rustdoc const typeGuillaume Gomez-13/+6
2021-03-21Rename `clean::Item.source` to `span`Camelid-1/+1
2021-03-15Rename `#[doc(spotlight)]` to `#[doc(notable_trait)]`Camelid-1/+1
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