summary refs log tree commit diff
path: root/src/librustdoc/passes
AgeCommit message (Expand)AuthorLines
2022-01-20rustdoc: fix intra-link for generic trait implsMahdi Dibaiee-1/+12
2022-01-06Rollup merge of #92443 - mdibaiee:90703/resolve-traits-of-primitive-types, r=...Matthias Krüger-21/+71
2022-01-06Rollup merge of #92349 - avitex:fix-rustdoc-private-doc-tests, r=GuillaumeGomezMatthias Krüger-1/+1
2022-01-05Remove unsupported types in primitive_to_ty conversion, add FIXME noteMahdi Dibaiee-8/+3
2022-01-05Rustdoc: resolve associated traits for primitive typesMahdi Dibaiee-21/+76
2021-12-30Auto merge of #92377 - compiler-errors:rustdoc-lifetimes, r=camelid,jyn514bors-2/+2
2021-12-29Auto merge of #92244 - petrochenkov:alltraits, r=cjgillotbors-1/+1
2021-12-28remove in_band_lifetimes from librustdocMichael Goulet-2/+2
2021-12-28Explain why struct fields are handled by assoc. item codeNoah Lev-0/+12
2021-12-28Only special case struct fields for intra-doc links, not enum variantsJoshua Nelson-16/+13
2021-12-28rustc_metadata: Encode list of all crate's traits into metadataVadim Petrochenkov-1/+1
2021-12-28Fix rustdoc::private_doc_tests lint for public re-exported itemsavitex-1/+1
2021-12-27intra-doc: Use an enum to represent URL fragmentsNoah Lev-75/+109
2021-12-27Remove needless `return`Noah Lev-1/+1
2021-12-23Rustdoc: use `is_doc_hidden` method on more placesJakub Beránek-8/+2
2021-12-21Auto merge of #92095 - vacuus:master, r=jyn514bors-1/+0
2021-12-20Auto merge of #91900 - pitaj:fix-91714, r=jyn514bors-20/+2
2021-12-19Remove 'need_backline' field of `DocFragment`Roc Yu-1/+0
2021-12-19Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obkbors-2/+2
2021-12-18Write code directly instead of using FromIteratorNoah Lev-1/+4
2021-12-16Rollup merge of #91987 - jsha:docdocgoose, r=jyn514Matthias Krüger-0/+30
2021-12-15Add module documentation for rustdoc passesJacob Hoffman-Andrews-0/+30
2021-12-15rustdoc: remove `--passes` and `--no-defaults`Peter Jaszkowiak-20/+2
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