about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
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
2024-03-24Rollup merge of #122840 - GuillaumeGomez:rustdoc-test-too-many-args, r=notrid...Matthias Krüger-75/+153
2024-03-23Fixed builds with modified libcAdam Gastineau-1/+1
2024-03-23Rename `RustdocTestOptions` into `IndividualTestOptions`Guillaume Gomez-4/+4
2024-03-23Put temporary directory into one common functionGuillaume Gomez-9/+7
2024-03-23Prevent cloning more than necessary `RustdocOptions` fieldsGuillaume Gomez-48/+77
2024-03-23`rustdoc --test`: Prevent reaching the maximum size of command-line by using ...Guillaume Gomez-31/+82
2024-03-22rustdoc-search: address nitsMichael Howell-265/+297
2024-03-22Make RawPtr take Ty and Mutbl separatelyMichael Goulet-2/+2
2024-03-22Programmatically convert some of the pat ctorsMichael Goulet-4/+2
2024-03-22Rename AstConv to HIR ty loweringLeón Orell Valerian Liehr-21/+9
2024-03-21rustdoc-search: compressed bitmap to sort, then load descMichael Howell-32/+393
2024-03-21Implement macro-based deref!() syntax for deref patternsMichael Goulet-0/+1
2024-03-21Fix bad span for explicit lifetime suggestionShoyu Vanilla-1/+4
2024-03-18Support for visionOSAdam Gastineau-0/+1
2024-03-18Use promise.all to load sorted results in parallelMichael Howell-3/+8
2024-03-18Rollup merge of #122158 - estebank:feature-sugg, r=WaffleLapkinMatthias Krüger-0/+1
2024-03-18Provide structured suggestion for `#![feature(foo)]`Esteban Küber-0/+1
2024-03-17Fix style errorsMichael Howell-1/+1
2024-03-17some minor code simplificationsMatthias Krüger-4/+4