Skip to content

Rollup of 7 pull requests - #60087

Closed
Centril wants to merge 20 commits into
rust-lang:masterfrom
Centril:rollup-mu0qbbj
Closed

Rollup of 7 pull requests#60087
Centril wants to merge 20 commits into
rust-lang:masterfrom
Centril:rollup-mu0qbbj

Conversation

@Centril

Copy link
Copy Markdown
Contributor

Successful merges:

Failed merges:

r? @ghost

koalatuxand others added 20 commits April 16, 2019 20:41
The documentation for `rchunks_exact` said it started at the beginning
of the slice, bit it actually starts at the end of the slice.
In addition, there were a couple of "of the slice of the slice"
duplicate phrases going on for `rchunks_exact` and `rchunks_exact_mut`.
This fixesrust-lang#60068.
…, r=wesleywiser
Implement event filtering for self-profiler.
This is a first sketch for event filtering in the self-profiler, something that we'll want in order to keep profiling overhead low in the common case. The PR contains the commits from rust-lang#59515 and, for the moment, is meant for performance testing.
r? @wesleywiser
implement specialized nth_back() for Bytes, Fuse and Enumerate
Hi,
After my first PR has been successfully merged, here is my second pull request :-)
Also this PR contains some specializations for the problem discussed in rust-lang#54054.
…lexcrichton
Add codegen test for PGO instrumentation.
This PR adds a codegen test that makes sure that LLVM actually generates instrumentation code when we enable PGO instrumentation in `rustc`.
The second commit updates a test case to the new commandline option syntax introduced in rust-lang#59874. Without the fix the test still works, but it confusingly creates a directory called `test.profraw`, which usually is the name of the _file_ where profiling data is collected.
whitelist RTM x86 target cpu feature
This PR adds support for intels restricted transactional memory cpu feature. I mostly copied what was done for the [movbe](rust-lang#57999) feature.
rust-lang/stdarch#718
Fix small errors in docs for `rchunks_exact` and `rchunks_exact_mut`.
The documentation for `rchunks_exact` said it started at the beginning
of the slice, bit it actually starts at the end of the slice.
In addition, there were a couple of "of the slice of the slice"
duplicate phrases going on for `rchunks_exact` and `rchunks_exact_mut`.
This fixesrust-lang#60068.
@Centril

Copy link
Copy Markdown
ContributorAuthor

@bors r+ p=7

@bors

bors commented Apr 18, 2019

Copy link
Copy Markdown
Collaborator

📌 Commit aecf059 has been approved by Centril

@borsbors added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Apr 18, 2019
@CentrilCentril closed this Apr 18, 2019
@Centril
Centril deleted the rollup-mu0qbbj branch April 18, 2019 18:37
@CentrilCentril added the rollup A PR which is a rollup label Oct 24, 2019
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

rollupA PR which is a rollupS-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants

@Centril@bors@koalatux@topecongiro@mtak-@janhohenheim@michaelwoerister@nathankleyn