about summary refs log tree commit diff
path: root/src/librustdoc/html/markdown.rs
AgeCommit message (Expand)AuthorLines
2021-10-04heading_level: u32 -> heading_offset: HeadingOffsetMukund Lakshman-13/+28
2021-10-04No need to default offset since we always override it.Mukund Lakshman-2/+2
2021-10-04Change `Markdown(...)` to `Markdown { ... }`Mukund Lakshman-12/+30
2021-10-04librustdoc: Use correct heading levels.Mukund Lakshman-8/+13
2021-09-26Preserve the whole LangSyntax when parsing doctestsJoshua Nelson-15/+8
2021-09-10Rollup merge of #88742 - GuillaumeGomez:fix-table-in-docblocks, r=nbdd0121Manish Goregaokar-2/+41
2021-09-10Rollup merge of #88632 - camelid:md-opts, r=CraftSpiderManish Goregaokar-9/+14
2021-09-08Wrap <table> elements into <div> to prevent breaking layout and widthGuillaume Gomez-2/+41
2021-09-08Auto merge of #87489 - bdalrhm:rustdoc-line-num, r=CraftSpiderbors-0/+6
2021-09-03Enable all main body Markdown options for summariesNoah Lev-2/+6
2021-09-03Use `summary_opts()` for Markdown summariesNoah Lev-8/+9
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-26Pass correct line number for indented code blocks.Abdalrhman Mohamed-0/+6
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