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 8 pull requests #68240

Closed
wants to merge 20 commits into from

Commits on Jan 11, 2020

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

Commits on Jan 12, 2020

  1. Address review comments.

    crlf0710 committed Jan 12, 2020
    Configuration menu
    Copy the full SHA
    091ba6d View commit details
    Browse the repository at this point in the history
  2. Address review comments.

    crlf0710 committed Jan 12, 2020
    Configuration menu
    Copy the full SHA
    d2c509a View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2020

  1. Fix thumb target CI

    jonas-schievink committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    b521491 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f37601a View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2020

  1. Configuration menu
    Copy the full SHA
    06b9a73 View commit details
    Browse the repository at this point in the history
  2. Use 3.6 instead of 3.5 in float fract() documentation

    It is not self-explanatory whether the fract() function inverts the fractional part of negative numbers.
    SOF3 committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    d43615f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f1452f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    535fc9c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9febc2b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7d6271b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    106fe0b View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2020

  1. Rollup merge of rust-lang#68123 - crlf0710:linked_list_cursor, r=Amanieu

    Implement Cursor for linked lists. (RFC 2570).
    
    cc. rust-lang#58533 cc. @Gankra
    
    r? @Amanieu
    Dylan-DPC authored Jan 15, 2020
    Configuration menu
    Copy the full SHA
    8aa2a2c View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#68194 - jonas-schievink:fix-thumb-ci, r=ale…

    …xcrichton
    
    Fix CI for embedded ARM targets
    
    Closes rust-lang#67018
    
    It would be better to move the `thumb-none-cortex-m` test into the `cargotest` suite, but it doesn't seem to support cross-compilation.
    Dylan-DPC authored Jan 15, 2020
    Configuration menu
    Copy the full SHA
    be5bd98 View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#68223 - SOF3:float-fract-doc, r=varkor

    Use 3.6 instead of 3.5 in float fract() documentation
    
    It is not self-explanatory whether the fract() function inverts the fractional part of negative numbers. This change clarifies this possible question (so that it is `.6` not `.4`)
    Dylan-DPC authored Jan 15, 2020
    Configuration menu
    Copy the full SHA
    d98dd60 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#68227 - danielframpton:update-cmake, r=alex…

    …crichton
    
    Update to a version of cmake with windows arm64 support
    
    I have been investigating enabling panic=unwind for aarch64-pc-windows-msvc (see rust-lang#65313) and building rustc and cargo hosted on aarch64-pc-windows-msvc.
    Dylan-DPC authored Jan 15, 2020
    Configuration menu
    Copy the full SHA
    21bdb78 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#68229 - danielframpton:update-iovec, r=alex…

    …crichton
    
    Update iovec to a version with no winapi dependency
    
    I have been investigating enabling panic=unwind for aarch64-pc-windows-msvc (see rust-lang#65313) and building rustc and cargo hosted on aarch64-pc-windows-msvc.
    Dylan-DPC authored Jan 15, 2020
    Configuration menu
    Copy the full SHA
    b45c758 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#68230 - danielframpton:update-libssh2-sys, …

    …r=alexcrichton
    
    Update libssh2-sys to a version that can build for aarch64-pc-windows…
    
    I have been investigating enabling panic=unwind for aarch64-pc-windows-msvc (see rust-lang#65313) and building rustc and cargo hosted on aarch64-pc-windows-msvc.
    Dylan-DPC authored Jan 15, 2020
    Configuration menu
    Copy the full SHA
    66f7e04 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#68231 - danielframpton:windows-crosscompile…

    …, r=alexcrichton
    
    Better support for cross compilation on Windows.
    
    I have been investigating enabling panic=unwind for aarch64-pc-windows-msvc (see rust-lang#65313) and building rustc and cargo hosted on aarch64-pc-windows-msvc.
    
    Without the libpath changes we were trying to link a mix of amd64 and arm64 binaries.
    
    Without the cmake system name change, the llvm build was trying to run an arm64 build tool on the x86_64 build machine.
    
    That said, I haven't tested all different combinations here and am very open to resolving this a different way.
    Dylan-DPC authored Jan 15, 2020
    Configuration menu
    Copy the full SHA
    db20048 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#68233 - danielframpton:update-compiler-buil…

    …tins, r=alexcrichton
    
    Update compiler_builtins with changes to fix 128 bit integer remainder for aarch64 windows.
    
    I have been investigating enabling panic=unwind for aarch64-pc-windows-msvc (see rust-lang#65313) and building rustc and cargo hosted on aarch64-pc-windows-msvc.
    Dylan-DPC authored Jan 15, 2020
    Configuration menu
    Copy the full SHA
    e8349bb View commit details
    Browse the repository at this point in the history