about summary refs log tree commit diff
path: root/src/librustdoc/passes
AgeCommit message (Expand)AuthorLines
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
2021-08-29Use the correct type for Enum variant tuplesGuillaume Gomez-2/+2
2021-08-29Fix: don't document private macros by defaultinquisitivecrystal-2/+3
2021-08-26Fix the bugs and add a regression testJoshua Nelson-17/+29
2021-08-22Revert "Revert "Don't load all extern crates unconditionally""Joshua Nelson-1/+67
2021-08-18remove box_syntax uses from cranelift and toolsMarcel Hellwig-1/+1
2021-08-12Use smaller spans for some structured suggestionsEsteban Kuber-2/+2
2021-08-04Auto merge of #87568 - petrochenkov:localevel, r=cjgillotbors-5/+2
2021-08-03don't use .into() to convert types to identical types (clippy::useless_conver...Matthias Krüger-7/+7
2021-07-31rustc: Replace `HirId`s with `LocalDefId`s in `AccessLevels` tablesVadim Petrochenkov-5/+2
2021-07-29Change span for intra-doc links errorsGuillaume Gomez-24/+73
2021-07-12suggest removing disambiguator if linking to fieldDeadbeef-0/+6
2021-07-08Rework SESSION_GLOBALS API to prevent overwriting itGuillaume Gomez-2/+2
2021-07-05Revert "rustdoc: Store DefId's in ItemId on heap for decreasing Item's size"Justus K-36/+38
2021-07-05rustdoc: Store DefId's in ItemId on heap for decreasing Item's sizeJustus K-38/+36
2021-07-05rustdoc: Rename `expect_real` to `expect_def_id`, remove `Item::is_fake`Justus K-52/+57
2021-07-05rustdoc: Replace `FakeDefId` with new `ItemId` typeJustus K-11/+11
2021-07-02Rollup merge of #85749 - GuillaumeGomez:revert-smart-extern-crate-load, r=jyn514Guillaume Gomez-67/+1
2021-07-01Revert "Don't load all extern crates unconditionally"Guillaume Gomez-67/+1
2021-07-01Rename all_crate_nums query to crates and remove useless wrapperbjorn3-2/+2
2021-06-23Rollup merge of #86523 - LeSeulArtichaut:macros-disambiguators, r=jyn514Dylan DPC-27/+12
2021-06-22Accept `!{}` and `![]` as macro disambiguatorsLeSeulArtichaut-3/+5
2021-06-22Rollup merge of #86334 - LeSeulArtichaut:86120-links-type-aliases, r=jyn514Yuki Okushi-5/+46
2021-06-21Fix handling of disambiguator suffixes for intra-doc linksLeSeulArtichaut-27/+10
2021-06-21Resolve type aliases to the type they point to in intra-doc linksLeSeulArtichaut-5/+46
2021-06-15Auto merge of #86311 - LeSeulArtichaut:cleanup-array-iter, r=jackh726bors-4/+4
2021-06-14Use the now available implementation of `IntoIterator` for arraysLeSeulArtichaut-4/+4