Skip to content

Rollup of 13 pull requests #46430

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 30 commits into from
Dec 2, 2017
Merged
Changes from 2 commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
658ea38
rustc_llvm: remove stale references
tamird Nov 26, 2017
9067d97
rustc_llvm: use cc::Build::define
tamird Nov 26, 2017
94d02b8
*: strip calls to cc::Build::compile
tamird Nov 26, 2017
c00ba79
Invert colors in important traits tooltip
GuillaumeGomez Nov 29, 2017
326eb79
rustbuild: Fix a typo with the Cargo book
alexcrichton Nov 29, 2017
21228a8
Remove librustdoc dependency on env_logger
Aaron1011 Nov 29, 2017
91a4106
Fix rustoc item summaries that are headers
chrisduerr Nov 29, 2017
2544b9f
Update Cargo to Wed Nov 29 15:19:05 2017 +0000
SimonSapin Nov 29, 2017
5a00b7c
make coercions to `!` in unreachable code a hard error
arielb1 Nov 8, 2017
666bb90
wasm: Update LLVM to fix a test
alexcrichton Nov 29, 2017
780f4ed
incr.comp.: Make traits::VTable encodable and decodable.
michaelwoerister Nov 30, 2017
4e74eb5
rustc: Filter out bogus extern crate warnings
alexcrichton Nov 30, 2017
ccef969
NetBSD: add sysctl backend for std::env::current_exe
jakllsch Nov 29, 2017
ec337b6
Show hidden items with rustdoc's document-private
chrisduerr Nov 30, 2017
1df13c0
Hide trait impl with private trait type parameter
chrisduerr Nov 30, 2017
5f47c7f
Fix htmldocck naming
chrisduerr Nov 30, 2017
f2df1f5
build_helper: destination file can't be up to date when not exists
Dec 1, 2017
95f465d
Rollup merge of #45880 - arielb1:never-coerce, r=nikomatsakis
kennytm Dec 1, 2017
263eb4d
Rollup merge of #46280 - tamird:remove-old-refs, r=alexcrichton
kennytm Dec 1, 2017
9493d4b
Rollup merge of #46373 - jakllsch:netbsd-kern_proc_pathname, r=kennytm
kennytm Dec 1, 2017
613da5c
Rollup merge of #46376 - SimonSapin:cargoup, r=kennytm
kennytm Dec 1, 2017
2341f6c
Rollup merge of #46385 - alexcrichton:fix-cargo-book, r=Mark-Simulacrum
kennytm Dec 1, 2017
ae24366
Rollup merge of #46386 - Aaron1011:fix_rustdoc_log, r=Mark-Simulacrum
kennytm Dec 1, 2017
bc8e8fa
Rollup merge of #46387 - chrisduerr:master, r=QuietMisdreavus
kennytm Dec 1, 2017
edaec07
Rollup merge of #46392 - GuillaumeGomez:fix-tooltip, r=QuietMisdreavus
kennytm Dec 1, 2017
b86a47f
Rollup merge of #46400 - michaelwoerister:vtable-encodable, r=eddyb
kennytm Dec 1, 2017
bd5a4af
Rollup merge of #46401 - alexcrichton:wasm-tests, r=arielb1
kennytm Dec 1, 2017
3f99b7c
Rollup merge of #46405 - alexcrichton:fix-rustdoc, r=estebank
kennytm Dec 1, 2017
662f902
Rollup merge of #46412 - chrisduerr:issue-46380, r=QuietMisdreavus
kennytm Dec 1, 2017
5617477
Rollup merge of #46421 - mnd:fix-build-for-guix, r=alexcrichton
kennytm Dec 1, 2017
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
6 changes: 6 additions & 0 deletions src/librustdoc/html/static/rustdoc.css
Original file line number Diff line number Diff line change
Expand Up @@ -920,6 +920,12 @@ span.since {
border-color: transparent black transparent transparent;
}

.important-traits .tooltip .tooltiptext {
background-color: white;
color: black;
border: 1px solid #000;
}

pre.rust {
position: relative;
}
Expand Down