about summary refs log tree commit diff
path: root/src/librustdoc/clean
AgeCommit message (Expand)AuthorLines
2021-10-10Fix spelling: Cannonical -> CanonicalJohn Kugelman-1/+1
2021-10-09Auto merge of #88379 - camelid:cleanup-clean, r=jyn514bors-362/+279
2021-10-08Auto merge of #89576 - tom7980:issue-89275-fix, r=estebankbors-1/+2
2021-10-06Simplify AttributesExt::cfg function and remove error emissions since they ar...Guillaume Gomez-27/+10
2021-10-06Clean up code a bit:Guillaume Gomez-5/+10
2021-10-05Issue 89275 fix and testTom Farmer-1/+2
2021-10-05Allow adding a set of cfg's to hide from being implicitly doc(cfg)'dWim Looman-6/+9
2021-10-05Make cfg implicitly imply doc(cfg)Wim Looman-7/+51
2021-10-03Fix implementation of `clean::Path::whole_name()`Noah Lev-1/+5
2021-10-03Fix a place that used the old `Path` representationNoah Lev-2/+1
2021-10-03Rename `strip_path` to `strip_path_generics`Noah Lev-2/+3
2021-10-02Explain `ResolvedPath` vs `hir::Path`Noah Lev-1/+1
2021-10-02Replace all uses of `path.res.def_id()` with `path.def_id()`Noah Lev-9/+9
2021-10-02Remove outdated commentNoah Lev-2/+1
2021-10-02Update `clean::Type` docsNoah Lev-25/+29
2021-10-02Turn some comments into docsNoah Lev-57/+57
2021-10-01Auto merge of #89449 - Manishearth:rollup-3alb61f, r=Manishearthbors-2/+2
2021-10-01Rollup merge of #88963 - fee1-dead:const-iterator, r=oli-obkManish Goregaokar-2/+2
2021-10-01Auto merge of #88880 - cjgillot:no-krate, r=oli-obkbors-6/+3
2021-09-30Avoid intermediate `collect()`Noah Lev-1/+1
2021-09-30Remove temporary `GetDefId` impl for `Path`Noah Lev-16/+10
2021-09-30Remove unused `Clean` implNoah Lev-7/+0
2021-09-30Remove unnecessary `Box` in `Type::QPath`Noah Lev-12/+11
2021-09-30Avoid unnecessary matches by changing `Clean` implNoah Lev-16/+7
2021-09-30Use `Path` instead of `Type` in `PolyTrait`Noah Lev-235/+145
2021-09-30Make `Impl.trait_` a `Path`, not a `Type`Noah Lev-20/+52
2021-09-30Remove `Path.global`Noah Lev-12/+3
2021-09-29Rollup merge of #89297 - GuillaumeGomez:remove-never-from-type-enum, r=camelidEric Huss-5/+2
2021-09-29Rollup merge of #89098 - GuillaumeGomez:where-bounds-order, r=camelidEric Huss-4/+6
2021-09-29Avoid more invocations of hir_crate query.Camille GILLOT-6/+3
2021-09-29Remove Never variant from clean::Type enumGuillaume Gomez-5/+2
2021-09-27Auto merge of #89203 - GuillaumeGomez:cleanup-rustdoc-types, r=camelidbors-42/+40
2021-09-25Rollup merge of #89198 - hkmatsumoto:hide-hidden-methods, r=jyn514Manish Goregaokar-1/+33
2021-09-25Rollup merge of #88895 - camelid:cleanup-pt2, r=jyn514Manish Goregaokar-44/+32
2021-09-25rustdoc: Document `is_assoc_ty()`Noah Lev-0/+2
2021-09-26Elaborate commentHirochika Matsumoto-1/+1
2021-09-25rustdoc: Don't show hidden trait methodsHirochika Matsumoto-1/+33
2021-09-24Rollup merge of #89001 - jackh726:binder-cleanup, r=nikomatsakisJubilee-2/+6
2021-09-23Clean up clean/types.rs file by making the implementations follow the type de...Guillaume Gomez-42/+40
2021-09-22Auto merge of #89134 - est31:revert_rustdoc_box_syntax, r=GuillaumeGomezbors-42/+34
2021-09-21Revert the rustdoc box syntax removalest31-42/+34
2021-09-19Fix generics where bounds orderGuillaume Gomez-4/+6
2021-09-17rustdoc: Add human-readable cfg string for m68kJohn Paul Adrian Glaubitz-0/+1
2021-09-15Fix rustdocjackh726-2/+6
2021-09-15Move is_const_fn to under TyCtxtDeadbeef-2/+2
2021-09-12Rename `is_generic()` to `is_assoc_ty()`Noah Lev-3/+3
2021-09-12Remove `Type::ResolvedPath.is_generic`Noah Lev-43/+29
2021-09-12Rollup merge of #88810 - camelid:cleanup-pt1, r=jyn514Manish Goregaokar-58/+34
2021-09-12Rollup merge of #88677 - petrochenkov:exportid, r=davidtwcoManish Goregaokar-10/+10
2021-09-12Fix linkcheck issuesJoshua Nelson-1/+1