about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2021-10-01rustdoc: use slice::contains instead of open-coding itMichael Howell-2/+2
2021-10-01Auto merge of #89449 - Manishearth:rollup-3alb61f, r=Manishearthbors-2/+3
2021-10-01Rollup merge of #89422 - GuillaumeGomez:doctest-whitespace-name, r=CraftSpiderManish Goregaokar-0/+1
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-9/+6
2021-10-01Replace whitespaces in doctests' name with dashesGuillaume Gomez-0/+1
2021-10-01Auto merge of #89395 - In-line:remove_visible_path_from_allowed_deprecated_li...bors-6/+3
2021-09-30Avoid intermediate `collect()`Noah Lev-1/+1
2021-09-30Remove temporary `GetDefId` impl for `Path`Noah Lev-93/+63
2021-09-30Remove unused `Clean` implNoah Lev-7/+0
2021-09-30Remove unnecessary `Box` in `Type::QPath`Noah Lev-13/+12
2021-09-30Avoid unnecessary matches by changing `Clean` implNoah Lev-16/+7
2021-09-30Use `Path` instead of `Type` in `PolyTrait`Noah Lev-306/+208
2021-09-30Make `Impl.trait_` a `Path`, not a `Type`Noah Lev-25/+73
2021-09-30Remove `Path.global`Noah Lev-12/+3
2021-09-30Remove visible path calculation from allowed deprecation lintAlik Aslanyan-6/+3
2021-09-29Rollup merge of #89366 - GuillaumeGomez:remove-lazy-static, r=jyn514Eric Huss-5/+3
2021-09-29Rollup merge of #89297 - GuillaumeGomez:remove-never-from-type-enum, r=camelidEric Huss-8/+6
2021-09-29Rollup merge of #89098 - GuillaumeGomez:where-bounds-order, r=camelidEric Huss-4/+6
2021-09-29Rollup merge of #87428 - GuillaumeGomez:union-highlighting, r=notriddleEric Huss-5/+91
2021-09-29Avoid more invocations of hir_crate query.Camille GILLOT-9/+6
2021-09-29Remove Never variant from clean::Type enumGuillaume Gomez-8/+6
2021-09-29Remove lazy_static dependencyGuillaume Gomez-5/+3
2021-09-29Don't ignore impls for primitive typesHirochika Matsumoto-3/+23
2021-09-28Rollup merge of #89276 - Urgau:fix-union-impls, r=GuillaumeGomezGuillaume Gomez-0/+2
2021-09-28Auto merge of #89277 - jyn514:codeblock-edition, r=GuillaumeGomezbors-19/+22
2021-09-27Auto merge of #89203 - GuillaumeGomez:cleanup-rustdoc-types, r=camelidbors-42/+40
2021-09-26Use the correct edition when syntax highlighting doctestsJoshua Nelson-2/+12
2021-09-26Preserve the whole LangSyntax when parsing doctestsJoshua Nelson-17/+10
2021-09-26Fix populate of union.implsLoïc BRANSTETT-0/+2
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-79/+56
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-25Auto merge of #89230 - workingjubilee:rollup-1swktdq, r=workingjubileebors-2/+6
2021-09-24Rollup merge of #89001 - jackh726:binder-cleanup, r=nikomatsakisJubilee-2/+6
2021-09-24resolve: Refactor obtaining `Module` from its `DefId`Vadim Petrochenkov-1/+1
2021-09-23Clean up clean/types.rs file by making the implementations follow the type de...Guillaume Gomez-42/+40
2021-09-22Rollup merge of #89164 - camelid:show-type-layout-docs, r=jyn514the8472-1/+1
2021-09-22Auto merge of #89134 - est31:revert_rustdoc_box_syntax, r=GuillaumeGomezbors-54/+47
2021-09-21rustdoc: Emphasize "completely unstable"Noah Lev-1/+1
2021-09-21rustdoc: Note that type layout may differ between compilationsNoah Lev-1/+1
2021-09-20Remove Drop-caused migration-added capturesMark Rousskov-1/+0
2021-09-20Migrate to 2021Mark Rousskov-1/+1
2021-09-21Revert the rustdoc box syntax removalest31-54/+47
2021-09-20Enable 2021 compatibility lints for all in-tree codeMark Rousskov-0/+1
2021-09-20Auto merge of #88321 - glaubitz:m68k-linux, r=wesleywiserbors-0/+1
2021-09-19Fix generics where bounds orderGuillaume Gomez-4/+6
2021-09-19Auto merge of #88703 - cjgillot:lazymod, r=petrochenkovbors-6/+2