about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2022-04-17Fix rustdoc duplicated blanket impls issueGuillaume Gomez-4/+39
2022-04-16Rollup merge of #96118 - GuillaumeGomez:cleanup-def-id-item-id, r=notriddleDylan DPC-120/+121
2022-04-16Rename `def_id` into `item_id` when the type is `ItemId` for readabilityGuillaume Gomez-120/+121
2022-04-16Rollup merge of #96059 - euclio:doc-cfg, r=manishearth,guillaumegomezDylan DPC-30/+19
2022-04-16Rollup merge of #96023 - matthiaskrgr:clippyper1304, r=lcnrDylan DPC-1/+1
2022-04-15Rollup merge of #95194 - kckeiks:update-algo-in-find-use-placement, r=pnkfelixDylan DPC-3/+6
2022-04-14clarify doc(cfg) wordingAndy Russell-30/+19
2022-04-13Auto merge of #95968 - davidtwco:translation-lazy-fallback, r=oli-obkbors-9/+9
2022-04-13couple of clippy::perf fixesMatthias Krüger-1/+1
2022-04-13Rollup merge of #93217 - willcrichton:example-analyzer, r=GuillaumeGomezDylan DPC-85/+284
2022-04-13errors: lazily load fallback fluent bundleDavid Wood-9/+9
2022-04-13Auto merge of #95990 - Dylan-DPC:rollup-r9bh9t7, r=Dylan-DPCbors-238/+370
2022-04-12Auto merge of #95905 - vacuus:markdown-render, r=GuillaumeGomezbors-2/+3
2022-04-12Rollup merge of #95316 - fmease:rustdoc-discr-req-prov-assoc-consts-tys, r=no...Dylan DPC-238/+370
2022-04-12Add Rustdoc book link to scrape examples help. Remove remaining panicWill Crichton-22/+51
2022-04-12Rollup merge of #95783 - notriddle:notriddle/doctest-signal, r=GuillaumeGomezMara Bos-7/+1
2022-04-12Remove a `format` invocationRoc Yu-2/+3
2022-04-12rustdoc: discr. required+provided assoc consts+tysLeón Orell Valerian Liehr-238/+370
2022-04-12Rollup merge of #95909 - vacuus:theme-build-rule, r=GuillaumeGomezMatthias Krüger-7/+9
2022-04-11Rollup merge of #95876 - fee1-dead:note-const-drop, r=oli-obkMatthias Krüger-11/+1
2022-04-11Add a note for unsatisfied `~const Drop` boundsDeadbeef-11/+1
2022-04-10rustdoc: Reduce allocations in a `theme` functionRoc Yu-7/+9
2022-04-09rustdoc: Reduce allocations in a `html::markdown` functionRoc Yu-7/+5
2022-04-09Rollup merge of #95769 - fmease:fix-issue-95717, r=GuillaumeGomezDylan DPC-4/+17
2022-04-07Hide cross-crate doc-hidden assoc items in trait implsLeón Orell Valerian Liehr-4/+17
2022-04-07rustdoc doctest: include signal number in exit statusMichael Howell-7/+1
2022-04-07Auto merge of #95706 - petrochenkov:doclink4, r=GuillaumeGomezbors-99/+129
2022-04-07Auto merge of #95678 - pietroalbini:pa-1.62.0-bootstrap, r=Mark-Simulacrumbors-11/+2
2022-04-07rustdoc: Early doc link resolution fixes and refactoringsVadim Petrochenkov-99/+129
2022-04-06Switch item-info div to span to generate valid HTMLGuillaume Gomez-3/+7
2022-04-06Rollup merge of #95684 - GuillaumeGomez:fix-item-info-overflow, r=notriddleDylan DPC-1/+1
2022-04-05rustdoc changes for ~const DropPietro Albini-10/+2
2022-04-05trivial cfg(bootstrap) changesPietro Albini-1/+0
2022-04-05Auto merge of #94527 - oli-obk:undef_scalars, r=nagisa,erikdesjardinbors-1/+1
2022-04-05Generate a <div> instead of a <span> for item-info elementsGuillaume Gomez-1/+1
2022-04-05Mark scalar layout unions so that backends that do not support partially init...Oli Scherer-1/+1
2022-04-05Rollup merge of #95645 - GuillaumeGomez:intra-doc-link-ice-traits-in-scope-pr...Dylan DPC-2/+11
2022-04-05Rollup merge of #95512 - davidtwco:diagnostic-translation, r=oli-obkDylan DPC-8/+45
2022-04-05session: opt for enabling directionality markersDavid Wood-4/+4
2022-04-05errors: implement sysroot/testing bundle loadingDavid Wood-3/+10
2022-04-05errors: implement fallback diagnostic translationDavid Wood-8/+38
2022-04-05errors: introduce `DiagnosticMessage`David Wood-1/+1
2022-04-05Auto merge of #95337 - petrochenkov:doclink3, r=camelidbors-40/+5
2022-04-04Fix ICE in rustdoc intra doc links when trying to get traits in scope for a p...Guillaume Gomez-2/+11
2022-04-03Rollup merge of #95613 - GuillaumeGomez:fix-rustdoc-attr-display, r=notriddleDylan DPC-1/+6
2022-04-03Fix display of attributes in rustdocGuillaume Gomez-1/+6
2022-04-02Auto merge of #95590 - GuillaumeGomez:multi-line-attr-handling-doctest, r=not...bors-8/+62
2022-04-02Fix doctest multi-line mod attributes handlingGuillaume Gomez-8/+62
2022-04-02Auto merge of #95568 - GuillaumeGomez:fix-invalid-dom-generation, r=notriddlebors-2/+2
2022-04-01Fix invalid DOM generationGuillaume Gomez-2/+2