about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2022-09-16Rollup merge of #101494 - jsha:notable-traits-right, r=GuillaumeGomezGuillaume Gomez-6/+0
2022-09-15rustdoc: remove no-op CSS `.block { padding: 0 }`Michael Howell-3/+0
2022-09-15rustdoc: use more precise URLs for jump-to-definition linksMichael Howell-4/+39
2022-09-15Only enable the let_else feature on bootstrapest31-1/+1
2022-09-15rustdoc: remove no-op CSS `h1-4 { color: --main-color }`Michael Howell-1/+0
2022-09-15Correctly handle parensGuillaume Gomez-8/+38
2022-09-15Rollup merge of #101820 - notriddle:notriddle/a, r=GuillaumeGomezMatthias Krüger-1/+0
2022-09-15Rollup merge of #101812 - notriddle:notriddle/titles-button, r=GuillaumeGomezMatthias Krüger-23/+6
2022-09-15Rollup merge of #101778 - notriddle:notriddle/docblock-short-p, r=GuillaumeGomezMatthias Krüger-6/+6
2022-09-15Streamline `register_res`.Nicholas Nethercote-21/+5
2022-09-14rustdoc: remove no-op rule `a { background: transparent }`Michael Howell-1/+0
2022-09-14Remove duplicate warningsGuillaume Gomez-2/+0
2022-09-14Auto merge of #101212 - eholk:dyn-star, r=compiler-errorsbors-1/+1
2022-09-14Add check for missing CSS variablesGuillaume Gomez-10/+56
2022-09-14Update theme check testsGuillaume Gomez-21/+39
2022-09-14Simplify CSS parser to check themesGuillaume Gomez-207/+178
2022-09-14rustdoc: clean up CSS `#titles` using flexboxMichael Howell-23/+6
2022-09-14change AccessLevels representationBryanskiy-7/+4
2022-09-14Rollup merge of #101773 - notriddle:notriddle/content-table, r=GuillaumeGomezDylan DPC-9/+1
2022-09-14Rollup merge of #101769 - notriddle:notriddle/out-of-band-span-since, r=Guill...Dylan DPC-1/+0
2022-09-13rustdoc: clean up DOM by removing `.dockblock-short p`Michael Howell-6/+6
2022-09-13Rollup merge of #101770 - aDotInTheVoid:rdj-index-clone, r=GuillaumeGomezMatthias Krüger-2/+13
2022-09-13Rollup merge of #101737 - notriddle:notriddle/search-results-result-name-span...Matthias Krüger-6/+0
2022-09-13rustdoc: remove outdated CSS `.content table` etcMichael Howell-9/+1
2022-09-13Rustdoc-Json: Don't loose subitems of foreign traits.Nixon Enraght-Moony-2/+13
2022-09-13rustdoc: remove redundant CSS `.out-of-band > span.since { position }`Michael Howell-1/+0
2022-09-13rebaseb-naber-1/+1
2022-09-13use ty::Unevaluated<'tcx, ()> in type systemb-naber-3/+2
2022-09-13Auto merge of #101757 - Dylan-DPC:rollup-wkt6oe9, r=Dylan-DPCbors-3/+2
2022-09-13Rollup merge of #101748 - notriddle:notriddle/source-sidebar-sidebar-toggle, ...Dylan DPC-1/+0
2022-09-13Rollup merge of #101690 - kadiwa4:avoid_iterator_last, r=oli-obkDylan DPC-2/+2
2022-09-13Auto merge of #96709 - jackh726:gats-stabilization, r=compiler-errorsbors-1/+1
2022-09-12rustdoc: remove redundant CSS `#source-sidebar, #sidebar-toggle`Michael Howell-1/+0
2022-09-12Plumb dyn trait representation through ty::DynamicEric Holk-1/+1
2022-09-12rustdoc: remove no-op CSS `.search-results .result-name > span`Michael Howell-6/+0
2022-09-12Rollup merge of #101735 - notriddle:notriddle/backslash-escaped-html, r=Guill...Guillaume Gomez-1/+1
2022-09-12Rollup merge of #101732 - Nemo157:gate-rustdoc-missing-examples, r=GuillaumeG...Guillaume Gomez-3/+8
2022-09-12Rollup merge of #101731 - notriddle:notriddle/more-improved-html-check, r=Gui...Guillaume Gomez-3/+80
2022-09-12rustdoc: fix treatment of backslash-escaped HTMLMichael Howell-1/+1
2022-09-12Feature gate the rustdoc::missing_doc_code_examples lintWim Looman-3/+8
2022-09-12rustdoc: improve rustdoc HTML suggestions handling of nested genericsMichael Howell-3/+80
2022-09-11rustdoc: remove no-op `#search`Michael Howell-4/+0
2022-09-11rustdoc: remove no-op `#search { margin-left: 0 }`Michael Howell-1/+0
2022-09-11Avoid `Iterator::last`KaDiWa-2/+2
2022-09-10Auto merge of #101613 - GuillaumeGomez:codeblock-tooltip, r=notriddlebors-83/+86
2022-09-10Auto merge of #98559 - jackh726:remove-reempty, r=oli-obkbors-9/+0
2022-09-10Rollup merge of #101631 - rust-lang:notriddle/duplicate-module, r=GuillaumeGomezDylan DPC-5/+26
2022-09-10Simplify DOM for codeblocks tooltipsGuillaume Gomez-83/+86
2022-09-10Rollup merge of #101633 - aDotInTheVoid:rdj-idl, r=jyn514Matthias Krüger-7/+21
2022-09-10Rollup merge of #101624 - notriddle:notriddle/search, r=GuillaumeGomezMatthias Krüger-5/+0