about summary refs log tree commit diff
path: root/src/librustdoc/passes
AgeCommit message (Expand)AuthorLines
2022-04-05session: opt for enabling directionality markersDavid Wood-2/+2
2022-04-05errors: implement sysroot/testing bundle loadingDavid Wood-1/+2
2022-04-05errors: implement fallback diagnostic translationDavid Wood-2/+13
2022-04-05errors: introduce `DiagnosticMessage`David Wood-1/+1
2022-04-04Fix ICE in rustdoc intra doc links when trying to get traits in scope for a p...Guillaume Gomez-1/+4
2022-03-31rustdoc: Fix resolution of `crate`-relative paths in doc linksVadim Petrochenkov-40/+5
2022-03-30Auto merge of #95436 - cjgillot:static-mut, r=oli-obkbors-3/+4
2022-03-30fix rustdoc wrt builtin impls switchlcnr-2/+3
2022-03-30fix rustdoclcnr-2/+2
2022-03-29Remember mutability in `DefKind::Static`.Camille GILLOT-3/+4
2022-03-25resolve: Optimize path resolution for rustdocVadim Petrochenkov-33/+22
2022-03-16rustc_error: make ErrorReported impossible to constructmark-4/+8
2022-03-15Rollup merge of #94947 - Dylan-DPC:fix/typos, r=oli-obkMatthias Krüger-1/+1
2022-03-15Auto merge of #94584 - pnkfelix:inject-use-suggestion-sites, r=ekuberbors-1/+1
2022-03-15fix typosDylan DPC-1/+1
2022-03-14Auto merge of #94139 - est31:let_else_rustdoc, r=notriddlebors-33/+22
2022-03-11Improve `AdtDef` interning.Nicholas Nethercote-6/+6
2022-03-06Auto merge of #93805 - petrochenkov:doclinkself, r=camelid,GuillaumeGomezbors-91/+126
2022-03-04librustdoc: adopt let else in more placesest31-33/+22
2022-03-04Auto merge of #94009 - compiler-errors:gat-rustdoc, r=GuillaumeGomezbors-1/+1
2022-03-03Associate multiple with a crate too.Felix S. Klock II-1/+1
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-27make GATs print properly in traitsMichael Goulet-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-13rustdoc: Clean up `fn resolve_self_ty`Vadim Petrochenkov-30/+23
2022-02-13rustdoc: Stop textually replacing `Self` in doc links before resolving themVadim Petrochenkov-92/+117
2022-02-13rustdoc: Consider enum variants when resolving assoc items in doc linksVadim Petrochenkov-2/+19
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