summary refs log tree commit diff
path: root/src/librustdoc/clean/auto_trait.rs
AgeCommit message (Expand)AuthorLines
2021-12-12don't alloc Path and mutate it inplaceklensy-1/+1
2021-12-03Remove a Clean impl for a tuple (3)Noah Lev-7/+12
2021-12-02Reduce boilerplate around infallible foldersAlan Egerton-4/+4
2021-11-26Unwrap the results of type foldersLeSeulArtichaut-1/+1
2021-11-26Adapt `TypeFolder` implementors to return a `Result`LeSeulArtichaut-3/+3
2021-11-07rustdoc: Use `ty::ImplPolarity` instead of custom enumNoah Lev-2/+2
2021-11-07Use an enum to record polarity in `clean::Impl`Noah Lev-4/+4
2021-11-07rustdoc: Refactor `Impl.{synthetic,blanket_impl}` into enumNoah Lev-2/+1
2021-11-06rustdoc: Remove redundant `Impl.span` fieldNoah Lev-1/+0
2021-10-25Fix clippy lints in librustdocGuillaume Gomez-12/+12
2021-10-17Some "parenthesis" and "parentheses" fixesr00ster91-1/+1
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