-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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 7 pull requests #93352
Rollup of 7 pull requests #93352
Commits on Dec 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 50d17df - Browse repository at this point
Copy the full SHA 50d17dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c1b4d0 - Browse repository at this point
Copy the full SHA 9c1b4d0View commit details
Commits on Dec 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7430a55 - Browse repository at this point
Copy the full SHA 7430a55View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55b6108 - Browse repository at this point
Copy the full SHA 55b6108View commit details -
Configuration menu - View commit details
-
Copy full SHA for 032c545 - Browse repository at this point
Copy the full SHA 032c545View commit details
Commits on Jan 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8936659 - Browse repository at this point
Copy the full SHA 8936659View commit details
Commits on Jan 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c3e92fe - Browse repository at this point
Copy the full SHA c3e92feView commit details -
fs: Use readdir() instead of readdir_r() on Linux
readdir() is preferred over readdir_r() on Linux and many other platforms because it more gracefully supports long file names. Both glibc and musl (and presumably all other Linux libc implementations) guarantee that readdir() is thread-safe as long as a single DIR* is not accessed concurrently, which is enough to make a readdir()-based implementation of ReadDir safe. This implementation is already used for some other OSes including Fuchsia, Redox, and Solaris. See rust-lang#40021 for more details. Fixes rust-lang#86649. Fixes rust-lang#34668.
Configuration menu - View commit details
-
Copy full SHA for bc04a4e - Browse repository at this point
Copy the full SHA bc04a4eView commit details -
fs: Use readdir() instead of readdir_r() on Android
Bionic also guarantees that readdir() is thread-safe enough.
Configuration menu - View commit details
-
Copy full SHA for 3eeb3ca - Browse repository at this point
Copy the full SHA 3eeb3caView commit details
Commits on Jan 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for fdf7d01 - Browse repository at this point
Copy the full SHA fdf7d01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b76cad - Browse repository at this point
Copy the full SHA 8b76cadView commit details -
Update src/doc/rustc/src/linker-plugin-lto.md
Co-authored-by: Noah Lev <camelidcamel@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b75cb95 - Browse repository at this point
Copy the full SHA b75cb95View commit details
Commits on Jan 26, 2022
-
Improve Duration::try_from_secs_f32/64 accuracy by directly processin…
…g exponent and mantissa
Configuration menu - View commit details
-
Copy full SHA for e0bcf77 - Browse repository at this point
Copy the full SHA e0bcf77View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91f3931 - Browse repository at this point
Copy the full SHA 91f3931View commit details -
Rollup merge of rust-lang#90247 - newpavlov:duration_float_fract, r=n…
…agisa Improve Duration::try_from_secs_f32/64 accuracy by directly processing exponent and mantissa Closes: rust-lang#90225 The methods now implement direct processing of exponent and mantissa, which should result in the best possible conversion accuracy (modulo truncation, i.e. float value of 19.995 ns will be represented as 19 ns).
Configuration menu - View commit details
-
Copy full SHA for faf2b7f - Browse repository at this point
Copy the full SHA faf2b7fView commit details -
Rollup merge of rust-lang#91861 - juniorbassani:use-from-array-in-col…
…lections-examples, r=yaahc Replace iterator-based construction of collections by `Into<T>` Just a few quality of life improvements in the doc examples. I also removed some `Vec`s in favor of arrays.
Configuration menu - View commit details
-
Copy full SHA for 1dd0ac1 - Browse repository at this point
Copy the full SHA 1dd0ac1View commit details -
Rollup merge of rust-lang#92098 - semarie:openbsd-platform, r=pietroa…
…lbini add OpenBSD platform-support page It mentions x86_64, i686, aarch64 and sparc64 which are actively maintained and used on OpenBSD (binaries provided by standard package distribution on OpenBSD). I volontary kept `powerpc-unknown-openbsd` unmentioned as it was added by `@Yn0ga` in rust-lang#82733, and I am unaware if it is functional or not (I doubt as I added libc support only few days ago, and std `c_char` signess was wrong). `@Yn0ga` maybe you comment on your `powerpc-unknown-openbsd` usage ?
Configuration menu - View commit details
-
Copy full SHA for 75eb963 - Browse repository at this point
Copy the full SHA 75eb963View commit details -
Rollup merge of rust-lang#92134 - nico-abram:patch-1, r=michaelwoerister
Add x86_64-pc-windows-msvc linker-plugin-lto instructions I had some trouble getting cross language LTO working for this target, in part because the very few links of documentation I could find were linux-centric and because of a few very specific errors I ran into. I'm not sure if this is the correct place to document this, but this is one of the first links I found when looking for documentation so it might be the best place for it.
Configuration menu - View commit details
-
Copy full SHA for e249812 - Browse repository at this point
Copy the full SHA e249812View commit details -
Rollup merge of rust-lang#92256 - fee1-dead:improve-selection-err, r=…
…oli-obk Improve selection errors for `~const` trait bounds
Configuration menu - View commit details
-
Copy full SHA for e2b2bfe - Browse repository at this point
Copy the full SHA e2b2bfeView commit details -
Rollup merge of rust-lang#92778 - tavianator:linux-readdir-no-r, r=jo…
…shtriplett fs: Use readdir() instead of readdir_r() on Linux and Android See rust-lang#40021 for more details. Fixes rust-lang#86649. Fixes rust-lang#34668.
Configuration menu - View commit details
-
Copy full SHA for 253f64c - Browse repository at this point
Copy the full SHA 253f64cView commit details -
Rollup merge of rust-lang#93338 - GuillaumeGomez:update-minifier, r=n…
…otriddle Update minifier crate version to 0.0.42 Some issues on the CSS minification. r? `@notriddle`
Configuration menu - View commit details
-
Copy full SHA for 4276626 - Browse repository at this point
Copy the full SHA 4276626View commit details