about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2024-05-04Add `-` (stdin) support to rustdocUrgau-24/+55
2024-05-04Auto merge of #124401 - oli-obk:some_hir_cleanups, r=cjgillotbors-2/+5
2024-05-01Stabilize `custom_code_classes_in_docs` featureGuillaume Gomez-251/+24
2024-04-29Rollup merge of #124475 - GKFX:more-dependency-pruning, r=oli-obk许杰友 Jieyou Xu (Joe)-17/+14
2024-04-28Add some missing comments to describe what the inlined SVG isGuillaume Gomez-0/+4
2024-04-28Inline `wheel.svg` into CSSGuillaume Gomez-3/+14
2024-04-28Inline `clipboard.svg` into CSSGuillaume Gomez-3/+11
2024-04-28Remove direct dependencies on lazy_static, once_cell and byteorderGeorge Bateman-17/+14
2024-04-26put `hir::AnonConst` on the hir arenaOli Scherer-2/+5
2024-04-25Auto merge of #124058 - TechVest:master, r=fmeasebors-1/+1
2024-04-25Fix some typos in commentsTechVest-2/+2
2024-04-24chore: fix some typos in commentswhosehang-1/+1
2024-04-23Mark @RUSTC_BUILTIN search path usage as unstableLukas Wirth-1/+10
2024-04-19rustdoc-search: add parser for `&` syntaxMichael Howell-0/+31
2024-04-19rustdoc-search: add index of borrow referencesMichael Howell-23/+39
2024-04-19Rollup merge of #124149 - notriddle:notriddle/desc-alias, r=GuillaumeGomezMatthias Krüger-10/+11
2024-04-19Auto merge of #118441 - GuillaumeGomez:display-stability-version, r=rustdocbors-61/+14
2024-04-18rustdoc-search: fix description on aliases in resultsMichael Howell-10/+11
2024-04-18Rollup merge of #123752 - estebank:emoji-prefix, r=wesleywiserJubilee-3/+4
2024-04-18Auto merge of #119912 - notriddle:notriddle/reexport-dedup, r=GuillaumeGomezbors-28/+194
2024-04-18Auto merge of #124008 - nnethercote:simpler-static_assert_size, r=Nilstriebbors-2/+4
2024-04-18Rollup merge of #124041 - GuillaumeGomez:fix-copy-path-button, r=notriddleMatthias Krüger-25/+12
2024-04-18Simplify `static_assert_size`s.Nicholas Nethercote-2/+4
2024-04-17Fix copy-path buttonGuillaume Gomez-25/+12
2024-04-17Rollup merge of #122813 - nnethercote:nicer-quals, r=compiler-errorsMatthias Krüger-7/+6
2024-04-16Rollup merge of #123501 - Urgau:stabilize-check-cfg, r=petrochenkovMatthias Krüger-6/+3
2024-04-16Rollup merge of #123355 - mu001999:rustdoc/search, r=GuillaumeGomezMatthias Krüger-2/+3
2024-04-16Rollup merge of #124011 - fmease:rustdoc-updated-clean-docs, r=GuillaumeGomezGuillaume Gomez-2/+22
2024-04-16rustdoc: update module-level docs of `rustdoc::clean`León Orell Valerian Liehr-2/+22
2024-04-16Always use `ty::` qualifier for `TyKind` enum variants.Nicholas Nethercote-3/+2
2024-04-16Avoid unnecessary `rustc_span::DUMMY_SP` usage.Nicholas Nethercote-4/+4
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