about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2022-12-02Rollup merge of #105132 - GuillaumeGomez:migrate-summary-toggle-to-var, r=not...Matthias Krüger-8/+4
2022-12-02Auto merge of #104963 - petrochenkov:noaddids2, r=cjgillotbors-44/+60
2022-12-02Remove `-Zno-interleave-lints`.Nicholas Nethercote-4/+1
2022-12-01rustdoc: clean up help and settings button CSSMichael Howell-13/+8
2022-12-01rustdoc: clean up button-hiding mobile CSSMichael Howell-6/+2
2022-12-01rustdoc: use simpler CSS for setting the font on scraped examplesMichael Howell-3/+1
2022-12-01rustc_ast_lowering: Stop lowering imports into multiple itemsVadim Petrochenkov-1/+1
2022-12-01rustc_hir: Change representation of import paths to support multiple resolutionsVadim Petrochenkov-41/+57
2022-12-01Migrate summary toggle filter to CSS variableGuillaume Gomez-8/+4
2022-12-01rustc_hir: Relax lifetime requirements on `Visitor::visit_path`Vadim Petrochenkov-2/+2
2022-12-01Rollup merge of #105088 - notriddle:notriddle/search-results-div-desc, r=Guil...Matthias Krüger-1/+0
2022-11-30Rollup merge of #105086 - notriddle:notriddle/sidebar-css, r=GuillaumeGomezMatthias Krüger-7/+5
2022-11-30Rollup merge of #105064 - notriddle:notriddle/main-min-width, r=GuillaumeGomezMatthias Krüger-1/+1
2022-11-30rustdoc: remove redundant CSS `div.desc { display: block }`Michael Howell-1/+0
2022-11-30rustdoc: clean up sidebar link CSSMichael Howell-7/+5
2022-11-30Auto merge of #104905 - compiler-errors:normalization-changes, r=spastorinobors-2/+2
2022-11-29rustdoc: add comment to confusing CSS `main { min-width: 0 }`Michael Howell-1/+1
2022-11-29rustdoc: use shorthand background for rustdoc toggle CSSMichael Howell-6/+2
2022-11-29update cpufeatures, swap difference to dissimilarklensy-1/+1
2022-11-29Rollup merge of #105024 - notriddle:notriddle/fnname, r=jyn514Matthias Krüger-3/+2
2022-11-29Rollup merge of #105020 - notriddle:notriddle/rustdoc-toggle, r=GuillaumeGomezMatthias Krüger-8/+1
2022-11-29Rollup merge of #105016 - GuillaumeGomez:load-sentence-rustdoc, r=notriddleMatthias Krüger-8/+12
2022-11-28rustdoc: remove `fnname` CSS class that's styled exactly like `fn`Michael Howell-3/+2
2022-11-28partially_normalize_... -> At::normalizeMichael Goulet-1/+1
2022-11-28Rename At::normalize to At::query_normalizeMichael Goulet-1/+1
2022-11-28rustdoc: merge background-image rules in rustdoc-toggle CSSMichael Howell-8/+1
2022-11-28Add sentence when rustdoc search is runningGuillaume Gomez-8/+12
2022-11-28Rollup merge of #104804 - nnethercote:MetaItemLit, r=petrochenkovMatthias Krüger-3/+3
2022-11-28Rollup merge of #104732 - WaffleLapkin:from_def_idn't, r=compiler-errorsDylan DPC-1/+1
2022-11-28Rename `NestedMetaItem::[Ll]iteral` as `NestedMetaItem::[Ll]it`.Nicholas Nethercote-3/+3
2022-11-27Rollup merge of #104984 - GuillaumeGomez:remote-crate-primitives, r=notriddleMatthias Krüger-5/+6
2022-11-27Auto merge of #104983 - matthiaskrgr:rollup-018sk73, r=matthiaskrgrbors-7/+31
2022-11-27Remove Crate::primitives fieldGuillaume Gomez-5/+6
2022-11-27Rollup merge of #104946 - notriddle:notriddle/popover-menu-focus, r=Guillaume...Matthias Krüger-5/+17
2022-11-27Auto merge of #104048 - cjgillot:split-lifetime, r=compiler-errorsbors-27/+14
2022-11-27Rename `fn_trait_kind_from_{from_lang=>def_id}` to better convey meaningMaybe Waffle-1/+1
2022-11-26Use target exe_suffix for doctestsJubilee Young-2/+14
2022-11-26Fix UI issues with Rustdoc scrape-examples feature.Will Crichton-3/+5
2022-11-26rustdoc: pass "true" to reset focus for notable traitsMichael Howell-11/+7
2022-11-26rustdoc: improve popover focus handling JSMichael Howell-5/+21
2022-11-26Rollup merge of #104928 - notriddle:notriddle/sidebar-toggle-flexbox, r=Guill...Guillaume Gomez-9/+3
2022-11-26Rollup merge of #104899 - notriddle:notriddle/help-dt, r=GuillaumeGomezMatthias Krüger-1/+0
2022-11-25rustdoc: use flexbox CSS to align sidebar button instead of positionMichael Howell-9/+3
2022-11-25Auto merge of #104902 - matthiaskrgr:rollup-oo27a4u, r=matthiaskrgrbors-2/+1
2022-11-25rustdoc: remove no-op CSS `#help dt { display: block }`Michael Howell-1/+0
2022-11-25rustdoc: revert tooltip background color on light theme to readableMichael Howell-1/+1
2022-11-25rustdoc: remove `cursor: pointer` from unclickable tooltipMichael Howell-1/+0
2022-11-25Auto merge of #104846 - spastorino:santa-clauses-make-goals-early-christmas-ð...bors-20/+31
2022-11-25Rollup merge of #104849 - GuillaumeGomez:source-code-sidebar-css-migration, r...Matthias Krüger-20/+14
2022-11-25Introduce PredicateKind::ClauseSantiago Pastorino-14/+30