about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2024-04-15Stabilize checking of cfgs at compile-time: --check-cfg optionUrgau-6/+3
2024-04-13rustdoc: check redundant explicit links with correct itemidMichael Howell-11/+8
2024-04-11Auto merge of #123823 - matthiaskrgr:rollup-8zdtggx, r=matthiaskrgrbors-2/+1
2024-04-11Rollup merge of #123459 - GuillaumeGomez:fix-123435, r=notriddleMatthias Krüger-23/+37
2024-04-11Replace `document.write` with `document.head.insertAdjacentHTML`Guillaume Gomez-2/+1
2024-04-10Properly handle emojis as literal prefix in macrosEsteban Küber-3/+4
2024-04-09rustdoc: remove unused 16x16 faviconMichael Howell-3/+0
2024-04-09rustdoc: load icons from css instead of inlineMichael Howell-23/+26
2024-04-09rustdoc: reduce size of `<head>` with preload loopMichael Howell-9/+6
2024-04-09rustdoc: clean up type alias codeMichael Howell-16/+12
2024-04-09Rollup merge of #123638 - fmease:rustdoc-synth-auto-yeet-item-param-env-claus...Guillaume Gomez-1/+1
2024-04-09Rollup merge of #123647 - fmease:rustdoc-clean-up-blanket-impls-synth, r=camelidMatthias Krüger-131/+121
2024-04-08rustdoc: add re-export info to RawSearchIndex type defMichael Howell-6/+13
2024-04-08Update search_index.rsMichael Howell-1/+0
2024-04-08rustdoc: improve comments based on feedbackMichael Howell-8/+13
2024-04-08rustdoc-search: single result for items with multiple pathsMichael Howell-22/+177
2024-04-08rustdoc: slightly clean up the synthesis of blanket implsLeón Orell Valerian Liehr-131/+121
2024-04-08rustdoc: synthetic auto: filter out clauses from the implementor's ParamEnvLeón Orell Valerian Liehr-1/+1
2024-04-08Actually create ranged int types in the type system.Oli Scherer-3/+9
2024-04-08Thread pattern types through the HIROli Scherer-3/+21
2024-04-07Rollup merge of #123584 - tgross35:rustc_doc_primitive-usage-error, r=fmeaseMatthias Krüger-2/+10
2024-04-07rustdoc: error when `rustc_doc_primitive` has an unknown typeTrevor Gross-2/+10
2024-04-06Add `f16` and `f128` to rustdoc's `PrimitiveType`Trevor Gross-0/+8
2024-04-05Rollup merge of #121419 - agg23:xrOS-pr, r=davidtwcoGuillaume Gomez-0/+1
2024-04-04Rollup merge of #123407 - GuillaumeGomez:js-failed-theme, r=notriddleJacob Pratt-3/+9
2024-04-04In case a foreign item has `doc(hidden)` attribute, we simply merged its attr...Guillaume Gomez-6/+22
2024-04-04Improve code a bitGuillaume Gomez-17/+15
2024-04-04use `DefineOpaqueTypes::Yes` in rustdocOli Scherer-1/+1
2024-04-03Default to light theme is JS is enabled but not workingGuillaume Gomez-3/+9
2024-04-02Rollup merge of #123375 - fmease:rustdoc-sati-re-hotfix, r=GuillaumeGomezMatthias Krüger-1/+7
2024-04-02rustdoc: synthetic auto trait impls: accept unresolved region vars for nowLeón Orell Valerian Liehr-1/+7
2024-04-02Rollup merge of #122614 - notriddle:notriddle/search-desc, r=GuillaumeGomezGuillaume Gomez-210/+753
2024-04-02Clean up src/librustdoc/html/render/search_index/encode.rsMichael Howell-24/+22
2024-04-02Auto merge of #123340 - fmease:rustdoc-simplify-auto-trait-impl-synth, r=Guil...bors-799/+402
2024-04-02Support type '/' to searchmu001999-2/+3
2024-04-02rustdoc: heavily simplify synthesis of auto trait implsLeón Orell Valerian Liehr-720/+403
2024-04-01rustdoc: synthetic impls: auto traits: Fx{Hash↦Index}{Map,Set}León Orell Valerian Liehr-119/+39
2024-03-30bump tracing-tree to 0.3klensy-1/+1
2024-03-29Auto merge of #122450 - Urgau:simplify-trim-paths-feature, r=michaelwoeristerbors-1/+1
2024-03-28Make local_crate_source_file return a RealFileNameUrgau-1/+1
2024-03-28Rollup merge of #123162 - GuillaumeGomez:fix-123158, r=notriddleMatthias Krüger-1/+12
2024-03-28Correctly get complete intra-doc link dataGuillaume Gomez-1/+12
2024-03-27Add rustdoc hackOli Scherer-2/+3
2024-03-27Remove `DefId`'s `Partial/Ord` implsOli Scherer-10/+9
2024-03-27Rollup merge of #123116 - chloekek:rustdoc-variant-swap-fields-doc, r=Guillau...Guillaume Gomez-2/+2
2024-03-27rustdoc: Swap fields and variant documentationschloekek-2/+2
2024-03-25Make sysroot mandatory for rustdocLukas Wirth-1/+8
2024-03-25Make use of sysroot in librustdoc/config.rs for builtin:$pathLukas Wirth-2/+2
2024-03-25Implement `-L builtin:$path`Lukas Wirth-2/+6
2024-03-25Move `--sysroot` argument out of the argument file to fix miri issueGuillaume Gomez-3/+6