about summary refs log tree commit diff
path: root/src/librustdoc/passes
AgeCommit message (Expand)AuthorLines
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
2021-06-10manually crafted revert of PR #80653, to address issue #82465.Felix S. Klock II-62/+35
2021-06-05Auto merge of #85990 - jyn514:channel-replace-rustdoc, r=Manishearthbors-2/+5
2021-06-05Rollup merge of #84466 - jyn514:prim-str, r=GuillaumeGomezYuki Okushi-6/+6
2021-06-04rustdoc: link consistently to stable/beta in diagnostic messagesJoshua Nelson-2/+5
2021-05-20Remove `PrimitiveType::as_str`Joshua Nelson-6/+6
2021-05-17Fix rebase conflictsJoshua Nelson-1/+1
2021-05-17Address review commentsJoshua Nelson-1/+1
2021-05-17Rename INVALID_RUST_CODEBLOCK{,S}Joshua Nelson-1/+1
2021-05-17Add back missing help for ignore blocksJoshua Nelson-28/+26
2021-05-17New rustdoc lint to respect -Dwarnings correctlyAlexis Bourget-33/+59
2021-05-17Auto merge of #85178 - cjgillot:local-crate, r=oli-obkbors-6/+4
2021-05-15Rollup merge of #85067 - Stupremee:minimize-amount-of-fake-defids, r=jyn514,G...Guillaume Gomez-46/+25
2021-05-15Rollup merge of #84461 - jyn514:remove-strip-item, r=GuillaumeGomezGuillaume Gomez-5/+5
2021-05-15Minimize amount of fake `DefId`s used in rustdocJustus K-46/+25
2021-05-12Use () for all_traits.Camille GILLOT-2/+2
2021-05-12Use () for privacy.Camille GILLOT-4/+2
2021-05-12Auto merge of #83813 - cbeuw:remap-std, r=michaelwoeristerbors-3/+3
2021-05-08Remove `FakeDefId::expect_local()`Camelid-3/+15
2021-05-07rustdoc: Link to the docs on namespaces when an unknown disambiguator is foundJoshua Nelson-1/+4
2021-05-05Use local and remapped paths where appropriateAndy Wang-2/+2
2021-05-05Remove impl Display for FileName and add FileNameDisplay wrapper typeAndy Wang-1/+1
2021-05-05Revert PR 83866Pietro Albini-8/+1
2021-05-04rustdoc: Remove unnecessary `StripItem` wrapperJoshua Nelson-5/+5
2021-05-04Add type to differentiate between fake and real DefId'sJustus K-65/+94