about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
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-24Stabilize `force-warn`inquisitivecrystal-3/+2
2021-08-24Tidy up lint command line flagsinquisitivecrystal-12/+5
2021-08-23Doctest persist full binaries when persistingPatrick Conrad-1/+1
2021-08-22Revert "Revert "Don't load all extern crates unconditionally""Joshua Nelson-37/+78
2021-08-22Fix more “a”/“an” typosFrank Steffahn-1/+1
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-21Auto merge of #82776 - jyn514:extern-url-fallback, r=GuillaumeGomezbors-11/+26
2021-08-21Auto merge of #88149 - Mark-Simulacrum:prep-never-type, r=jackh726bors-0/+1
2021-08-19Refactor Markdown length-limited summary implementationNoah Lev-43/+125
2021-08-19introduce a Coerce predicateNiko Matsakis-0/+1
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-19Give precedence to `html_root_url` over `--extern-html-root-url` by default, ...Joshua Nelson-11/+26
2021-08-19Auto merge of #87818 - GuillaumeGomez:anchors-display-rustdoc, r=camelidbors-5/+9
2021-08-18Rollup merge of #88111 - GuillaumeGomez:background-color-jump-to-def, r=jhprattGuillaume Gomez-0/+9
2021-08-18Rollup merge of #87818 - GuillaumeGomez:anchors-display-rustdoc, r=camelidGuillaume Gomez-5/+9
2021-08-18Fix anchors display in rustdocGuillaume Gomez-5/+9
2021-08-18remove box_syntax uses from cranelift and toolsMarcel Hellwig-47/+54
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-14Auto merge of #87375 - fee1-dead:move-constness-to-traitpred, r=oli-obkbors-8/+6
2021-08-13move Constness into TraitPredicateDeadbeef-8/+6
2021-08-12Updates favicon order of precedence as it matters to Chromeskim-2/+2
2021-08-12Use smaller spans for some structured suggestionsEsteban Kuber-2/+2
2021-08-08Fix heading colours in Ayu themeKlim Tsoutsman-1/+1
2021-08-08Rollup merge of #87834 - camelid:span-typo, r=CraftSpiderYuki Okushi-1/+1
2021-08-06Fix small typoNoah Lev-1/+1
2021-08-06Add test for union keyword highlightingGuillaume Gomez-0/+26
2021-08-06Fix highlighting for union keywordGuillaume Gomez-5/+65
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-15/+6
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-9/+10
2021-08-05* Rename 'move_span' into 'local_span_to_global_span'Guillaume Gomez-17/+85