about summary refs log tree commit diff
path: root/src/librustdoc/html/markdown.rs
AgeCommit message (Expand)AuthorLines
2025-07-19Fix clippy lints in librustdocGuillaume Gomez-2/+2
2025-06-29Lazy-ify some markdown renderingYotam Ofek-18/+13
2025-06-29Don't try to guess how much to pre-allocateYotam Ofek-2/+2
2025-06-10Give more information into extracted doctest informationGuillaume Gomez-1/+2
2025-06-07Rollup merge of #140560 - Urgau:test_attr-module-level, r=GuillaumeGomezGuillaume Gomez-1/+0
2025-05-30Auto merge of #141573 - nnethercote:rustdoc-alloc-cleanups, r=camelidbors-1/+1
2025-05-26Avoid some unnecessary cloning.Nicholas Nethercote-1/+1
2025-05-24rustdoc: use descriptive tooltip if doctest is conditionally ignoredbinarycat-2/+4
2025-05-22Collect and use `#![doc(test(attr(..)))]` at module level tooUrgau-1/+0
2025-05-02Create a builder for DocTestBuilder typeGuillaume Gomez-4/+6
2025-05-02Emit a warning if the doctest `main` function will not be runGuillaume Gomez-2/+4
2025-04-25Rollup merge of #137096 - ehuss:stabilize-doctest-xcompile, r=fmeaseMatthias Krüger-22/+8
2025-04-09rustdoc: Enable Markdown extensions when looking for doctestsNoah Lev-1/+1
2025-03-28Rollup merge of #138678 - durin42:rmeta-stability, r=fmeaseMatthias Krüger-1/+2
2025-03-27Remove and stabilize --enable-per-target-ignoresEric Huss-22/+8
2025-03-27librustdoc: also stabilize iteration order hereAugie Fackler-1/+2
2025-03-25ignore doctests only in specified targetsTakayuki Maeda-4/+5
2025-03-22Rollup merge of #138535 - yotamofek:pr/rustdoc/lang-string-parse-cleanup, r=n...Matthias Krüger-44/+41
2025-03-16Suppress must_use in compiler and toolsMichael Goulet-1/+1
2025-03-15Cleanup `LangString::parse`Yotam Ofek-44/+41
2025-03-07Rollup merge of #138107 - yotamofek:pr/rustdoc/clippy, r=GuillaumeGomezMatthias Krüger-1/+1
2025-03-06`x clippy src/librustdoc --fix`Yotam Ofek-1/+1
2025-03-06`librustdoc`: flatten nested ifsYotam Ofek-8/+7
2025-02-15rustdoc: improve refdef handling in the unresolved link lintMichael Howell-3/+67
2025-02-12Rollup merge of #136927 - GuillaumeGomez:add-missing-hashtag-escape, r=notriddleJacob Pratt-3/+5
2025-02-12Correctly escape hashtags when running `invalid_rust_codeblocks` lintGuillaume Gomez-3/+5
2025-02-12Nuke `Buffer` abstraction from `librustdoc` 💣Yotam Ofek-3/+2
2024-12-25Improve rustdoc codeGuillaume Gomez-3/+3
2024-12-17Fix intra doc links not generated inside footnote definitionsGuillaume Gomez-16/+50
2024-12-05Turn `markdown_split_summary_and_content` into a method of `Markdown`Guillaume Gomez-46/+49
2024-12-05Always display first line of impl blocks even when collapsedGuillaume Gomez-21/+74
2024-12-02Remove static HashSet for default IDs listGuillaume Gomez-60/+56
2024-12-01Store default ID map in a staticGuillaume Gomez-3/+7
2024-12-01Split ID maps in two parts: the constant one and the updated oneGuillaume Gomez-61/+57
2024-12-01Stop cloning `Context` so muchGuillaume Gomez-49/+64
2024-11-28Fix new clippy lintsGuillaume Gomez-18/+15
2024-11-13Fix duplicated footnote IDsGuillaume Gomez-16/+30
2024-10-19rustdoc: Extract footnote logic into it's own module.Alona Enraght-Moony-79/+5
2024-10-16rustdoc: Rename "object safe" to "dyn compatible"León Orell Valerian Liehr-1/+1
2024-10-08Auto merge of #131368 - GuillaumeGomez:rustdoc-dead-code, r=notriddlebors-48/+1
2024-10-07Remove dead codeGuillaume Gomez-48/+1
2024-10-06Handle `librustdoc` cases of `rustc::potential_query_instability` lintismailarilik-4/+4
2024-09-29Rename doctest attribute `standalone-crate` into `standalone_crate` for coher...Guillaume Gomez-3/+3
2024-09-28Improve mistyped docblock attribute warning messagesGuillaume Gomez-31/+27
2024-09-28Add warning if `standalone-crate` is mistypedGuillaume Gomez-0/+14
2024-09-28Improve code for codeblock invalid attributesGuillaume Gomez-25/+18
2024-09-28Rename `standalone` doctest attribute into `standalone-crate`Guillaume Gomez-4/+4
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-2/+2
2024-09-22Strip last backline from non-rust code examplesGuillaume Gomez-1/+3
2024-09-05Rollup merge of #120736 - notriddle:notriddle/toc, r=t-rustdocMatthias Krüger-11/+62