about summary refs log tree commit diff
path: root/src/librustdoc/html/markdown
AgeCommit message (Expand)AuthorLines
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