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 15 pull requests #60101

Closed
wants to merge 39 commits into from
Closed
Changes from 2 commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
6225b31
Make clear that format padding doesn't work for Debug
sourcefrog Apr 13, 2019
cc2689a
implement nth_back for Bytes
koalatux Apr 16, 2019
fae2a68
implement nth_back for Fuse
koalatux Apr 16, 2019
2605537
implement nth_back for Enumerate
koalatux Apr 16, 2019
4fed94b
Remove unwanted z-index change
GuillaumeGomez Apr 17, 2019
98f38b2
Correct E0392 diagnostic
varkor Apr 17, 2019
ca19ffe
Update rustfmt to 1.2.1
topecongiro Apr 17, 2019
365a48a
whitelist rtm x86 cpu feature
mtak- Apr 17, 2019
007b40b
Point at try `?` on errors affecting the err match arm of the desugar…
estebank Apr 18, 2019
1e99b2e
Give custom error for E0277 on `?` error case
estebank Apr 18, 2019
379c541
Simplify the returning of a Result a bit
janhohenheim Apr 17, 2019
be69785
Use more realistic example for thread builder
matklad Apr 18, 2019
553ec5d
Update run-make PGO test to new commandline syntax.
michaelwoerister Apr 17, 2019
4269be3
Prefix PROFILER_SUPPORT and SANITIZER_SUPPORT test env vars with RUST…
michaelwoerister Apr 18, 2019
227be65
compiletest: Allow for tests requiring profiler-rt or sanitizer-rt su…
michaelwoerister Apr 18, 2019
e2acaee
Add codegen test that makes sure PGO instrumentation is emitted as ex…
michaelwoerister Apr 16, 2019
d98afc5
Fix small errors in docs for `rchunks_exact` and `rchunks_exact_mut`.
nathankleyn Apr 18, 2019
cc77087
Use new `needs-(profiler|sanitizer)-support` compiletest directive to…
michaelwoerister Apr 18, 2019
08efbac
Implement event filtering for self-profiler.
michaelwoerister Apr 12, 2019
ae1f2b5
Update miri
TimDiekmann Apr 18, 2019
048ba28
Update tests
varkor Apr 17, 2019
eed3619
Use -mergefunc-use-aliases for any LLVM >= 8
cuviper Apr 18, 2019
a1099ae
Remove the unused LLVMRustIsRustLLVM
cuviper Apr 18, 2019
dbfbade
libcore: deny more...
Centril Apr 18, 2019
8286299
Rollup merge of #59915 - michaelwoerister:sp-event-filters-1, r=wesle…
Centril Apr 19, 2019
419b217
Rollup merge of #59933 - sourcefrog:doc-fmt, r=shepmaster
Centril Apr 19, 2019
47f14f7
Rollup merge of #60023 - koalatux:nth-back, r=scottmcm
Centril Apr 19, 2019
af65b60
Rollup merge of #60032 - rust-lang:remove-unwanted-z-index, r=QuietMi…
Centril Apr 19, 2019
ecb9edf
Rollup merge of #60038 - michaelwoerister:pgo-updates-2, r=alexcrichton
Centril Apr 19, 2019
e708645
Rollup merge of #60041 - jnferner:patch-1, r=shepmaster
Centril Apr 19, 2019
944a740
Rollup merge of #60052 - varkor:unused-parameter-diagnostic, r=estebank
Centril Apr 19, 2019
eb95caa
Rollup merge of #60056 - topecongiro:rustfmt-1.2.1, r=alexcrichton
Centril Apr 19, 2019
a667ae6
Rollup merge of #60060 - mtak-:rtm-x86-feature, r=petrochenkov
Centril Apr 19, 2019
fc33206
Rollup merge of #60064 - estebank:issue-59980, r=varkor
Centril Apr 19, 2019
54b4a44
Rollup merge of #60078 - matklad:patch-1, r=shepmaster
Centril Apr 19, 2019
90c59c9
Rollup merge of #60080 - nathankleyn:fix-issue-60068, r=Centril
Centril Apr 19, 2019
69a3822
Rollup merge of #60082 - TimDiekmann:master, r=RalfJung
Centril Apr 19, 2019
39ab46a
Rollup merge of #60097 - cuviper:llvm8-mergefunc-use-aliases, r=rkruppe
Centril Apr 19, 2019
0a5fe40
Rollup merge of #60098 - Centril:libcore-deny-more, r=varkor
Centril Apr 19, 2019
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
1 change: 0 additions & 1 deletion src/librustdoc/html/static/rustdoc.css
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ nav.sub {
top: 0;
height: 100vh;
overflow: auto;
z-index: 1;
}

.sidebar .block > ul > li {
Expand Down