Skip to content

Rollup of 8 pull requests #101037

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 22 commits into from
Aug 26, 2022
Merged
Changes from 2 commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
ea4e5c2
BTree: evaluate static type-related check at compile time
ssomers Mar 16, 2022
fab36d1
Add comments about stdout locking
sigaloid Jul 26, 2022
1b87306
Document that `RawWakerVTable` functions must be thread-safe.
kpreid Aug 4, 2022
d4bcc4a
Remove self-referential intra-doc links.
kpreid Aug 4, 2022
097b382
Unify rightside rendering
GuillaumeGomez Aug 24, 2022
d40a18e
Remove the extra DOM level if there is only one child in rightside el…
GuillaumeGomez Aug 24, 2022
29ac48d
Update rustdoc tests for simplified rightside DOM
GuillaumeGomez Aug 24, 2022
7220f4a
Extend GUI test to check colors for all srclink elements
GuillaumeGomez Aug 24, 2022
38eb33b
Add color test for anchors in all themes
GuillaumeGomez Aug 24, 2022
01d64f5
Fix missing cfg propagation for reexports
GuillaumeGomez Aug 25, 2022
2ed9454
Add test for missing cfg propagation for reexport
GuillaumeGomez Aug 25, 2022
8c65478
rustdoc: remove unused CSS for `.variants_table`
notriddle Aug 25, 2022
07a243b
rustdoc: remove `type="text/css" from stylesheet links
notriddle Aug 26, 2022
fb33dd8
Remove unused build dependency
GuillaumeGomez Aug 26, 2022
e3148dc
Rollup merge of #95005 - ssomers:btree_static_assert, r=thomcc
GuillaumeGomez Aug 26, 2022
ae838f7
Rollup merge of #99742 - sigaloid:master, r=thomcc
GuillaumeGomez Aug 26, 2022
7881e05
Rollup merge of #100128 - kpreid:waker-doc, r=thomcc
GuillaumeGomez Aug 26, 2022
378f851
Rollup merge of #100956 - GuillaumeGomez:reduce-rightside-dom-size, r…
GuillaumeGomez Aug 26, 2022
7cffb4c
Rollup merge of #101006 - GuillaumeGomez:doc-cfg-reexport, r=notriddle
GuillaumeGomez Aug 26, 2022
6ada6c5
Rollup merge of #101012 - notriddle:notriddle/variants_table, r=jsha
GuillaumeGomez Aug 26, 2022
4d259f6
Rollup merge of #101023 - notriddle:notriddle/head-shrink, r=Dylan-DPC
GuillaumeGomez Aug 26, 2022
c391ba0
Rollup merge of #101031 - rust-lang:remove-unused-build-dep, r=bjorn3
GuillaumeGomez Aug 26, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions src/librustdoc/html/static/css/rustdoc.css
Original file line number Diff line number Diff line change
@@ -1200,14 +1200,6 @@ so that we can apply CSS-filters to change the arrow color in themes */
float: right;
}

.variants_table {
width: 100%;
}

.variants_table tbody tr td:first-child {
width: 1%; /* make the variant name as small as possible */
}

td.summary-column {
width: 100%;
}