about summary refs log tree commit diff
path: root/src/librustdoc/passes
AgeCommit message (Expand)AuthorLines
2022-04-16Rollup merge of #96023 - matthiaskrgr:clippyper1304, r=lcnrDylan DPC-1/+1
2022-04-13Auto merge of #95968 - davidtwco:translation-lazy-fallback, r=oli-obkbors-6/+6
2022-04-13couple of clippy::perf fixesMatthias Krüger-1/+1
2022-04-13errors: lazily load fallback fluent bundleDavid Wood-6/+6
2022-04-12rustdoc: discr. required+provided assoc consts+tysLeón Orell Valerian Liehr-8/+6
2022-04-07rustdoc: Early doc link resolution fixes and refactoringsVadim Petrochenkov-98/+125
2022-04-05Rollup merge of #95645 - GuillaumeGomez:intra-doc-link-ice-traits-in-scope-pr...Dylan DPC-1/+4
2022-04-05Rollup merge of #95512 - davidtwco:diagnostic-translation, r=oli-obkDylan DPC-2/+14
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