about summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
2021-12-13rustdoc: Add `UrlPartsBuilder`Noah Lev-17/+192
2021-12-13Rollup merge of #91699 - jsha:webkit-appearance-search-input, r=GuillaumeGomezMatthias Krüger-0/+4
2021-12-12Add -webkit-appearance: none to search inputJacob Hoffman-Andrews-0/+4
2021-12-11rustdoc: Remove unused `_default` parameterNoah Lev-12/+4
2021-12-11rustdoc: Pretty-print assoc const defaults on-demandNoah Lev-1/+1
2021-12-11Don't emit shared files when scraping dependenciesWill Crichton-6/+10
2021-12-11Rollup merge of #91682 - camelid:alias-layout, r=jyn514Matthias Krüger-0/+1
2021-12-10Split CSS classes for "typedef" vs "associatedtype".Jacob Hoffman-Andrews-9/+25
2021-12-08rustdoc: Show type layout for type aliasesNoah Lev-0/+1
2021-12-08Rollup merge of #91667 - GuillaumeGomez:fix-index-itemtypes, r=notriddleMatthias Krüger-26/+28
2021-12-08Rollup merge of #91534 - jsha:heading-color, r=GuillaumeGomezMatthias Krüger-4/+4
2021-12-08Change associated type to use link colorJacob Hoffman-Andrews-5/+5
2021-12-08Fix indent of itemTypes in search.jsGuillaume Gomez-26/+28
2021-12-07Add missing whitespace before disabled HTML attributeGuillaume Gomez-1/+1
2021-12-05Auto merge of #91356 - GuillaumeGomez:improve-rustdoc-layout, r=jshabors-170/+279
2021-12-04Make rustdoc headings black, and markdown blueJacob Hoffman-Andrews-4/+4
2021-12-03Remove single-use `GenericParamDef::get_type` functionNoah Lev-13/+13
2021-12-03rustdoc: Remove single-use `Lifetime::get_ref()` functionNoah Lev-1/+1
2021-12-03Use fewer colors in rustdoc UIJacob Hoffman-Andrews-57/+55
2021-12-03Rollup merge of #91170 - jsha:preload-fonts, r=GuillaumeGomezMatthias Krüger-0/+6
2021-12-02Rollup merge of #89954 - GuillaumeGomez:legacy-const-generic-doc, r=AmanieuMatthias Krüger-0/+4
2021-12-02Rename CSS class main-inner into width-limiterGuillaume Gomez-4/+4
2021-12-02Rename ID "main" into "main-content"Guillaume Gomez-24/+25
2021-12-02Fix remaining bugsGuillaume Gomez-7/+21
2021-12-02Transform const generics if the function uses rustc_legacy_const_genericsGuillaume Gomez-0/+4
2021-12-02Auto merge of #91291 - GuillaumeGomez:const-deref-method, r=camelidbors-29/+78
2021-12-01address reviewb-naber-1/+1
2021-12-01more fixed issuesb-naber-0/+7
2021-11-30Return ConstStability instead of &ConstStability in Item::const_stabilityGuillaume Gomez-6/+3
2021-11-30Improve code by replacing &str with Symbol in render_stability_since_rawGuillaume Gomez-15/+11
2021-11-30Fix display for "const" deref methods in rustdocGuillaume Gomez-14/+70
2021-11-29Only show notable traits if both types are the sameMichael Howell-1/+8
2021-11-29rustdoc: show logo in source sub navcynecx-40/+87
2021-11-29rustdoc: rework source sidebarcynecx-47/+57
2021-11-29rustdoc: fix tabs in csscynecx-5/+5
2021-11-29rustdoc: don't use overflow for main, instead make the sidebar stickycynecx-16/+14
2021-11-29rustdoc: make source sidebar collapse by defaultcynecx-1/+1
2021-11-29rustdoc: fix theme colorscynecx-3/+3
2021-11-29rustdoc: merge source sidebar into main sidebarcynecx-51/+41
2021-11-29rustdoc: fix source viewcynecx-11/+61
2021-11-29rustdoc: use flexbox to layout sidebar and main contentcynecx-81/+80
2021-11-27Rollup merge of #91062 - jsha:static-file-replace, r=jyn514,GuillaumeGomezMatthias Krüger-129/+112
2021-11-26Rollup merge of #91223 - GuillaumeGomez:headings-indent, r=jshaMatthias Krüger-4/+6
2021-11-26Rollup merge of #91197 - camelid:rename-resolvedpath, r=GuillaumeGomez,jyn514Matthias Krüger-11/+10
2021-11-26Rename `Type::ResolvedPath` to `Type::Path`Noah Lev-19/+19
2021-11-26Update the first heading indent rule so it is only applied on the first headi...Guillaume Gomez-4/+6
2021-11-26Rollup merge of #91225 - GuillaumeGomez:source-page-scrollbar, r=jshaMatthias Krüger-0/+4
2021-11-25Stop re-exporting `Type::ResolvedPath`Noah Lev-16/+15
2021-11-25Fix invalid scrollbar display on source code pageGuillaume Gomez-0/+4
2021-11-25Auto merge of #91195 - camelid:path-did, r=jyn514bors-10/+23