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 16 pull requests #58361

Merged
merged 36 commits into from
Feb 11, 2019
Merged

Rollup of 16 pull requests #58361

merged 36 commits into from
Feb 11, 2019

Commits on Jan 9, 2019

  1. Configuration menu
    Copy the full SHA
    7cdcdb5 View commit details
    Browse the repository at this point in the history
  2. Remove outdated comment

    king6cong committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    5581207 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2019

  1. Use to_ne_bytes for converting IPv4Address to octets

    It is easier and it should be also faster, because `to_ne_bytes` just calls `mem::transmute`.
    JakubOnderka authored Jan 18, 2019
    Configuration menu
    Copy the full SHA
    87f5a98 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2019

  1. Tiny improvement to docs for core::convert.

    This is not really significant, accept or reject as you wish.  I
    just want to make sure I understand how the PR process works and
    I'm doing it right before doing a bigger one for rust-lang#33417.
    icefoxen committed Jan 26, 2019
    Configuration menu
    Copy the full SHA
    b4d3c87 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2019

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

Commits on Feb 6, 2019

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

Commits on Feb 7, 2019

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

Commits on Feb 8, 2019

  1. Configuration menu
    Copy the full SHA
    541503a View commit details
    Browse the repository at this point in the history
  2. Cleanup JS a bit

    GuillaumeGomez committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    b962ecc View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2019

  1. Configuration menu
    Copy the full SHA
    caf7126 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66adf52 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a01efbc View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2019

  1. Configuration menu
    Copy the full SHA
    3a3691f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    adb3300 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55f90c7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    74e97f3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    29354dd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c20357a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    eaf81c2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b1d82ac View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#57259 - king6cong:master, r=alexcrichton

    Update reference of rlibc crate to compiler-builtins crate
    
    None
    GuillaumeGomez authored Feb 10, 2019
    Configuration menu
    Copy the full SHA
    e917f8b View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#57740 - JakubOnderka:ipv4addr-to_ne_bytes, …

    …r=scottmcm
    
    Use `to_ne_bytes` for converting IPv4Addr to octets
    
    It is easier and it should be also faster, because [`to_ne_bytes`](https://doc.rust-lang.org/std/primitive.u32.html#method.to_ne_bytes) just calls `mem::transmute`.
    GuillaumeGomez authored Feb 10, 2019
    Configuration menu
    Copy the full SHA
    d9f9780 View commit details
    Browse the repository at this point in the history
  11. Rollup merge of rust-lang#57926 - icefoxen:test-doc-pr, r=frewsxcv

    Tiny expansion to docs for `core::convert`.
    
    This is not really significant, accept or reject as you wish.  I just want to make sure I understand how the PR process works and that I'm doing it right before doing a bigger one for rust-lang#33417.
    GuillaumeGomez authored Feb 10, 2019
    Configuration menu
    Copy the full SHA
    82e051b View commit details
    Browse the repository at this point in the history
  12. Rollup merge of rust-lang#58157 - h-michael:cargo-lock, r=alexcrichton

    Add Cargo.lock automatically adding message
    
    If I execute `cargo +nightly fix`, this change always occurs; cc rust-lang#58099
    r? @Centril
    GuillaumeGomez authored Feb 10, 2019
    Configuration menu
    Copy the full SHA
    a74e4f7 View commit details
    Browse the repository at this point in the history
  13. Rollup merge of rust-lang#58203 - euclio:rustdoc-async, r=GuillaumeGomez

    rustdoc: display sugared return types for async functions
    
    Fixes rust-lang#58027.
    GuillaumeGomez authored Feb 10, 2019
    Configuration menu
    Copy the full SHA
    cdbd07c View commit details
    Browse the repository at this point in the history
  14. Rollup merge of rust-lang#58243 - GuillaumeGomez:trait-alias-docs, r=…

    …Manishearth
    
    Add trait alias support in rustdoc
    
    Fixes rust-lang#57595.
    
    r? @QuietMisdreavus
    GuillaumeGomez authored Feb 10, 2019
    Configuration menu
    Copy the full SHA
    adf516b View commit details
    Browse the repository at this point in the history
  15. Rollup merge of rust-lang#58262 - taiki-e:must_use, r=estebank

    Add #[must_use] message to Fn* traits
    
    This PR adds `#[must_use]` message to `Fn*` traits.
    
    Related: rust-lang#57549
    
    r? @estebank
    GuillaumeGomez authored Feb 10, 2019
    Configuration menu
    Copy the full SHA
    112629b View commit details
    Browse the repository at this point in the history
  16. Rollup merge of rust-lang#58295 - RalfJung:stdio, r=alexcrichton

    std::sys::unix::stdio: explain why we do into_raw
    
    I was quite puzzled why someone would call `into_raw` and then ignore the result.
    GuillaumeGomez authored Feb 10, 2019
    Configuration menu
    Copy the full SHA
    d59ca59 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d5a8b24 View commit details
    Browse the repository at this point in the history
  18. Rollup merge of rust-lang#58317 - hayekr:patch-1, r=frewsxcv

    Some writing improvement, conciseness of intro
    
    Made unstable-features doc more concise in the introduction paragraph
    GuillaumeGomez authored Feb 10, 2019
    Configuration menu
    Copy the full SHA
    f4e7bc5 View commit details
    Browse the repository at this point in the history
  19. Rollup merge of rust-lang#58324 - RalfJung:fn-ptr-eq, r=oli-obk

    miri: give non-generic functions a stable address
    
    This makes Miri correctly handle format string parameters despite rust-lang#58320.
    
    Matching Miri PR: rust-lang/miri#626
    
    r? @oli-obk
    GuillaumeGomez authored Feb 10, 2019
    Configuration menu
    Copy the full SHA
    a09aa0f View commit details
    Browse the repository at this point in the history
  20. Rollup merge of rust-lang#58332 - RalfJung:miri-copy-nonoverlapping, …

    …r=oli-obk
    
    operand-to-place copies should never be overlapping
    
    This seems to just work (verified with the Miri test suite).
    
    r? @oli-obk
    GuillaumeGomez authored Feb 10, 2019
    Configuration menu
    Copy the full SHA
    c3aa847 View commit details
    Browse the repository at this point in the history
  21. Rollup merge of rust-lang#58345 - RalfJung:2nd-filename, r=matthewjasper

    When there are multiple filenames, print what got interpreted as filenames
    
    I have written code that crafts command lines for rustc, and when I get "multiple input filenames provided" it can be quite hard to figure out where in this long list of arguments the mistake is hiding.  Probably I passed an argument to a flag that does not expect an argument, but which flag would that be?
    
    This changes the error message to print the first two filenames, to make it easier to debug what is going on.
    GuillaumeGomez authored Feb 10, 2019
    Configuration menu
    Copy the full SHA
    53e9a65 View commit details
    Browse the repository at this point in the history
  22. Rollup merge of rust-lang#58346 - RalfJung:rpath-pop, r=Mark-Simulacrum

    rpath computation: explain why we pop()
    
    I was quite confused by this code until I got a debug log of what is going on.
    GuillaumeGomez authored Feb 10, 2019
    Configuration menu
    Copy the full SHA
    9ccfb74 View commit details
    Browse the repository at this point in the history
  23. Rollup merge of rust-lang#58350 - petrochenkov:embed, r=frewsxcv

    Fix failing tidy (line endings on Windows)
    
    Updates to `embedded-book` including rust-embedded/book#127.
    GuillaumeGomez authored Feb 10, 2019
    Configuration menu
    Copy the full SHA
    585f9a7 View commit details
    Browse the repository at this point in the history
  24. Rollup merge of rust-lang#58352 - RalfJung:macro, r=oli-obk

    miri value visitor: use `?` in macro
    GuillaumeGomez authored Feb 10, 2019
    Configuration menu
    Copy the full SHA
    d792cef View commit details
    Browse the repository at this point in the history