about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2022-09-09rustdoc: implement glob shadowing when doing local inliningMichael Howell-0/+12
2022-09-10Rustdoc-Json: Correcty handle intra-doc-links to items without HTML pageNixon Enraght-Moony-7/+21
2022-09-09rustdoc: when removing duplicate names, ignore `#[doc(hidden)]` itemsMichael Howell-3/+10
2022-09-09rustdoc: avoid cleaning modules with duplicate namesMichael Howell-3/+5
2022-09-09rustdoc: remove unused CSS `#search { position: relative }`Michael Howell-5/+0
2022-09-09Rollup merge of #101600 - notriddle:notriddle/li, r=GuillaumeGomezGuillaume Gomez-60/+38
2022-09-09rustdoc: simplify the codeblock tooltipMichael Howell-60/+38
2022-09-09Auto merge of #101603 - matthiaskrgr:rollup-8y6kf20, r=matthiaskrgrbors-144/+48
2022-09-09Rollup merge of #101593 - GuillaumeGomez:cleanup-theme-tooltip, r=notriddleMatthias Krüger-144/+48
2022-09-09Handle generic parameters.Camille GILLOT-12/+1
2022-09-09Rustdoc supportMichael Goulet-2/+14
2022-09-09RPITIT placeholder itemsMichael Goulet-2/+2
2022-09-08Remove ReEmptyJack Huey-9/+0
2022-09-09Clean up themes a bit moreGuillaume Gomez-144/+48
2022-09-08Rollup merge of #101584 - notriddle:notriddle/settings-menu, r=GuillaumeGomezMichael Goulet-3/+1
2022-09-08Rollup merge of #101580 - notriddle:notriddle/div-impl-items-div, r=Guillaume...Michael Goulet-5/+0
2022-09-08Rollup merge of #101554 - notriddle:notriddle/implemenation-list-h3-span-in-b...Michael Goulet-4/+0
2022-09-08rustdoc: remove no-op CSS `#settings-menu { padding: 0 }`Michael Howell-3/+1
2022-09-08rustdoc: remove unused CSS `div.impl-items > div`Michael Howell-5/+0
2022-09-08Auto merge of #101467 - nnethercote:shrink-hir-Ty-Pat, r=spastorinobors-3/+3
2022-09-08Rollup merge of #101498 - petrochenkov:visparam, r=cjgillotDylan DPC-3/+3
2022-09-08Arena-allocate `hir::Lifetime`.Nicholas Nethercote-3/+3
2022-09-07rustdoc: remove unused CSS `#implementations-list > h3 > span.in-band`Michael Howell-4/+0
2022-09-07Auto merge of #94075 - mikebenfield:wip-enum, r=oli-obkbors-1/+2
2022-09-07Use niche-filling optimization even when multiple variants have data.Michael Benfield-1/+2
2022-09-07Rollup merge of #101538 - notriddle:notriddle/content-methods-div, r=Guillaum...Matthias Krüger-5/+0
2022-09-07Rollup merge of #101534 - rust-lang:notriddle/rustdoc-flex-direction, r=Guill...Matthias Krüger-1/+0
2022-09-07Rollup merge of #101521 - aDotInTheVoid:rdj-structkind, r=GuillaumeGomezMatthias Krüger-25/+11
2022-09-07Rollup merge of #101507 - notriddle:notriddle/main-content-table-td, r=Guilla...Matthias Krüger-5/+0
2022-09-07Rollup merge of #101506 - notriddle:notriddle/rustdoc-main-since-2, r=Guillau...Matthias Krüger-3/+0
2022-09-07rustdoc: remove unused CSS `#main-content > table td`Michael Howell-5/+0
2022-09-07rustdoc: remove unused CSS `.content .methods > div`Michael Howell-5/+0
2022-09-07Auto merge of #101432 - nnethercote:shrink-PredicateS, r=lcnrbors-3/+3
2022-09-07rustdoc: remove unused mobile CSS `.rustdoc { flex-direction }`Michael Howell-1/+0
2022-09-07rustc: Parameterize `ty::Visibility` over used IDVadim Petrochenkov-3/+3
2022-09-07Rustdoc-Json: More accurate struct type.Nixon Enraght-Moony-25/+11
2022-09-07Rollup merge of #101491 - notriddle:notriddle/sub-variant-div-item-info, r=Gu...Yuki Okushi-4/+0
2022-09-07Rollup merge of #101488 - notriddle:notriddle/results-table, r=GuillaumeGomezYuki Okushi-5/+0
2022-09-06rustdoc: remove unused CSS `#main-content > .since`Michael Howell-3/+0
2022-09-06rustdoc mobile: move notable traits to return typeJacob Hoffman-Andrews-6/+0
2022-09-06rustdoc: remove outdated CSS `.sub-variant > div > .item-info`Michael Howell-4/+0
2022-09-06rustdoc: remove unused CSS `#results > table`Michael Howell-5/+0
2022-09-06Rollup merge of #101462 - aDotInTheVoid:rdj-enum-field-2, r=GuillaumeGomezGuillaume Gomez-11/+21
2022-09-05Rustdoc-Json: Store Variant Fields as their own item.Nixon Enraght-Moony-11/+21
2022-09-05Auto merge of #101261 - TaKO8Ki:separate-receiver-from-arguments-in-hir, r=cj...bors-1/+1
2022-09-05Auto merge of #101228 - nnethercote:simplify-hir-PathSegment, r=petrochenkovbors-18/+16
2022-09-05separate the receiver from arguments in HIRTakayuki Maeda-1/+1
2022-09-05Rollup merge of #101391 - matthiaskrgr:perf0309, r=oli-obkDylan DPC-3/+3
2022-09-05Pack `Term` in the same way as `GenericArg`.Nicholas Nethercote-3/+3
2022-09-05Make `hir::PathSegment::hir_id` non-optional.Nicholas Nethercote-18/+16