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 7 pull requests #60087

Closed
wants to merge 20 commits into from
Closed

Commits on Apr 16, 2019

  1. implement nth_back for Bytes

    koalatux committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    cc2689a View commit details
    Browse the repository at this point in the history
  2. implement nth_back for Fuse

    koalatux committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    fae2a68 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2605537 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2019

  1. Update rustfmt to 1.2.1

    topecongiro committed Apr 17, 2019
    Configuration menu
    Copy the full SHA
    ca19ffe View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2019

  1. whitelist rtm x86 cpu feature

    mtak- committed Apr 18, 2019
    Configuration menu
    Copy the full SHA
    365a48a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    379c541 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    553ec5d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4269be3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    227be65 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e2acaee View commit details
    Browse the repository at this point in the history
  7. 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 fixes rust-lang#60068.
    nathankleyn committed Apr 18, 2019
    Configuration menu
    Copy the full SHA
    d98afc5 View commit details
    Browse the repository at this point in the history
  8. Use new needs-(profiler|sanitizer)-support compiletest directive to…

    … clean up some run-make tests.
    michaelwoerister committed Apr 18, 2019
    Configuration menu
    Copy the full SHA
    cc77087 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    08efbac View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#59915 - michaelwoerister:sp-event-filters-1…

    …, 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
    Centril authored Apr 18, 2019
    Configuration menu
    Copy the full SHA
    c058122 View commit details
    Browse the repository at this point in the history
  11. Rollup merge of rust-lang#60023 - koalatux:nth-back, r=scottmcm

    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.
    Centril authored Apr 18, 2019
    Configuration menu
    Copy the full SHA
    f41ed55 View commit details
    Browse the repository at this point in the history
  12. Rollup merge of rust-lang#60038 - michaelwoerister:pgo-updates-2, r=a…

    …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.
    Centril authored Apr 18, 2019
    Configuration menu
    Copy the full SHA
    cf9e27f View commit details
    Browse the repository at this point in the history
  13. Rollup merge of rust-lang#60041 - jnferner:patch-1, r=shepmaster

    Simplify the returning of a Result a bit
    Centril authored Apr 18, 2019
    Configuration menu
    Copy the full SHA
    c37eccc View commit details
    Browse the repository at this point in the history
  14. Rollup merge of rust-lang#60056 - topecongiro:rustfmt-1.2.1, r=alexcr…

    …ichton
    
    Update rustfmt to 1.2.1
    Centril authored Apr 18, 2019
    Configuration menu
    Copy the full SHA
    38b51a3 View commit details
    Browse the repository at this point in the history
  15. Rollup merge of rust-lang#60060 - mtak-:rtm-x86-feature, r=petrochenkov

    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
    Centril authored Apr 18, 2019
    Configuration menu
    Copy the full SHA
    38a30f4 View commit details
    Browse the repository at this point in the history
  16. Rollup merge of rust-lang#60080 - nathankleyn:fix-issue-60068, r=Centril

    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 fixes rust-lang#60068.
    Centril authored Apr 18, 2019
    Configuration menu
    Copy the full SHA
    aecf059 View commit details
    Browse the repository at this point in the history