summary refs log tree commit diff
path: root/src/librustdoc/clean/auto_trait.rs
AgeCommit message (Expand)AuthorLines
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
2020-07-31fix rustdoc generic param orderBastian Kauschke-0/+5
2020-07-29Fix some typos in src/librustdoc/clean/auto_trait.rsJosh Triplett-4/+4
2020-07-27introduce PredicateAtomBastian Kauschke-5/+5
2020-07-27this might be unqualified, but at least it's now quantifiedBastian Kauschke-2/+2
2020-07-27rustdocBastian Kauschke-5/+5
2020-07-27`PredicateKint` -> `PredicateKind`, the beginning of the endBastian Kauschke-1/+1
2020-07-05Shrink ParamEnv to 16 bytesMark Rousskov-2/+2
2020-05-20introduce newtype'd `Predicate<'tcx>`Bastian Kauschke-2/+2
2020-05-20rename `Predicate` to `PredicateKind`, introduce aliasBastian Kauschke-3/+3
2020-04-16don't clone types that are copy (clippy::clone_on_copy)Matthias Krüger-1/+1
2020-04-06ty: remove unnecessary `Predicate::walk_tys` and `collect_regions`.Eduard-Mihai Burtescu-19/+22
2020-04-02direct imports for langitem stuffMazdak Farrokhzad-0/+1
2020-03-31more clippy fixesMatthias Krüger-5/+2
2020-03-30rustc -> rustc_middle part 3 (rustfmt)Mazdak Farrokhzad-1/+1
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-1/+1
2020-03-14Make downstream crates compile.Camille GILLOT-1/+1