summary refs log tree commit diff
path: root/src/librustdoc/html/markdown.rs
AgeCommit message (Expand)AuthorLines
2020-12-25Auto merge of #80226 - ThePuzzlemaker:issue-80004-fix, r=jyn514,petrochenkovbors-0/+1
2020-12-25Auto merge of #79762 - Swatinem:remap-doctest-coverage, r=Swatinembors-1/+1
2020-12-24rustdoc: Highlight edition-specific keywords correctly in code blocks, accoun...ThePuzzlemaker-0/+1
2020-12-24Auto merge of #79742 - GuillaumeGomez:move-tooltips-messages-out-of-html, r=N...bors-47/+14
2020-12-21Auto merge of #80206 - poliorcetics:rustdoc-default-langstring, r=GuillaumeGo...bors-9/+11
2020-12-20Fix incorrect logic when merging matchesJoshua Nelson-2/+3
2020-12-20Remove unnecessary scopeJoshua Nelson-0/+2
2020-12-20Get rid of `locate()` in markdown handlingJoshua Nelson-68/+62
2020-12-20impl Default for LangString, replacing all_false by defaultAlexis Bourget-9/+11
2020-12-19Remap instrument-coverage line numbers in doctestsArpad Borsos-1/+1
2020-12-11use strip_prefix over slicing (clippy::manual_strip)Matthias Krüger-2/+2
2020-12-08use .contains() or .any() instead of find(x).is_some() (clippy::search_is_some)Matthias Krüger-1/+1
2020-12-06Use `summary_opts()` in another spotCamelid-1/+1
2020-12-05Move tooltips messages to CSS instead of inside HTMLGuillaume Gomez-47/+14
2020-12-03Make `length_limit` a `usize`Camelid-4/+2
2020-12-03Render Markdown in search resultsCamelid-2/+90
2020-11-24Add `summary_opts()` for Markdown summary rendering optionsCamelid-6/+8
2020-11-17Simplfy color availability checkGuillaume Gomez-1/+2
2020-11-15Make `Playground` public for error index generatorJoshua Nelson-2/+2
2020-11-15Make `markdown` module public for doc-testsJoshua Nelson-12/+12
2020-11-15Make all rustdoc functions and structs crate-privateJoshua Nelson-56/+56
2020-10-28rustdoc: Provide a way to set the default settings from Rust codeIan Jackson-0/+1
2020-10-03Add `unclosed_html_tags` lintGuillaume Gomez-1/+1
2020-09-13Use `.as_str()` instead of `CowStr::Borrowed`Joshua Nelson-2/+2
2020-09-13Don't use `link.span` yetJoshua Nelson-1/+3
2020-09-13Upgrade to pulldown-cmark 0.8.0Joshua Nelson-16/+18
2020-09-05Rollup merge of #76078 - jyn514:no-disambiguator, r=manishearthDylan DPC-20/+97
2020-09-04Misc cleanupJoshua Nelson-23/+42
2020-09-03Auto merge of #73819 - euclio:rustdoc-summaries, r=jyn514,GuillaumeGomezbors-33/+22
2020-09-03Remove disambiguators from link textJoshua Nelson-16/+73
2020-09-03Refactor RenderedLink into its own typeJoshua Nelson-10/+11
2020-08-31Fix strings indentGuillaume Gomez-2/+1
2020-08-30rustdoc: do not use plain summary for trait implsAndy Russell-33/+22
2020-08-27Rename rustdoc/test -> rustdoc/doctestAleksey Kladov-3/+3
2020-08-13merge `as_local_hir_id` with `local_def_id_to_hir_id`Bastian Kauschke-1/+1
2020-07-16Rollup merge of #74359 - lzutao:rustdoc-tostring, r=GuillaumeGomezManish Goregaokar-5/+5
2020-07-15rustdoc: Rename internal API fns to `into_string`Lzu Tao-5/+5
2020-07-14rustdoc: glue tokens before highlightingAndy Russell-2/+2
2020-07-07rustdoc: Rename invalid_codeblock_attribute lint to be pluralOliver Middleton-1/+1
2020-06-18Added tooltip for should_panic code examples.Jake Degen-0/+8
2020-05-12Rollup merge of #71928 - mibac138:strikethrough, r=GuillaumeGomezDylan DPC-3/+11
2020-05-06Add strikethrough support to rustdocmibac138-3/+11
2020-05-05Index IDs already used by rustdoc templateGuillaume Gomez-2/+29
2020-04-23Fix librustdoc error due to `as_local_hir_id` changesmarmeladema-2/+2
2020-04-23Create new rustdoc lint to check for code blocks tagsGuillaume Gomez-4/+114
2020-04-16Dogfood or_patterns in rustdocJosh Stone-2/+2
2020-03-31more clippy fixesMatthias Krüger-64/+59
2020-03-07Use ?-operator in more places (clippy::question_mark, had some false negative...Matthias Krüger-5/+1
2020-03-07rustdoc: don't call into_iter() on iterator. (clippy::identity_conversion)Matthias Krüger-1/+1
2020-03-05Rollup merge of #69736 - matthiaskrgr:even_more_clippy, r=Dylan-DPCDylan DPC-6/+2