about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2022-12-05Auto merge of #104824 - klensy:bump-some, r=Mark-Simulacrumbors-1/+1
2022-12-04Auto merge of #104757 - camelid:consolidate-lints, r=GuillaumeGomez,jyn514,Ma...bors-499/+439
2022-12-03Auto merge of #105183 - GuillaumeGomez:merge-and-dedup-predicates, r=notriddlebors-33/+91
2022-12-03Rollup merge of #105189 - notriddle:notriddle/rustdoc-toggle-hideme, r=Guilla...Yuki Okushi-8/+2
2022-12-03Rollup merge of #105182 - aDotInTheVoid:rdj-no-foreign-traits, r=Enselic,Guil...Yuki Okushi-52/+1
2022-12-02rustdoc: clean up redundant CSS on `.rustdoc-toggle.hideme`Michael Howell-8/+2
2022-12-02Rollup merge of #105155 - notriddle:notriddle/flexbox-help-settings-buttons, ...Matthias Krüger-19/+10
2022-12-02Merge generics and where predicates and prevent duplicates in where predicatesGuillaume Gomez-33/+91
2022-12-02Rustdoc-Json: Don't include foreign traitsNixon Enraght-Moony-52/+1
2022-12-02Auto merge of #104863 - nnethercote:reduce-lint-macros, r=cjgillotbors-4/+1
2022-12-02Rollup merge of #105143 - notriddle:notriddle/scraped-example-list-font, r=Gu...Matthias Krüger-3/+1
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-26rustdoc: pass "true" to reset focus for notable traitsMichael Howell-11/+7
2022-11-26rustdoc: improve popover focus handling JSMichael Howell-5/+21