about summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
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-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
2021-08-05Update rustdoc testsGuillaume Gomez-3/+3
2021-08-05Generate links for modules as wellGuillaume Gomez-5/+24
2021-08-05Generate links for methods as wellGuillaume Gomez-19/+39
2021-08-05Add an option for the source code link generationGuillaume Gomez-3/+12
2021-08-05Add links on source types to go to definitionGuillaume Gomez-106/+449
2021-08-04Rollup merge of #87720 - matthiaskrgr:clippy_into, r=jyn514Yuki Okushi-3/+3
2021-08-03Simplify usage of CSS background-imageGuillaume Gomez-24/+57
2021-08-03Use empty string instead of single spaceMichael Howell-2/+2
2021-08-03Pull the "Expand" / "Collapse" text to the end of the line, instead of startMichael Howell-7/+17
2021-08-03Rustdoc accessibility: use an icon for the [-]/[+] controlsMichael Howell-8/+69
2021-08-03don't use .into() to convert types to identical types (clippy::useless_conver...Matthias Krüger-3/+3
2021-08-01Auto merge of #87449 - matthiaskrgr:clippyy_v2, r=nagisabors-2/+2
2021-07-29Rollup merge of #87451 - GuillaumeGomez:tuple-struct-field-doc, r=jyn514Yuki Okushi-12/+19
2021-07-27Auto merge of #83484 - JulianKnodt:infer, r=oli-obk,lcnrbors-0/+1
2021-07-26Pass correct line number for indented code blocks.Abdalrhman Mohamed-1/+29
2021-07-26Rollup merge of #87474 - GuillaumeGomez:missing-whitespace-after-attr, r=notr...Guillaume Gomez-1/+1
2021-07-26Rollup merge of #87464 - camelid:rm-union-structhead, r=jyn514Guillaume Gomez-4/+2
2021-07-26Rollup merge of #87444 - camelid:flatten-nested-format, r=jyn514Guillaume Gomez-2/+2
2021-07-26Add missing whitespace after attribute in HTML templateGuillaume Gomez-1/+1
2021-07-26Add support for tuple struct fields documentation in enums as wellGuillaume Gomez-3/+7
2021-07-25Remove unnecessary `structhead` parameter from `render_union`Noah Lev-4/+2
2021-07-25Auto merge of #87390 - notriddle:notriddle/rustdoc-headers-patch, r=Guillaume...bors-22/+30
2021-07-25Rustdoc accessibility: use real headers for doc itemsbors-22/+30
2021-07-25Add support for tuple structs' fields documentationGuillaume Gomez-9/+12
2021-07-25don't slice slices (clippy::redundant_slicing)Matthias Krüger-2/+2
2021-07-25Add generic arg inferkadmin-0/+1
2021-07-25Auto merge of #87331 - camelid:summary-escaping, r=GuillaumeGomezbors-4/+13
2021-07-24Flatten nested `format!` callsNoah Lev-2/+2
2021-07-24Escape item search summariesNoah Lev-4/+13
2021-07-23Rollup merge of #87376 - Thomasdezeeuw:rustdoc-large-logo, r=GuillaumeGomezYuki Okushi-0/+1
2021-07-22Don't hide fields of enum struct variantsNoah Lev-5/+2
2021-07-22Change rustdoc logo to use the full container sizeThomas de Zeeuw-0/+1
2021-07-22Rollup merge of #87288 - ijackson:rustdoc-theme, r=GuillaumeGomezGuillaume Gomez-0/+2
2021-07-22Rollup merge of #87270 - GuillaumeGomez:item-summary-table, r=notriddleGuillaume Gomez-4/+11
2021-07-21Don't render <table> in items' summaryGuillaume Gomez-4/+11