summary refs log tree commit diff
path: root/src/librustdoc/html/markdown.rs
AgeCommit message (Expand)AuthorLines
2021-10-04Auto merge of #89277 - jyn514:codeblock-edition, r=GuillaumeGomezbors-15/+8
2021-08-29Rollup merge of #88173 - camelid:refactor-markdown-length-limit, r=GuillaumeG...Guillaume Gomez-43/+28
2021-08-21Use the length limit as the initial capacityNoah Lev-1/+0
2021-08-19Refactor Markdown length-limited summary implementationNoah Lev-43/+29
2021-08-19[rustdoc] Wrap code blocks in <code> tagJakub Beránek-1/+1
2021-08-05Move extra arguments for highlight URL generation into a new ContextInfo stru...Guillaume Gomez-2/+0
2021-08-05Add links on source types to go to definitionGuillaume Gomez-0/+3
2021-07-26Rollup merge of #87444 - camelid:flatten-nested-format, r=jyn514Guillaume Gomez-2/+2
2021-07-24Flatten nested `format!` callsNoah Lev-2/+2
2021-07-24Escape item search summariesNoah Lev-3/+2
2021-07-21Don't render <table> in items' summaryGuillaume Gomez-4/+11
2021-07-15Fix misuse of rev attribute on <a> tagGuillaume Gomez-2/+1
2021-07-14Fix display for non-rust code blocksGuillaume Gomez-18/+33
2021-07-04Clean up rustdoc IDsGuillaume Gomez-4/+11
2021-06-18Resolve intra-doc links in summary descMichael Howell-4/+21
2021-05-11Move global click handlers to per-element ones.Jacob Hoffman-Andrews-0/+1
2021-05-10Fix line number not being clickable on source pagesGuillaume Gomez-0/+1
2021-04-24Revert "rustdoc: Hide `#text` in doc-tests"David Hewitt-13/+6
2021-04-22rustdoc: Hide `#text` in doc-testsJoshua Nelson-6/+13
2021-04-03Remove unneeded INITIAL_IDS constGuillaume Gomez-6/+9
2021-04-02Rollup merge of #83721 - GuillaumeGomez:copy-use, r=Nemo157Yuki Okushi-0/+1
2021-03-31Add a button to copy the "use statement"Guillaume Gomez-0/+1
2021-03-28Point to disambiguator instead of whole linkCamelid-0/+1
2021-03-21rustdoc: Replace pair of `Option`s with an enumCamelid-8/+11
2021-03-09Treat header as first paragraph for shortened markdown descriptionsMichael Howell-0/+1
2021-03-05Don't unnecessarily clone some fields in `Context`Camelid-4/+0
2021-03-01Move lint machinery into a separate fileJoshua Nelson-1/+1
2021-03-01Rename rustdoc lints to be a tool lint instead of built-in.Joshua Nelson-2/+1
2021-02-26Auto merge of #78429 - casey:doctest-attribute-splitting, r=jyn514bors-3/+29
2021-02-23Rollup merge of #79423 - camelid:smart-punct, r=jyn514Dylan DPC-1/+2
2021-02-20Cut off plain text descriptions after headersMichael Howell-0/+1
2021-02-12[librustdoc] Reform lang string token splittingCasey Rodarmor-3/+29
2021-02-07Enable smart punctuationCamelid-1/+2
2021-02-06Enable 'task list' markdown extensionJoshua Nelson-1/+4
2021-01-30rustdoc tweakingbors-12/+17
2021-01-21Fix rustc::internal lints on rustdocJoshua Nelson-8/+8
2021-01-18Remove inline script tagsGuillaume Gomez-0/+2
2021-01-08Use target in `Deref` method section IDsJ. Ryan Stinnett-1/+0
2021-01-03Auto merge of #77859 - bugadani:no-duplicate-ref-link-error, r=jyn514bors-7/+17
2021-01-03Only report reference-style link errors onceDániel Buga-7/+17
2021-01-03Rollup merge of #80580 - GuillaumeGomez:suggestion-ignore-codeblock-warn, r=j...Guillaume Gomez-3/+9
2021-01-03Create a "is_ignore" variable instead of doing the comparison multiple timesGuillaume Gomez-3/+4
2021-01-02Auto merge of #80550 - bugadani:markdown-refactor, r=jyn514bors-71/+84
2021-01-02Only use locate for borrowed stringsDániel Buga-7/+21
2021-01-01clippy fixes for librustdocMatthias Krüger-9/+4
2021-01-01Add suggestion in case a "ignore" doc block has invalid rust code insideGuillaume Gomez-3/+8
2020-12-31Collect links into a single vectorDániel Buga-7/+5
2020-12-31Always provide a rangeDániel Buga-7/+7
2020-12-31Remove unnecessary scopeDániel Buga-36/+33
2020-12-31Use ranges returned by pulldownDániel Buga-31/+35