about summary refs log tree commit diff
path: root/src/librustdoc/passes
AgeCommit message (Expand)AuthorLines
2021-12-15Remove `SymbolStr`.Nicholas Nethercote-2/+2
2021-12-14fix clippy::single_char_pattern perf findingsMatthias Krüger-1/+1
2021-11-19Use fast comparison against `kw::Empty`Noah Lev-1/+3
2021-11-18rustdoc: Avoid using `Iterator::count()` where possibleNoah Lev-1/+1
2021-11-18rustdoc: Remove unused `DocFragment.line` fieldNoah Lev-1/+0
2021-11-13Auto merge of #90385 - mfrw:mfrw/librustdoc, r=GuillaumeGomezbors-3/+4
2021-11-11Auto merge of #90489 - jyn514:load-all-extern-crates, r=petrochenkovbors-4/+27
2021-11-09Rollup merge of #89561 - nbdd0121:const_typeck, r=nikomatsakisMatthias Krüger-1/+2
2021-11-08Add more missing methods to `IntraLinkCrateLoader`Joshua Nelson-4/+27
2021-11-07rustdoc: Refactor `Impl.{synthetic,blanket_impl}` into enumNoah Lev-2/+2
2021-11-07Give inline const separate DefKindGary Guo-1/+2
2021-11-05rustdoc: use Type::def_id() instead of Type::def_id_no_primitives()Muhammad Falak R Wani-3/+4
2021-11-01List all cases explicitly in `Doc{Folder,Visitor}`Noah Lev-2/+5
2021-10-31Convert more impls of `DocFolder` to `DocVisitor`Noah Lev-27/+26
2021-10-31Convert many impls of `DocFolder` to `DocVisitor`Noah Lev-38/+39
2021-10-30Rollup merge of #90183 - GuillaumeGomez:recurse-deref, r=jyn514Guillaume Gomez-9/+43
2021-10-29Fix panic when documenting libproc-macroGuillaume Gomez-13/+10
2021-10-29Add tests for recursive derefGuillaume Gomez-4/+7
2021-10-29Recursively document DerefGuillaume Gomez-1/+35
2021-10-27Improve perf measurements of `build_extern_trait_impl`Noah Lev-3/+1
2021-10-27Rollup merge of #90154 - camelid:remove-getdefid, r=jyn514Matthias Krüger-5/+5
2021-10-25Fix clippy lints in librustdocGuillaume Gomez-21/+20
2021-10-22Rename `Type::def_id_full()` to `Type::def_id()`Noah Lev-1/+1
2021-10-22Rename `Type::def_id()` to `Type::def_id_no_primitives()`Noah Lev-3/+3
2021-10-22Use `def_id_full()` where easily possibleNoah Lev-1/+1
2021-10-22Replace `GetDefId` with inherent methodsNoah Lev-1/+1
2021-10-09Auto merge of #88379 - camelid:cleanup-clean, r=jyn514bors-3/+7
2021-10-04Rollup merge of #89474 - camelid:better-pass-name, r=jyn514Jubilee-14/+14
2021-10-02Replace all uses of `path.res.def_id()` with `path.def_id()`Noah Lev-1/+1
2021-10-02rustdoc: Improve doctest pass's name and module's nameNoah Lev-14/+14
2021-10-01rustdoc: use slice::contains instead of open-coding itMichael Howell-2/+2
2021-09-30Remove temporary `GetDefId` impl for `Path`Noah Lev-2/+4
2021-09-30Make `Impl.trait_` a `Path`, not a `Type`Noah Lev-1/+3
2021-09-28Auto merge of #89277 - jyn514:codeblock-edition, r=GuillaumeGomezbors-4/+14
2021-09-26Use the correct edition when syntax highlighting doctestsJoshua Nelson-2/+12
2021-09-26Preserve the whole LangSyntax when parsing doctestsJoshua Nelson-2/+2
2021-09-25Rollup merge of #88895 - camelid:cleanup-pt2, r=jyn514Manish Goregaokar-1/+1
2021-09-24resolve: Refactor obtaining `Module` from its `DefId`Vadim Petrochenkov-1/+1
2021-09-21Revert the rustdoc box syntax removalest31-1/+1
2021-09-17Don't lint about missing code examples in derived traitsHans-0/+1
2021-09-13Auto merge of #87915 - estebank:fancy-spans, r=oli-obkbors-2/+2
2021-09-13Auto merge of #88745 - hnj2:allow-trait-impl-missing-code, r=GuillaumeGomezbors-0/+20
2021-09-12Rename `is_generic()` to `is_assoc_ty()`Noah Lev-1/+1
2021-09-12Fix broken handling of primitive itemsJoshua Nelson-36/+23
2021-09-11don't clone types that are Copy (clippy::clone_on_copy)Matthias Krüger-1/+1
2021-09-10Rollup merge of #88720 - GuillaumeGomez:rustdoc-coverage-fields-count, r=Mani...Manish Goregaokar-3/+37
2021-09-10Don't require documentation for fields in an enum tuple variant or for tuple ...Guillaume Gomez-3/+37
2021-09-09Allow missing code examples in trait impls.Hans Niklas Jacob-0/+20
2021-09-03Use `summary_opts()` for Markdown summariesNoah Lev-4/+4
2021-08-31Rollup merge of #88391 - GuillaumeGomez:fix-json-enum-variant, r=camelid,notr...Mara Bos-2/+2