summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
2021-10-04Auto merge of #89277 - jyn514:codeblock-edition, r=GuillaumeGomezbors-15/+8
2021-09-14Workaround blink/chromium grid layout limitation of 1000 rowsStefan Schindler-0/+12
2021-09-14fix ICE on hidden tuple variant fieldsEmil Gardström-24/+27
2021-09-02Auto merge of #88516 - matthiaskrgr:clippy_perf_end_august, r=jyn514,Guillaum...bors-4/+3
2021-09-01Auto merge of #88490 - GuillaumeGomez:associated-types-implementors-display, ...bors-38/+81
2021-09-01Remove implementors settingGuillaume Gomez-6/+0
2021-09-01Clean render_impl argumentsGuillaume Gomez-46/+67
2021-09-01Rollup merge of #88410 - camelid:fix-assoc-bold, r=GuillaumeGomezMara Bos-1/+1
2021-08-31some low hanging clippy::perf fixesMatthias Krüger-4/+3
2021-08-31Remove bolding on associated constantsNoah Lev-1/+1
2021-08-31Rollup merge of #88391 - GuillaumeGomez:fix-json-enum-variant, r=camelid,notr...Mara Bos-17/+24
2021-08-30Put back "auto-collapse-implementors" settingGuillaume Gomez-0/+6
2021-08-30Put back display of associated items (types and consts)Guillaume Gomez-11/+33
2021-08-29Rollup merge of #88419 - GuillaumeGomez:code-blocks-colors, r=camelid,notriddleGuillaume Gomez-1/+1
2021-08-29Rollup merge of #88173 - camelid:refactor-markdown-length-limit, r=GuillaumeG...Guillaume Gomez-43/+270
2021-08-29Use the correct type for Enum variant tuplesGuillaume Gomez-17/+24
2021-08-28Fix code blocks color in ayu themeGuillaume Gomez-1/+1
2021-08-27Introduce `~const`Deadbeef-1/+1
2021-08-26Auto merge of #88222 - jyn514:shared-cache, r=GuillaumeGomezbors-49/+38
2021-08-25Don't panic if `close_tag()` is called without tags to closeNoah Lev-3/+14
2021-08-25Assert that `tag_name` is alphabeticNoah Lev-0/+8
2021-08-25Add tests for `HtmlWithLimit`Noah Lev-0/+122
2021-08-22Fix typos “a”→“an”Frank Steffahn-1/+1
2021-08-22Move Cache from Context to SharedContextJoshua Nelson-49/+38
2021-08-21Use `write!`Noah Lev-6/+2
2021-08-21Use the length limit as the initial capacityNoah Lev-2/+11
2021-08-21Clarify wording in docsNoah Lev-1/+1
2021-08-19Refactor Markdown length-limited summary implementationNoah Lev-43/+124
2021-08-19Rollup merge of #88093 - Kobzol:rustdoc-wrap-code-in-code-tag, r=GuillaumeGomezGuillaume Gomez-266/+294
2021-08-19[rustdoc] Wrap code blocks in <code> tagJakub Beránek-266/+294
2021-08-18Rollup merge of #88111 - GuillaumeGomez:background-color-jump-to-def, r=jhprattGuillaume Gomez-0/+9
2021-08-18Fix anchors display in rustdocGuillaume Gomez-5/+9
2021-08-17Add background-color on clickable definitions in source codeGuillaume Gomez-0/+9
2021-08-16Rollup merge of #87178 - moxian:rd-use, r=jyn514Mara Bos-4/+3
2021-08-12Updates favicon order of precedence as it matters to Chromeskim-2/+2
2021-08-08Fix heading colours in Ayu themeKlim Tsoutsman-1/+1
2021-08-05Remove LightSpan and use Span directlyGuillaume Gomez-98/+44
2021-08-05Remove warnings/errors from compiler when using typeck_body in rustdoc span m...Guillaume Gomez-5/+5
2021-08-05* Rename LightSpan::empty into LightSpan::dummyGuillaume Gomez-23/+19
2021-08-05Add missing root_path when generating links using hrefGuillaume Gomez-2/+26
2021-08-05Add documentation and FIXMEGuillaume Gomez-4/+7
2021-08-05Fix invalid generation of HTML in highlightGuillaume Gomez-41/+60
2021-08-05formattingGuillaume Gomez-30/+19
2021-08-05Use rustdoc Span in LinkFromSrc directlyGuillaume Gomez-6/+5
2021-08-05Move extra arguments for highlight URL generation into a new ContextInfo stru...Guillaume Gomez-40/+42
2021-08-05Wrap the span_map tuple index into a type called "LightSpan"Guillaume Gomez-44/+68
2021-08-05Improve code readabilityGuillaume Gomez-57/+46
2021-08-05* Rename Span::from_rustc_span to Span::newGuillaume Gomez-1/+1
2021-08-05* Rename 'move_span' into 'local_span_to_global_span'Guillaume Gomez-14/+78
2021-08-05Underline source code links on hoverGuillaume Gomez-0/+4