about summary refs log tree commit diff
path: root/src/librustdoc/html/markdown/tests.rs
AgeCommit message (Expand)AuthorLines
2023-09-19Allow more characters in custom classesGuillaume Gomez-3/+18
2023-09-17Update tests for `custom_code_classes_in_docs` featureGuillaume Gomez-2/+5
2023-09-15Add `custom` tag for markdown codeblocksGuillaume Gomez-0/+36
2023-09-15Implement new eBNF for codeblock attributesGuillaume Gomez-51/+38
2023-09-15Add support for double quotes in markdown codeblock attributesGuillaume Gomez-0/+12
2023-09-15Add tests for `custom_code_classes_in_docs` featureGuillaume Gomez-27/+104
2023-09-15Implement custom classes for rustdoc code blocks with `custom_code_classes_in...Guillaume Gomez-0/+24
2023-07-30Remove some unneeded `clone()` callsGuillaume Gomez-1/+1
2023-02-11rustdoc: account for intra-doc links in `<meta name="description">`Michael Howell-1/+1
2022-12-11Extend rustdoc hashtag prepended line testGuillaume Gomez-0/+8
2022-12-10Add test for non-rust code block hashtag prepended linesGuillaume Gomez-0/+37
2022-09-22rustdoc: fix unit testsMichael Howell-6/+5
2022-02-09Update rustdoc tests for headings indentGuillaume Gomez-34/+7
2022-02-09Unify headings indent and remove useless anchorGuillaume Gomez-10/+10
2022-01-28remove allow_fail test flagyuhaixin.hx-1/+0
2021-12-02Rename ID "main" into "main-content"Guillaume Gomez-4/+4
2021-10-04heading_level: u32 -> heading_offset: HeadingOffsetMukund Lakshman-3/+3
2021-10-04No need to default offset since we always override it.Mukund Lakshman-2/+2
2021-10-04Change `Markdown(...)` to `Markdown { ... }`Mukund Lakshman-4/+20
2021-10-04librustdoc: Use correct heading levels.Mukund Lakshman-16/+16
2021-09-08Auto merge of #87489 - bdalrhm:rustdoc-line-num, r=CraftSpiderbors-1/+23
2021-08-25Add tests for `HtmlWithLimit`Noah Lev-0/+2
2021-07-26Pass correct line number for indented code blocks.Abdalrhman Mohamed-1/+23
2021-07-24Escape item search summariesNoah Lev-1/+11
2021-06-18Update test cases for intra-doc links in summariesMichael Howell-1/+3
2021-03-09Treat header as first paragraph for shortened markdown descriptionsMichael Howell-0/+1
2021-03-05Undo addition of boxesCamelid-1/+0
2021-03-05Don't unnecessarily clone some fields in `Context`Camelid-9/+3
2021-02-26Auto merge of #78429 - casey:doctest-attribute-splitting, r=jyn514bors-4/+42
2021-02-23Rollup merge of #79423 - camelid:smart-punct, r=jyn514Dylan DPC-5/+5
2021-02-20Cut off plain text descriptions after headersMichael Howell-0/+1
2021-02-12[librustdoc] Reform lang string token splittingCasey Rodarmor-4/+42
2021-02-09Update Markdown unit testsCamelid-5/+5
2020-12-20impl Default for LangString, replacing all_false by defaultAlexis Bourget-30/+18
2020-12-13Refactor test_lang_string_parse to make it clearerAlexis Bourget-74/+69
2020-12-03Render Markdown in search resultsCamelid-1/+32
2020-09-03Auto merge of #73819 - euclio:rustdoc-summaries, r=jyn514,GuillaumeGomezbors-3/+10
2020-08-31Fix stringGuillaume Gomez-1/+1
2020-08-31Fix strings indentGuillaume Gomez-20/+15
2020-08-30rustdoc: do not use plain summary for trait implsAndy Russell-3/+10
2020-07-15rustdoc: Rename internal API fns to `into_string`Lzu Tao-3/+4
2020-05-06Update librustdoc ID testsGuillaume Gomez-4/+4
2020-04-23Update LangString::parse usage in markdown testsGuillaume Gomez-1/+1
2020-01-02Normalize `syntax::edition` imports.Mazdak Farrokhzad-1/+1
2019-12-24x.py fmt after previous deignoreMark Rousskov-71/+162
2019-09-03Added ability to crosscompile doctestsDario Gonzalez-21/+23
2019-08-11Drop RefCell from IdMap in markdown renderingMark Rousskov-6/+6
2019-08-02librustdoc: Unconfigure tests during normal buildVadim Petrochenkov-0/+20
2019-06-16Separate librustcdoc modulechansuke-0/+125