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 5 pull requests #67903

Merged
merged 10 commits into from
Jan 5, 2020
Merged

Rollup of 5 pull requests #67903

merged 10 commits into from
Jan 5, 2020

Commits on Jan 4, 2020

  1. rustdoc: Avoid panic when parsing codeblocks for playground links

    `make_test` is also called when parsing codeblocks for the playground links so it should handle unwinds from the parser internally.
    ollie27 committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    efb876f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    525cd2d View commit details
    Browse the repository at this point in the history
  3. Remove negative number check from float sqrt

    It hasn't been UB to pass negative numbers to sqrt since https://reviews.llvm.org/D28797 which was included in LLVM 5.
    ollie27 committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    a35b423 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2020

  1. Configuration menu
    Copy the full SHA
    0c2cf07 View commit details
    Browse the repository at this point in the history
  2. remove bespoke flock bindings

    euclio committed Jan 5, 2020
    Configuration menu
    Copy the full SHA
    c877430 View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#67818 - ollie27:rustdoc_playground_syntax_e…

    …rror, r=GuillaumeGomez
    
    rustdoc: Avoid panic when parsing codeblocks for playground links
    
    `make_test` is also called when parsing codeblocks for the playground links so it should handle unwinds from the parser internally.
    
    Fixes rust-lang#63016
    
    r? @GuillaumeGomez
    Dylan-DPC authored Jan 5, 2020
    Configuration menu
    Copy the full SHA
    3548d98 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#67845 - jumbatm:also-unconst-hack-abs, r=ol…

    …i-obk
    
    Also remove const-hack for abs
    
    Closes rust-lang#67842.
    
    r? @oli-obk
    Dylan-DPC authored Jan 5, 2020
    Configuration menu
    Copy the full SHA
    59f8ba3 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#67879 - ollie27:float_sqrt_neg, r=rkruppe

    Remove negative number check from float sqrt
    
    It hasn't been UB to pass negative numbers to sqrt since https://reviews.llvm.org/D28797 which was included in LLVM 5.
    Dylan-DPC authored Jan 5, 2020
    Configuration menu
    Copy the full SHA
    eae08b2 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#67881 - varkor:scattering-of-backticks, r=C…

    …entril
    
    Add backticks to various diagnostics
    Dylan-DPC authored Jan 5, 2020
    Configuration menu
    Copy the full SHA
    10a12c5 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#67882 - euclio:flock, r=rkruppe

    remove bespoke flock bindings
    
    Replaces some `struct flock` definitions with the definition from `libc`.
    Dylan-DPC authored Jan 5, 2020
    Configuration menu
    Copy the full SHA
    b9160fb View commit details
    Browse the repository at this point in the history