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 4 pull requests #61269

Closed
wants to merge 13 commits into from
Closed

Commits on May 25, 2019

  1. Configuration menu
    Copy the full SHA
    c2e7eb6 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2019

  1. Configuration menu
    Copy the full SHA
    082da0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3defb3f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aad13a1 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2019

  1. Configuration menu
    Copy the full SHA
    fe7b6a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe19ed8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2eb5457 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2019

  1. Configuration menu
    Copy the full SHA
    53f1c38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64ee32e View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#61123 - michaelwoerister:self-profile-dir, …

    …r=wesleywiser
    
    Allow to specify profiling data output directory as -Zself-profile argument.
    
    The PR also makes `rustc` include the crate-name (if already available) in the output file name.
    
    r? @wesleywiser
    
    At some point we should add some basic tests for `-Zself-profile`.
    Centril authored May 28, 2019
    Configuration menu
    Copy the full SHA
    56b57fb View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#61159 - RalfJung:ptr, r=alexcrichton

    split core::ptr module into multiple files
    
    Cc @Centril
    Centril authored May 28, 2019
    Configuration menu
    Copy the full SHA
    a7e8a10 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#61164 - RalfJung:scalar, r=oli-obk

    rename Scalar::Bits to Scalar::Raw and bits field to data
    
    Also use this opportunity to seal some abstraction leaks (other modules constructing `Scalar::Bits` directly instead of using a constructor).
    
    r? @oli-obk
    Centril authored May 28, 2019
    Configuration menu
    Copy the full SHA
    ede8a6c View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#61249 - spastorino:local-or-deref-local, r=…

    …oli-obk
    
    Rename Place::local to Place::local_or_deref_local
    
    r? @oli-obk
    Centril authored May 28, 2019
    Configuration menu
    Copy the full SHA
    c16d41c View commit details
    Browse the repository at this point in the history