-
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 7 pull requests #130755
Rollup of 7 pull requests #130755
Commits on Sep 18, 2024
-
bootstrap: Set the dylib path when building books with rustdoc
The library path is needed when the toolchain has been configured with `[rust] rpath = false`. Otherwise, building the reference book will get an error when it tries to run rustdoc, like: rustdoc: error while loading shared libraries: librustc_driver-2ec457c3b8826b72.so
Configuration menu - View commit details
-
Copy full SHA for de4c897 - Browse repository at this point
Copy the full SHA de4c897View commit details
Commits on Sep 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 019435b - Browse repository at this point
Copy the full SHA 019435bView commit details
Commits on Sep 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8d28099 - Browse repository at this point
Copy the full SHA 8d28099View commit details -
It currently doesn't handle the three-char tokens `>>=` and `<<=` correctly. These can be broken twice, resulting in three individual tokens. This is a latent bug that currently doesn't cause any problems, but does cause problems for rust-lang#124141, because that PR increases the usage of lazy token streams.
Configuration menu - View commit details
-
Copy full SHA for 73cc575 - Browse repository at this point
Copy the full SHA 73cc575View commit details
Commits on Sep 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f7735f9 - Browse repository at this point
Copy the full SHA f7735f9View commit details -
std: implement the
random
featureImplements the ACP rust-lang/libs-team#393.
Configuration menu - View commit details
-
Copy full SHA for 5c1c725 - Browse repository at this point
Copy the full SHA 5c1c725View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9d47cf - Browse repository at this point
Copy the full SHA b9d47cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for a21ff01 - Browse repository at this point
Copy the full SHA a21ff01View commit details -
Configuration menu - View commit details
-
Copy full SHA for e94dd9b - Browse repository at this point
Copy the full SHA e94dd9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ff09a0 - Browse repository at this point
Copy the full SHA 3ff09a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0c2c93 - Browse repository at this point
Copy the full SHA b0c2c93View commit details -
Rollup merge of rust-lang#129201 - joboet:random_faster_sources, r=jo…
…shtriplett std: implement the `random` feature (alternative version) Implements the ACP rust-lang/libs-team#393. This PR is an alternative version of rust-lang#129120 that replaces `getentropy` with `CCRandomGenerateBytes` (on macOS) and `arc4random_buf` (other BSDs), since that function is not suited for generating large amounts of data and should only be used to seed other CPRNGs. `CCRandomGenerateBytes`/`arc4random_buf` on the other hand is (on modern platforms) just as secure and uses its own, very strong CPRNG (ChaCha20 on the BSDs, AES on macOS) periodically seeded with `getentropy`.
Configuration menu - View commit details
-
Copy full SHA for 1d36931 - Browse repository at this point
Copy the full SHA 1d36931View commit details -
Rollup merge of rust-lang#130536 - cuviper:rustbook-dylib-path, r=Mar…
…k-Simulacrum bootstrap: Set the dylib path when building books with rustdoc The library path is needed when the toolchain has been configured with `[rust] rpath = false`. Otherwise, building the reference book will get an error when it tries to run rustdoc, like: rustdoc: error while loading shared libraries: librustc_driver-2ec457c3b8826b72.so
Configuration menu - View commit details
-
Copy full SHA for c58e3cb - Browse repository at this point
Copy the full SHA c58e3cbView commit details -
Rollup merge of rust-lang#130551 - nnethercote:fix-break-last-token, …
…r=petrochenkov Fix `break_last_token`. It currently doesn't handle the three-char tokens `>>=` and `<<=` correctly. These can be broken twice, resulting in three individual tokens. This is a latent bug that currently doesn't cause any problems, but does cause problems for rust-lang#124141, because that PR increases the usage of lazy token streams. r? `@petrochenkov`
Configuration menu - View commit details
-
Copy full SHA for 515bdcd - Browse repository at this point
Copy the full SHA 515bdcdView commit details -
Rollup merge of rust-lang#130657 - arttet:fix/fuchsia, r=jieyouxu
Remove x86_64-fuchsia and aarch64-fuchsia target aliases Closes rust-lang#106649.
Configuration menu - View commit details
-
Copy full SHA for 021ae2c - Browse repository at this point
Copy the full SHA 021ae2cView commit details -
Rollup merge of rust-lang#130721 - GrigorenkoPV:block-no-opening-brac…
…e, r=jieyouxu Add more test cases for block-no-opening-brace Also add FIXME's for rust-lang#80931 & rust-lang#78168
Configuration menu - View commit details
-
Copy full SHA for 6feefdb - Browse repository at this point
Copy the full SHA 6feefdbView commit details -
Rollup merge of rust-lang#130736 - Kobzol:rustfmt-2024-git-blame, r=c…
…ompiler-errors Add rustfmt 2024 reformatting to git blame ignore rust-lang#130724 essentially reformatted the world, so we should add it to the git blame ignore list. Tested with `git blame compiler/rustc_abi/src/lib.rs -L1137,1146`. I first thought that I have to ignore the merge commit, but it seems like the actual commit that did the reformatting should be ignored instead. r? ``@compiler-errors``
Configuration menu - View commit details
-
Copy full SHA for 7ea3919 - Browse repository at this point
Copy the full SHA 7ea3919View commit details -
Rollup merge of rust-lang#130746 - joboet:hello_again, r=joboet
Configuration menu - View commit details
-
Copy full SHA for c7abc85 - Browse repository at this point
Copy the full SHA c7abc85View commit details