about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2025-08-13Rollup merge of #145349 - GuillaumeGomez:unstable-items-search, r=lolbinaryca...Guillaume Gomez-1/+3
2025-08-13Rollup merge of #145153 - joshtriplett:macro-kinds-plural, r=petrochenkovGuillaume Gomez-41/+70
2025-08-13Correctly handle when there are no unstable items in the documented crateGuillaume Gomez-1/+3
2025-08-12rustdoc: Minimal fixes to compile with `MacroKinds`Josh Triplett-41/+70
2025-08-12Rollup merge of #145216 - eval-exec:fix-145125-enum-rustdoc, r=fmeaseStuart Cook-5/+3
2025-08-12Rollup merge of #144921 - lolbinarycat:rustdoc-intra-doc-gfm-141866, r=fmease...Stuart Cook-2/+14
2025-08-11Propagate TraitImplHeader to hirCameron Steffen-3/+6
2025-08-11don't emit rustdoc::broken_intra_doc_links for stuff like [!NOTE]binarycat-2/+14
2025-08-10rustdoc: Use `discr`s `Display` impl to render the value with the correct sig...Eval EXEC-5/+3
2025-08-10Rollup merge of #144739 - GuillaumeGomez:rustdoc-test-cleanup, r=fmeaseStuart Cook-3/+1
2025-08-09Rollup merge of #145134 - camsteffen:indirect-assoc-parent, r=cjgillotStuart Cook-1/+1
2025-08-09Rollup merge of #145100 - GuillaumeGomez:rank-doc-alias-lower, r=lolbinarycatStuart Cook-0/+7
2025-08-09Rollup merge of #141658 - lolbinarycat:rustdoc-search-stability-rank-138067, ...Stuart Cook-1/+37
2025-08-09Use new public libtest `ERROR_EXIT_CODE` constant in rustdocGuillaume Gomez-3/+1
2025-08-09Rank doc aliases lower than equivalently matched itemsGuillaume Gomez-0/+7
2025-08-08Reduce indirect assoc parent queriesCameron Steffen-1/+1
2025-08-08rustdoc search: add performance note about searchIndexUnstable checkbinarycat-0/+6
2025-08-08rustdoc: IndexItem::{stability -> is_unstable}binarycat-11/+5
2025-08-06Rollup merge of #145008 - GuillaumeGomez:fix-rustdoc-scrape-examples-crash, r...Guillaume Gomez-4/+6
2025-08-06Rollup merge of #144970 - lolbinarycat:rustdoc-macro-wrong-link-144965, r=Gui...Guillaume Gomez-2/+25
2025-08-06Fix rustdoc scrape-examples feature crashGuillaume Gomez-4/+6
2025-08-06Rollup merge of #144913 - GuillaumeGomez:fix-wrong-i-icon, r=fmeaseJakub Beránek-0/+4
2025-08-05rustdoc: fix caching of intra-doc links on reexportsbinarycat-2/+25
2025-08-05Rollup merge of #144467 - hydro-project:users/mingwes/rustdoc-fix-cors, r=Gui...Samuel Tardieu-1/+54
2025-08-04Fix wrong font being used for tooltips `i` iconsGuillaume Gomez-0/+4
2025-08-02Rollup merge of #144766 - Berrysoft:patch-1, r=GuillaumeGomezSamuel Tardieu-0/+1
2025-08-02Rollup merge of #143662 - obi1kenobi:pg/unsafe-attribute-wrappers, r=t-rustdocSamuel Tardieu-3/+3
2025-08-02Rollup merge of #132748 - lolbinarycat:rustdoc-intra-doc-link-warn-more-54191...Samuel Tardieu-3/+29
2025-08-01rustdoc font links only emit `crossorigin` when neededMingwei Samuel-1/+54
2025-08-01Auto merge of #144768 - jhpratt:rollup-otf1yfj, r=jhprattbors-2/+31
2025-08-01Rollup merge of #144700 - aDotInTheVoid:macro-rules-for-macro-fools, r=Guilla...Jacob Pratt-2/+6
2025-08-01Rollup merge of #143849 - lolbinarycat:rustdoc-priv-normalize-143222, r=Guill...Jacob Pratt-0/+25
2025-08-01Auto merge of #144446 - nnethercote:opt-region-constraints, r=lcnrbors-18/+22
2025-08-01Add human readable name "Cygwin"Yuyi Wang-0/+1
2025-07-31Rollup merge of #144726 - jdonszelmann:move-attr-data-structures, r=lcnrJana Dönszelmann-17/+12
2025-07-31Rollup merge of #144712 - nnethercote:dedup-num-types, r=fmeaseJana Dönszelmann-37/+0
2025-07-31remove rustc_attr_data_structuresJana Dönszelmann-17/+12
2025-07-31Auto merge of #144731 - samueltardieu:rollup-36y30k2, r=samueltardieubors-1/+2
2025-07-31Overhaul `Constraint`.Nicholas Nethercote-18/+22
2025-07-31Deduplicate `IntTy`/`UintTy`/`FloatTy`.Nicholas Nethercote-37/+0
2025-07-31Fix CI build failure when using new libtest public constantGuillaume Gomez-2/+3
2025-07-31Make `libtest::ERROR_EXIT_CODE` const public to not redefine it in rustdocGuillaume Gomez-1/+1
2025-07-31Remove `TyCtxt::get_attrs_unchecked`.Nicholas Nethercote-6/+3
2025-07-30rustdoc-json: Move `#[macro_export]` from `Other` to it's own variantAlona Enraght-Moony-2/+6
2025-07-30Rollup merge of #144308 - GuillaumeGomez:merged-doctest-times, r=lolbinarycatSamuel Tardieu-18/+77
2025-07-30Rollup merge of #143465 - kornelski:extern-name, r=petrochenkovSamuel Tardieu-7/+23
2025-07-29Rollup merge of #144600 - Noratrieb:rustdoc-dep-info-paths, r=GuillaumeGomezStuart Cook-16/+37
2025-07-28Ensure external paths passed via flags end up in rustdoc depinfoNoratrieb-16/+37
2025-07-28Support multiple crate versions in --extern-html-root-urlKornel-7/+23
2025-07-28Rollup merge of #144523 - ojeda:rustdoc-target-modifiers, r=GuillaumeGomezMatthias Krüger-0/+6