about summary refs log tree commit diff
path: root/src/librustdoc/clean/auto_trait.rs
AgeCommit message (Expand)AuthorLines
2021-10-03Rename `strip_path` to `strip_path_generics`Noah Lev-1/+1
2021-10-02Replace all uses of `path.res.def_id()` with `path.def_id()`Noah Lev-1/+1
2021-10-02Turn some comments into docsNoah Lev-57/+57
2021-09-30Remove unnecessary `Box` in `Type::QPath`Noah Lev-3/+3
2021-09-30Avoid unnecessary matches by changing `Clean` implNoah Lev-1/+1
2021-09-30Use `Path` instead of `Type` in `PolyTrait`Noah Lev-122/+86
2021-09-30Make `Impl.trait_` a `Path`, not a `Type`Noah Lev-1/+1
2021-09-25Rollup merge of #88895 - camelid:cleanup-pt2, r=jyn514Manish Goregaokar-12/+3
2021-09-21Revert the rustdoc box syntax removalest31-2/+2
2021-09-12Remove `Type::ResolvedPath.is_generic`Noah Lev-12/+3
2021-09-05Auto merge of #88604 - camelid:rustdoc-lifetime-bounds, r=GuillaumeGomezbors-4/+5
2021-09-02rustdoc: Clean up handling of lifetime boundsNoah Lev-4/+5
2021-08-31Remove unhelpful `expect()` messageNoah Lev-4/+2
2021-08-31Box `GenericArgs::Parenthesized.output`Noah Lev-2/+4
2021-08-18remove box_syntax uses from cranelift and toolsMarcel Hellwig-2/+2
2021-08-13move Constness into TraitPredicateDeadbeef-2/+2
2021-07-05Revert "rustdoc: Store DefId's in ItemId on heap for decreasing Item's size"Justus K-1/+1
2021-07-05rustdoc: Store DefId's in ItemId on heap for decreasing Item's sizeJustus K-1/+1
2021-07-05rustdoc: Replace `FakeDefId` with new `ItemId` typeJustus K-1/+1
2021-06-19rustdoc: Introduce new `DynTrait` type for better representation of trait obj...Justus K-9/+1
2021-06-18rustdoc: Render `for<'_>` lifetimes in front of where boundJustus K-2/+6
2021-06-03rustdoc- Show defaults on const generics Ellen-1/+4
2021-05-19rustdoc: render `<Self as X>::Y` type casts properlyJustus K-1/+1
2021-05-04Add type to differentiate between fake and real DefId'sJustus K-1/+1
2021-04-30Remove unnecessary `provided_trait_methods` field from ImplJoshua Nelson-1/+0
2021-04-27cfg taken out of Attributes, put in ItemTimothée Delabrouille-0/+1
2021-04-24Get rid of `item.span`Joshua Nelson-1/+1
2021-03-21Rename `clean::Item.source` to `span`Camelid-1/+1
2021-03-01Get TyCtxt from self instead of passing as argument in AutoTraitFinderNoam Koren-15/+12
2021-02-28Remove unnecessary `self_ty` parameter to `get_blanket_impls`Joshua Nelson-30/+23
2021-02-22Remove many RefCells from DocContextCamelid-1/+1
2021-02-19Show negative implementation of Sized traitGuillaume Gomez-90/+114
2021-02-16Make `Clean` take &mut DocContextJoshua Nelson-49/+36
2021-01-16Review changesJack Huey-5/+5
2021-01-09Replace under-used ImplPolarity enum with a booleanGuillaume Gomez-4/+4
2021-01-02reduce borrowing and (de)referencing around match patterns (clippy::match_ref...Matthias Krüger-2/+2
2021-01-01clippy fixes for librustdocMatthias Krüger-5/+5
2020-12-29don't clone copy typesMatthias Krüger-2/+2
2020-12-23Box ItemKind to reduce the size of `Item`Joshua Nelson-1/+1
2020-12-18Calculate stability, const_stability, and deprecation on-demandJoshua Nelson-3/+0
2020-12-17Continue String to Symbol conversion in rustdocGuillaume Gomez-7/+7
2020-12-16Replace String with Symbol where possibleGuillaume Gomez-6/+5
2020-12-12Small cleanupsJoshua Nelson-1/+1
2020-11-29Add support for stable-const-since in docs on items (standalone or assoc)Rune Tynan-0/+1
2020-11-15Make all rustdoc functions and structs crate-privateJoshua Nelson-5/+5
2020-11-14Rename ItemEnum -> ItemKind, inner -> kindJoshua Nelson-1/+1
2020-10-16Review commentsJack Huey-1/+1
2020-10-16map_bound_ref -> rebindJack Huey-8/+6
2020-10-16Use map_bound(_ref) instead of Binder::bind when possibleJack Huey-7/+10
2020-08-24hir: consistent use and naming of lang itemsDavid Wood-5/+5