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 6 pull requests #72158

Closed
wants to merge 17 commits into from

Commits on May 3, 2020

  1. Use LocalDefId in DumpVisitor::nest_tables

    This is a partial fix for rust-lang#71104
    marmeladema committed May 3, 2020
    Configuration menu
    Copy the full SHA
    e5a1be8 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2020

  1. Rephrase the any::type_name docs a bit.

    This attempts to be a little clearer (including in terminology) about the lack
    of guarantees that any::type_name provides.
    ltratt committed May 4, 2020
    Configuration menu
    Copy the full SHA
    c9f1162 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93f877c View commit details
    Browse the repository at this point in the history
  3. Fix typo.

    ltratt committed May 4, 2020
    Configuration menu
    Copy the full SHA
    876001c View commit details
    Browse the repository at this point in the history

Commits on May 5, 2020

  1. Configuration menu
    Copy the full SHA
    3471bc8 View commit details
    Browse the repository at this point in the history
  2. Update src/test/ui/lint/issue-71290-unused-paren-binop.rs

    Co-authored-by: Bastian Kauschke <[email protected]>
    mibac138 and lcnr authored May 5, 2020
    Configuration menu
    Copy the full SHA
    717a7a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b7a928 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2020

  1. Update the Fuchsia linker defaults

    This updates the linker defaults aligning them with Clang. Specifically,
    we use 4K pages on all platforms, we always use BIND_NOW, we prefer all
    loadable segments be separate and page aligned, and we support RELR
    relocations.
    petrhosek committed May 11, 2020
    Configuration menu
    Copy the full SHA
    c85768e View commit details
    Browse the repository at this point in the history

Commits on May 12, 2020

  1. Configuration menu
    Copy the full SHA
    3fccdb3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5063297 View commit details
    Browse the repository at this point in the history
  3. Map to -> return.

    ltratt committed May 12, 2020
    Configuration menu
    Copy the full SHA
    003ed80 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2020

  1. Rollup merge of rust-lang#71741 - RalfJung:pointer-print, r=oli-obk

    Pointer printing: do not print 0 offset
    
    r? @eddyb Cc @oli-obk
    Dylan-DPC authored May 13, 2020
    Configuration menu
    Copy the full SHA
    3fd78b5 View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#71809 - marmeladema:fix-issue-71104, r=eddyb

    Use `LocalDefId` in `DumpVisitor::nest_tables`
    
    This is a partial fix for rust-lang#71104
    Dylan-DPC authored May 13, 2020
    Configuration menu
    Copy the full SHA
    7903cce View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#71870 - ltratt:more_specific_type_name_doc,…

    … r=kennytm
    
    Be slightly more precise about any::type_name()'s guarantees.
    
    The first commit in this PR rephrases the current documentation for `any::type_name()` to be a little more specific about the guarantees (or lack thereof) that this function makes. The second commit explicitly documents that lifetimes are currently not included in the output (since this bit me particularly hard recently).
    Dylan-DPC authored May 13, 2020
    Configuration menu
    Copy the full SHA
    563182c View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#71910 - mibac138:necessary-paren, r=cuviper

    Fix unused_parens false positive when using binary operations
    
    Fixes rust-lang#71290
    
    r? @cuviper who provided instructions
    Dylan-DPC authored May 13, 2020
    Configuration menu
    Copy the full SHA
    553f502 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#72116 - petrhosek:fuchsia-ld-flags, r=tmandry

    Update the Fuchsia linker defaults
    
    This updates the linker defaults aligning them with Clang. Specifically,
    we use 4K pages on all platforms, we always use BIND_NOW, we prefer all
    loadable segments be separate and page aligned, and we support RELR
    relocations.
    Dylan-DPC authored May 13, 2020
    Configuration menu
    Copy the full SHA
    acf40bd View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#72138 - wesleywiser:add_doc_comment, r=matt…

    …hewjasper
    
    Add doc comment for `rustc_middle::mir::mono::Linkage`
    Dylan-DPC authored May 13, 2020
    Configuration menu
    Copy the full SHA
    d9a2011 View commit details
    Browse the repository at this point in the history