about summary refs log tree commit diff
path: root/src/librustdoc/passes
AgeCommit message (Expand)AuthorLines
2022-03-02Rollup merge of #94478 - GuillaumeGomez:macro-generated-intra-doc-link, r=not...Matthias Krüger-1/+1
2022-03-01Fix panic when intra-doc link comes from a generated doc commentGuillaume Gomez-1/+1
2022-02-27Only create a single expansion for each inline integration.Camille GILLOT-2/+4
2022-02-23Replace `&mut DiagnosticBuilder`, in signatures, with `&mut Diagnostic`.Eduard-Mihai Burtescu-4/+4
2022-02-23rustc_errors: add `downgrade_to_delayed_bug` to `Diagnostic` itself.Eduard-Mihai Burtescu-2/+9
2022-02-20Auto merge of #93605 - notriddle:notriddle/rustdoc-html-tags-resolve, r=Guill...bors-2/+26
2022-02-18rustdoc: Collect traits in scope for lang itemsVadim Petrochenkov-0/+4
2022-02-16Adopt let_else in even more placesest31-6/+2
2022-02-16rustdoc: resolve intra-doc links when checking HTMLMichael Howell-2/+26
2022-02-08Rollup merge of #93721 - jyn514:less-macro-special-casing, r=petrochenkovMatthias Krüger-19/+5
2022-02-08Rollup merge of #93569 - notriddle:notriddle/rustdoc-html-tags-generics, r=Cr...Matthias Krüger-9/+65
2022-02-06rustdoc: Special-case macro lookups lessJoshua Nelson-19/+5
2022-02-04rustdoc: Collect traits in scope for foreign inherent implsVadim Petrochenkov-0/+7
2022-02-01Use multipart suggestion for code wrappingMichael Howell-17/+10
2022-02-01Fix unicode slicing bugMichael Howell-3/+3
2022-02-01In retrospect, MachineApplicable is probably too confidentMichael Howell-1/+1
2022-02-01rustdoc: correct unclosed HTML tags as genericsMichael Howell-9/+72
2022-01-30Auto merge of #92711 - zredb:issue-90187-fix, r=notriddlebors-11/+15
2022-01-28rustdoc: load the set of in-scope traits for modules with no docstringMichael Howell-0/+11
2022-01-26Auto merge of #88679 - petrochenkov:doctrscope, r=GuillaumeGomezbors-25/+103
2022-01-25Auto merge of #93095 - Aaron1011:remove-assoc-ident, r=cjgillotbors-1/+1
2022-01-25rustdoc: Pre-calculate traits that are in scope for doc linksVadim Petrochenkov-25/+103
2022-01-21rustdoc: Make some `pub` items crate-privateNoah Lev-1/+1
2022-01-19Store a `Symbol` instead of an `Ident` in `AssocItem`Aaron Hill-1/+1
2022-01-18intra-doc: Use the impl's assoc item where possibleNoah Lev-35/+53
2022-01-17fix #90187zredb-2/+2
2022-01-17fix #90187zredb-8/+11
2022-01-17fix #90187zredb-3/+4
2022-01-17Rollup merge of #92799 - rust-lang:followup-from-92533, r=Aaron1011Matthias Krüger-7/+3
2022-01-16Rollup merge of #92792 - mdibaiee:92662/fix-intra-doc-generics, r=camelidMatthias Krüger-1/+12
2022-01-16Rollup merge of #92635 - camelid:yet-more-cleanup, r=ManishearthMatthias Krüger-157/+159
2022-01-15Fix broken linkNoah Lev-1/+1
2022-01-13librustdoc: Address some clippy lintspierwill-5/+4
2022-01-13rustdoc: fix intra-link for generic trait implsMahdi Dibaiee-1/+12
2022-01-11Remove some unnecessary uses of `FieldDef::ident`Noah Lev-7/+3
2022-01-11Store a `Symbol` instead of an `Ident` in `VariantDef`/`FieldDef`Aaron Hill-2/+2
2022-01-10Update some comments post the side channel removalNoah Lev-5/+2
2022-01-10Extract functions for two closuresNoah Lev-73/+107
2022-01-10Update comment and make code clearerNoah Lev-5/+4
2022-01-10Remove unnecessary conditional for suggesting disambiguatorNoah Lev-4/+1
2022-01-10Use Res instead of Disambiguator for `resolved` in `report_mismatch`Noah Lev-65/+50
2022-01-10Remove hack that is no longer necessaryNoah Lev-11/+1
2022-01-11Auto merge of #92601 - camelid:more-intra-doc-cleanup, r=Manishearthbors-140/+147
2022-01-07rustdoc: Introduce a resolver cache for sharing data between early doc link r...Vadim Petrochenkov-92/+129
2022-01-06Split out `ItemFragment` from `UrlFragment`Noah Lev-39/+49
2022-01-06Remove the side channelNoah Lev-44/+11
2022-01-06Remove the last use of the side channelNoah Lev-4/+13
2022-01-06Use fragment instead of side channel in another placeNoah Lev-1/+5
2022-01-06Use fragment instead of side channel for prim. assoc. itemsNoah Lev-1/+3
2022-01-06Extract function for reporting feature gate errorNoah Lev-16/+15