about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2022-01-14rustdoc: avoid many `Symbol` to `String` conversions.Nicholas Nethercote-120/+197
2022-01-14Link sidebar "location" heading to top of pageJacob Hoffman-Andrews-1/+1
2022-01-14Rollup merge of #92864 - Urgau:fix-missing-source-dot, r=jshaMatthias Krüger-3/+3
2022-01-14Rollup merge of #92854 - Urgau:better-rust-logo, r=GuillaumeGomezMatthias Krüger-5/+67
2022-01-13librustdoc: Address some clippy lintspierwill-13/+11
2022-01-13rustdoc: fix intra-link for generic trait implsMahdi Dibaiee-1/+12
2022-01-13Fix and improve missing dot in the item headinglolo.branstett@numericable.fr-3/+3
2022-01-13Move FIXME to if statementRune Tynan-4/+4
2022-01-13Update comment to make it a FIXMERune Tynan-2/+4
2022-01-13inline ItemId method, clarify comments a bitRune Tynan-11/+10
2022-01-13Fix errors on blanket impls by ignoring the children of their generated imple...Rune Tynan-1/+13
2022-01-13rustdoc: decouple stability and const-stabilityAndy Russell-36/+55
2022-01-13rustdoc: remove hand-rolled isattyAndy Russell-41/+16
2022-01-13Regenerate the PNGs favicon with the updated Rust logoLoïc BRANSTETT-0/+0
2022-01-13Use the updated Rust logo and change it's format to SVGLoïc BRANSTETT-5/+67
2022-01-13Rollup merge of #92334 - dtolnay:rustdocmatcher, r=camelid,GuillaumeGomezMatthias Krüger-6/+55
2022-01-13Rollup merge of #91687 - euclio:tuple-variant-field-section, r=GuillaumeGomezMatthias Krüger-5/+14
2022-01-13Auto merge of #92526 - djc:rustdoc-askama, r=jshabors-121/+68
2022-01-12Remove intermediate `collect`Roc Yu-5/+5
2022-01-12Rollup merge of #92764 - GuillaumeGomez:fix-rust-logo-style, r=jshaMatthias Krüger-3/+3
2022-01-12Rollup merge of #92742 - GuillaumeGomez:missing-suffix-sidebar-items, r=notri...Matthias Krüger-2/+6
2022-01-12Rollup merge of #92699 - camelid:private-fields, r=jshaMatthias Krüger-5/+3
2022-01-11Remove some unnecessary uses of `FieldDef::ident`Noah Lev-7/+3
2022-01-11rustdoc: do not emit tuple variant fields if none are documentedAndy Russell-5/+14
2022-01-11Store a `Symbol` instead of an `Ident` in `VariantDef`/`FieldDef`Aaron Hill-6/+6
2022-01-11Fix style for rust logoGuillaume Gomez-3/+3
2022-01-10Update some comments post the side channel removalNoah Lev-5/+2
2022-01-10Extract functions for two closuresNoah Lev-73/+107
2022-01-10Update comment and make code clearerNoah Lev-5/+4
2022-01-10Remove unnecessary conditional for suggesting disambiguatorNoah Lev-4/+1
2022-01-10Use Res instead of Disambiguator for `resolved` in `report_mismatch`Noah Lev-65/+50
2022-01-10Remove hack that is no longer necessaryNoah Lev-11/+1
2022-01-11Auto merge of #92601 - camelid:more-intra-doc-cleanup, r=Manishearthbors-142/+148
2022-01-10Add missing suffix for sidebar-items script pathGuillaume Gomez-2/+6
2022-01-10Update rayon and rustc-rayonJosh Stone-1/+1
2022-01-10Remove configuration which became unused in 8abb4bb698c9d74507adb9cd7b54a032f...Dirkjan Ochtman-10/+0
2022-01-10Address feedbackDirkjan Ochtman-13/+7
2022-01-10Migrate rustdoc from Tera to AskamaDirkjan Ochtman-108/+71
2022-01-10Rollup merge of #92602 - jsha:source-link-2, r=GuillaumeGomezMatthias Krüger-52/+62
2022-01-09Display "private fields" instead of "fields omitted"Noah Lev-5/+3
2022-01-09Auto merge of #92690 - matthiaskrgr:rollup-rw0oz05, r=matthiaskrgrbors-286/+313
2022-01-09Rollup merge of #92673 - GuillaumeGomez:remove-all-items-toggle, r=jshaMatthias Krüger-8/+0
2022-01-09Rollup merge of #92608 - petrochenkov:doctrscope3, r=CraftSpiderMatthias Krüger-250/+278
2022-01-09Rollup merge of #92490 - jsha:crates-in-results, r=GuillaumeGomezMatthias Krüger-28/+35
2022-01-09rustc_middle: Rename `Export` to `ModChild` and add some commentsVadim Petrochenkov-1/+1
2022-01-09rustc_metadata: Rename `item_children(_untracked)` to `module_children(_untra...Vadim Petrochenkov-4/+4
2022-01-08Remove useless collapse toggle on "all items" pageGuillaume Gomez-8/+0
2022-01-08Make source links look cleanerJacob Hoffman-Andrews-52/+62
2022-01-08Auto merge of #91305 - camelid:rm-cond, r=GuillaumeGomezbors-3/+0
2022-01-07Rollup merge of #92610 - GuillaumeGomez:css-class-instead-of-inline-style, r=...Eric Huss-2/+6