Skip to content
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

Rollup of 8 pull requests #86982

Merged
merged 19 commits into from
Jul 8, 2021
Merged
Changes from 2 commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
3e569dd
Remove lang items Send, UnwindSafe and RefUnwindSafe
roxelo Jun 29, 2021
06afafd
Use diagnostic items to check for Send, UnwindSafe and RefUnwindSafe …
roxelo Jun 29, 2021
cc3af70
Rename variable
roxelo Jun 30, 2021
3b2ad49
Update BTreeSet::drain_filter documentation
janikrabe Jul 1, 2021
27b55e6
Document rustdoc with `--document-private-items`
Stupremee Jul 6, 2021
bd674b1
Update .mailmap file
jhpratt Jul 7, 2021
07f903e
fn must be const if marked with stability attribut
Jul 3, 2021
ff61897
mailmap: Add alternative addresses for myself
ijackson Jul 8, 2021
a2654fb
Rework SESSION_GLOBALS API to prevent overwriting it
GuillaumeGomez May 5, 2021
d891c8c
Update to last upstream version
GuillaumeGomez Jul 8, 2021
1f84bff
Fix display of small-section-header elements
GuillaumeGomez Jul 8, 2021
d9297ae
Rollup merge of #84961 - GuillaumeGomez:rework-session-globals, r=oli…
GuillaumeGomez Jul 8, 2021
d12b168
Rollup merge of #86726 - sexxi-goose:use-diagnostic-item-for-rfc2229-…
GuillaumeGomez Jul 8, 2021
ff4bf73
Rollup merge of #86789 - janikrabe:btreeset-drainfilter-doc, r=kennytm
GuillaumeGomez Jul 8, 2021
d85718a
Rollup merge of #86838 - lambinoo:I-69630-rust_const_unstable_check_c…
GuillaumeGomez Jul 8, 2021
46314f7
Rollup merge of #86903 - GuillaumeGomez:small-header-display, r=Nemo157
GuillaumeGomez Jul 8, 2021
e30eb4d
Rollup merge of #86913 - Stupremee:document-rustdoc-private-items, r=…
GuillaumeGomez Jul 8, 2021
58be639
Rollup merge of #86957 - jhpratt:update-mailmap, r=jyn514
GuillaumeGomez Jul 8, 2021
6056682
Rollup merge of #86971 - ijackson:mailmap, r=Mark-Simulacrum
GuillaumeGomez Jul 8, 2021
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
2 changes: 1 addition & 1 deletion src/librustdoc/html/render/mod.rs
Original file line number Diff line number Diff line change
@@ -1027,7 +1027,7 @@ fn render_assoc_items(
write!(
w,
"<h2 id=\"deref-methods\" class=\"small-section-header\">\
Methods from {trait_}&lt;Target = {type_}&gt;\
<span>Methods from {trait_}&lt;Target = {type_}&gt;</span>\
<a href=\"#deref-methods\" class=\"anchor\"></a>\
</h2>",
trait_ = trait_.print(cx),
5 changes: 0 additions & 5 deletions src/librustdoc/html/static/css/rustdoc.css
Original file line number Diff line number Diff line change
@@ -1092,11 +1092,6 @@ a.test-arrow:hover{
left: -10px;
}

#main > .variant, #main > .structfield {
display: block;
}


:target > code {
opacity: 1;
}