about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2022-01-20Extra cfg_hide a bit to handle inner cfgsGuillaume Gomez-15/+10
2022-01-20Exclude "test" from doc_auto_cfg renderingGuillaume Gomez-16/+50
2022-01-19Rollup merge of #93005 - GuillaumeGomez:templates-in-html, r=notriddleMatthias Krüger-1/+3
2022-01-19Move back templates into html folderGuillaume Gomez-1/+3
2022-01-18Remove horizontal lines at top of pageJacob Hoffman-Andrews-12/+0
2022-01-18Simplify and unify rustdoc sidebar stylesJacob Hoffman-Andrews-330/+174
2022-01-18Auto merge of #87648 - JulianKnodt:const_eq_constrain, r=oli-obkbors-31/+103
2022-01-18Rollup merge of #92947 - vacuus:rustdoc-core-visit-path, r=camelidMatthias Krüger-3/+3
2022-01-18Rollup merge of #92830 - jsha:style-cleanups, r=GuillaumeGomezMatthias Krüger-41/+21
2022-01-18Rollup merge of #92803 - jsha:hide-sidebar, r=GuillaumeGomezMatthias Krüger-0/+4
2022-01-18Rollup merge of #92629 - jsha:theme-picker-local-only-2, r=GuillaumeGomezMatthias Krüger-16/+53
2022-01-17Hide mobile sidebar on some clicksJacob Hoffman-Andrews-0/+4
2022-01-17Add term to ExistentialProjectionkadmin-1/+1
2022-01-17Update w/ commentskadmin-4/+1
2022-01-17Update term for use in more placeskadmin-34/+106
2022-01-17Rustdoc style cleanupsJacob Hoffman-Andrews-46/+21
2022-01-17Rollup merge of #92936 - vacuus:html-markdown-parse, r=GuillaumeGomezMatthias Krüger-3/+1
2022-01-17Rollup merge of #92801 - jsha:overflow-wrap, r=GuillaumeGomezMatthias Krüger-0/+16
2022-01-17Use Term in ProjectionPredicatekadmin-8/+10
2022-01-17add eq constraints on associated constantskadmin-1/+2
2022-01-17Auto merge of #90986 - camsteffen:nested-filter, r=cjgillotbors-15/+18
2022-01-17Rollup merge of #92937 - GuillaumeGomez:dot-separator, r=jshaMatthias Krüger-3/+7
2022-01-17Rollup merge of #92819 - euclio:atty, r=CraftSpiderMatthias Krüger-41/+16
2022-01-17Rollup merge of #92799 - rust-lang:followup-from-92533, r=Aaron1011Matthias Krüger-7/+3
2022-01-17Rollup merge of #92795 - jsha:link-to-top, r=GuillaumeGomezMatthias Krüger-1/+1
2022-01-16Replace NestedVisitorMap with NestedFilterCameron Steffen-15/+18
2022-01-16Rollup merge of #92792 - mdibaiee:92662/fix-intra-doc-generics, r=camelidMatthias Krüger-1/+12
2022-01-16Rollup merge of #92635 - camelid:yet-more-cleanup, r=ManishearthMatthias Krüger-157/+159
2022-01-16Auto merge of #92805 - BoxyUwU:revert-lazy-anon-const-substs, r=lcnrbors-1/+1
2022-01-16Auto merge of #92740 - cuviper:update-rayons, r=Mark-Simulacrumbors-1/+1
2022-01-15Remove `collect`Roc Yu-3/+3
2022-01-15Return a LocalDefId in get_parent_item.Camille GILLOT-2/+4
2022-01-15Fix broken linkNoah Lev-1/+1
2022-01-15Fix missing dot separatorGuillaume Gomez-3/+7
2022-01-15Remove `collect`Roc Yu-3/+1
2022-01-14Add support for "always theme" in settingJacob Hoffman-Andrews-4/+41
2022-01-14Pick themes on settings page, not every pageJacob Hoffman-Andrews-12/+12
2022-01-14Enable wrapping words by defaultJacob Hoffman-Andrews-0/+16
2022-01-15Rollup merge of #92868 - pierwill:librustdoc-clippy, r=camelidMatthias Krüger-13/+11
2022-01-15initial revertEllen-1/+1
2022-01-14Auto merge of #91948 - nnethercote:rustdoc-more-Symbols, r=GuillaumeGomezbors-169/+255
2022-01-14Document and test `UrlPartsBuilder::push_fmt`Noah Lev-0/+23
2022-01-14Make `AVG_PART_LENGTH` a power of 2Noah Lev-3/+10
2022-01-14Estimate path length instead of hardcoding 64 bytesNoah Lev-2/+10
2022-01-14Use UrlPartsBuilder and remove `join_with_slash`Noah Lev-36/+16
2022-01-14rustdoc: remove some unnecessary sigils.Nicholas Nethercote-1/+1
2022-01-14rustdoc: remove many unnecessary `.as_ref()` calls.Nicholas Nethercote-38/+29
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