-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Rollup of 8 pull requests #68240
Commits on Jan 11, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d59e9b4 - Browse repository at this point
Copy the full SHA d59e9b4View commit details
Commits on Jan 12, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 091ba6d - Browse repository at this point
Copy the full SHA 091ba6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d2c509a - Browse repository at this point
Copy the full SHA d2c509aView commit details
Commits on Jan 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b521491 - Browse repository at this point
Copy the full SHA b521491View commit details -
Configuration menu - View commit details
-
Copy full SHA for f37601a - Browse repository at this point
Copy the full SHA f37601aView commit details
Commits on Jan 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 06b9a73 - Browse repository at this point
Copy the full SHA 06b9a73View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for d43615f - Browse repository at this point
Copy the full SHA d43615fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f1452f - Browse repository at this point
Copy the full SHA 9f1452fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 535fc9c - Browse repository at this point
Copy the full SHA 535fc9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9febc2b - Browse repository at this point
Copy the full SHA 9febc2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d6271b - Browse repository at this point
Copy the full SHA 7d6271bView commit details -
Update to a version of compiler_builtins with changes for fixes remai…
…nder for aarch64 windows
Configuration menu - View commit details
-
Copy full SHA for 106fe0b - Browse repository at this point
Copy the full SHA 106fe0bView commit details
Commits on Jan 15, 2020
-
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
Configuration menu - View commit details
-
Copy full SHA for 8aa2a2c - Browse repository at this point
Copy the full SHA 8aa2a2cView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for be5bd98 - Browse repository at this point
Copy the full SHA be5bd98View commit details -
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`)
Configuration menu - View commit details
-
Copy full SHA for d98dd60 - Browse repository at this point
Copy the full SHA d98dd60View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 21bdb78 - Browse repository at this point
Copy the full SHA 21bdb78View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for b45c758 - Browse repository at this point
Copy the full SHA b45c758View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 66f7e04 - Browse repository at this point
Copy the full SHA 66f7e04View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for db20048 - Browse repository at this point
Copy the full SHA db20048View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for e8349bb - Browse repository at this point
Copy the full SHA e8349bbView commit details