summary refs log tree commit diff
path: root/src/librustdoc/clean/mod.rs
AgeCommit message (Expand)AuthorLines
2021-10-09Auto merge of #88379 - camelid:cleanup-clean, r=jyn514bors-42/+26
2021-10-05Allow adding a set of cfg's to hide from being implicitly doc(cfg)'dWim Looman-1/+1
2021-10-05Make cfg implicitly imply doc(cfg)Wim Looman-1/+1
2021-10-03Fix a place that used the old `Path` representationNoah Lev-2/+1
2021-10-02Replace all uses of `path.res.def_id()` with `path.def_id()`Noah Lev-1/+1
2021-10-01Rollup merge of #88963 - fee1-dead:const-iterator, r=oli-obkManish Goregaokar-2/+2
2021-09-30Remove temporary `GetDefId` impl for `Path`Noah Lev-1/+1
2021-09-30Remove unused `Clean` implNoah Lev-7/+0
2021-09-30Remove unnecessary `Box` in `Type::QPath`Noah Lev-7/+7
2021-09-30Avoid unnecessary matches by changing `Clean` implNoah Lev-10/+4
2021-09-30Use `Path` instead of `Type` in `PolyTrait`Noah Lev-17/+14
2021-09-30Make `Impl.trait_` a `Path`, not a `Type`Noah Lev-1/+7
2021-09-30Remove `Path.global`Noah Lev-6/+1
2021-09-29Remove Never variant from clean::Type enumGuillaume Gomez-2/+2
2021-09-25Rollup merge of #88895 - camelid:cleanup-pt2, r=jyn514Manish Goregaokar-8/+5
2021-09-24Rollup merge of #89001 - jackh726:binder-cleanup, r=nikomatsakisJubilee-1/+1
2021-09-21Revert the rustdoc box syntax removalest31-23/+21
2021-09-15Fix rustdocjackh726-1/+1
2021-09-15Move is_const_fn to under TyCtxtDeadbeef-2/+2
2021-09-12Remove `Type::ResolvedPath.is_generic`Noah Lev-8/+5
2021-09-12Rollup merge of #88810 - camelid:cleanup-pt1, r=jyn514Manish Goregaokar-26/+10
2021-09-12downgrade some loggingJoshua Nelson-1/+1
2021-09-11Remove unnecessary `is_trait` argumentNoah Lev-6/+5
2021-09-11Fix redundant arguments in `external_path()`Noah Lev-12/+6
2021-09-11Remove unused `hir_id` parameter from `resolve_type`Noah Lev-5/+5
2021-09-11Create a valid `Res` in `external_path()`Noah Lev-14/+5
2021-09-09Ignore automatically derived impls of `Clone` and `Debug` in dead code analysisFabian Wolff-1/+0
2021-09-08Auto merge of #80522 - cjgillot:borrowcrate, r=oli-obkbors-1/+1
2021-09-07A bit of cleanup to astconvjackh726-8/+1
2021-09-07Rename rustc_mir to rustc_const_eval.Camille GILLOT-1/+1
2021-09-05Auto merge of #88604 - camelid:rustdoc-lifetime-bounds, r=GuillaumeGomezbors-49/+42
2021-09-04Auto merge of #88574 - camelid:box-genericarg-const, r=GuillaumeGomezbors-1/+1
2021-09-03rustdoc: Box `GenericArg::Const` to reduce enum sizeNoah Lev-1/+1
2021-09-02rustdoc: Higher-ranked lifetimes can't have boundsNoah Lev-29/+25
2021-09-02rustdoc: Clean up handling of lifetime boundsNoah Lev-20/+17
2021-09-02Rollup merge of #88573 - camelid:rustdoc-assoc-panic, r=GuillaumeGomezMara Bos-4/+6
2021-09-02Auto merge of #88522 - camelid:box-paren-output, r=jyn514bors-4/+3
2021-09-01rustdoc: Don't panic on ambiguous inherent associated typesNoah Lev-4/+6
2021-08-31Box `GenericArgs::Parenthesized.output`Noah Lev-4/+3
2021-08-31Rollup merge of #88391 - GuillaumeGomez:fix-json-enum-variant, r=camelid,notr...Mara Bos-8/+18
2021-08-29Use the correct type for Enum variant tuplesGuillaume Gomez-8/+18
2021-08-28Teach tools that macros are now HIR itemsinquisitivecrystal-19/+4
2021-08-19introduce a Coerce predicateNiko Matsakis-0/+1
2021-08-18remove box_syntax uses from cranelift and toolsMarcel Hellwig-21/+23
2021-08-13move Constness into TraitPredicateDeadbeef-5/+3
2021-08-05* Rename Span::from_rustc_span to Span::newGuillaume Gomez-1/+2
2021-08-03don't use .into() to convert types to identical types (clippy::useless_conver...Matthias Krüger-5/+4
2021-07-30Do not discard `?Sized` type params and suggest their removalEsteban Küber-1/+8
2021-07-29Rollup merge of #87451 - GuillaumeGomez:tuple-struct-field-doc, r=jyn514Yuki Okushi-3/+7
2021-07-27Add explanations for why we use Variant::Struct instead of Variant::Tuple for...Guillaume Gomez-0/+6