-
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 9 pull requests #126514
Rollup of 9 pull requests #126514
Commits on Jun 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c28e606 - Browse repository at this point
Copy the full SHA c28e606View commit details -
Auto merge of rust-lang#3609 - tiif:feat/socketpair, r=RalfJung
Add socketpair shim Fixes rust-lang#3442 Design proposal: https://hackmd.io/`@tiif/Skhc1t0-C`
Configuration menu - View commit details
-
Copy full SHA for 0d66db9 - Browse repository at this point
Copy the full SHA 0d66db9View commit details
Commits on Jun 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9048a18 - Browse repository at this point
Copy the full SHA 9048a18View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e06c49 - Browse repository at this point
Copy the full SHA 6e06c49View commit details -
Configuration menu - View commit details
-
Copy full SHA for 654ad52 - Browse repository at this point
Copy the full SHA 654ad52View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0fe47d - Browse repository at this point
Copy the full SHA c0fe47dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 82c34ad - Browse repository at this point
Copy the full SHA 82c34adView commit details
Commits on Jun 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 54fa4b0 - Browse repository at this point
Copy the full SHA 54fa4b0View commit details
Commits on Jun 13, 2024
-
Preparing for merge from rustc
The Miri Cronjob Bot committedJun 13, 2024 Configuration menu - View commit details
-
Copy full SHA for 2c41b1c - Browse repository at this point
Copy the full SHA 2c41b1cView commit details -
The Miri Cronjob Bot committed
Jun 13, 2024 Configuration menu - View commit details
-
Copy full SHA for 6771dc4 - Browse repository at this point
Copy the full SHA 6771dc4View commit details -
Configuration menu - View commit details
-
Copy full SHA for a49c659 - Browse repository at this point
Copy the full SHA a49c659View commit details -
Auto merge of rust-lang#3669 - rust-lang:rustup-2024-06-13, r=RalfJung
Automatic Rustup
Configuration menu - View commit details
-
Copy full SHA for c5e9424 - Browse repository at this point
Copy the full SHA c5e9424View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe7d977 - Browse repository at this point
Copy the full SHA fe7d977View commit details -
Auto merge of rust-lang#3671 - tiif:epoll_create1_minor_fix, r=RalfJung
Minor fix: Change wording of epoll_create1 and socketpair's throw_unsup_format This PR slightly changes the wording and format of ``epoll_create1``'s ``throw_unsup_format`` to match other shims. It is just a minor detail that I couldn't help but want to change while reading it. Sorry if it is not appropriate to open a PR for such minor detail.
Configuration menu - View commit details
-
Copy full SHA for ccb5f52 - Browse repository at this point
Copy the full SHA ccb5f52View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7557177 - Browse repository at this point
Copy the full SHA 7557177View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cd41b9 - Browse repository at this point
Copy the full SHA 0cd41b9View commit details -
cargo miri: add support for '--many-seeds' to run the program / tests…
… many times with different seeds
Configuration menu - View commit details
-
Copy full SHA for 4345379 - Browse repository at this point
Copy the full SHA 4345379View commit details -
Configuration menu - View commit details
-
Copy full SHA for cfcea21 - Browse repository at this point
Copy the full SHA cfcea21View commit details -
Auto merge of rust-lang#3622 - TDecking:sse4_2, r=RalfJung
Implement LLVM x86 SSE4.2 intrinsics SSE4.2 is arguably the least important SIMD extension for the x86 ISA, but it should still be supported for the sake of completeness.
Configuration menu - View commit details
-
Copy full SHA for 46c5332 - Browse repository at this point
Copy the full SHA 46c5332View commit details
Commits on Jun 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fdd90db - Browse repository at this point
Copy the full SHA fdd90dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c8bb67 - Browse repository at this point
Copy the full SHA 5c8bb67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 669a400 - Browse repository at this point
Copy the full SHA 669a400View commit details -
build
libcxx-version
only when it doesn't existSigned-off-by: onur-ozkan <work@onurozkan.dev>
Configuration menu - View commit details
-
Copy full SHA for ad787c1 - Browse repository at this point
Copy the full SHA ad787c1View commit details -
update libstdc++ compatibility error log
Signed-off-by: onur-ozkan <work@onurozkan.dev>
Configuration menu - View commit details
-
Copy full SHA for e2e1afa - Browse repository at this point
Copy the full SHA e2e1afaView commit details -
delegation: Fix hygiene for
self
And fix diagnostics for `self` from a macro.
Configuration menu - View commit details
-
Copy full SHA for cbc3bdb - Browse repository at this point
Copy the full SHA cbc3bdbView commit details -
Configuration menu - View commit details
-
Copy full SHA for c006748 - Browse repository at this point
Copy the full SHA c006748View commit details
Commits on Jun 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b8eb6ad - Browse repository at this point
Copy the full SHA b8eb6adView commit details -
Auto merge of rust-lang#3672 - RalfJung:cargo-many-seeds, r=RalfJung
cargo miri: add support for '--many-seeds' to run the program / tests many times with different seeds: `cargo miri run --many-seeds` / `cargo miri test --many-seeds`. `@rust-lang/miri` any opinion on the flag name here? Should it be `-Zmiri-many-seeds` or is `--many-seeds` fine? Fixes rust-lang/miri#3546
Configuration menu - View commit details
-
Copy full SHA for 3f2c50c - Browse repository at this point
Copy the full SHA 3f2c50cView commit details -
Rollup merge of rust-lang#126354 - compiler-errors:variance, r=lcnr
Use `Variance` glob imported variants everywhere Fully commit to using the globbed variance. Could be convinced the other way, and change this PR to not use the globbed variants anywhere, but I'd rather we do one or the other. r? lcnr
Configuration menu - View commit details
-
Copy full SHA for 335e320 - Browse repository at this point
Copy the full SHA 335e320View commit details -
Rollup merge of rust-lang#126367 - compiler-errors:point-out-failing-…
…never-obligation, r=WaffleLapkin Point out failing never obligation for `DEPENDENCY_ON_UNIT_NEVER_TYPE_FALLBACK` Based on top of rust-lang#125289, so just need to look at the last commit. r? `@WaffleLapkin`
Configuration menu - View commit details
-
Copy full SHA for b473ec2 - Browse repository at this point
Copy the full SHA b473ec2View commit details -
Rollup merge of rust-lang#126469 - RalfJung:mir-shifts, r=scottmcm
MIR Shl/Shr: the offset can be computed with rem_euclid r? ````@scottmcm````
Configuration menu - View commit details
-
Copy full SHA for f24509a - Browse repository at this point
Copy the full SHA f24509aView commit details -
Rollup merge of rust-lang#126471 - oli-obk:filter_loop, r=compiler-er…
…rors Use a consistent way to filter out bounds instead of splitting it into three places just a small cleanup, no logic change. Initially the code had me looking for why anything was special here, only to realize there's nothing interesting going on
Configuration menu - View commit details
-
Copy full SHA for 6f21da3 - Browse repository at this point
Copy the full SHA 6f21da3View commit details -
Rollup merge of rust-lang#126472 - onur-ozkan:improve-libcxx-build, r…
…=Kobzol build `libcxx-version` only when it doesn't exist In rust-lang#126423, it seems like c++ parsing takes quite amount of time on bootstrap startups. This PR makes libcxx-version to be compiled only when it doesn't exist. A simple demonstration on the overhead of buiding `libcxx-version`: ```sh $ rm -rf build/host/libcxx-version $ x build Building bootstrap Finished `dev` profile [unoptimized] target(s) in 0.07s ----- LIBCXX VERSION CHECK TOOK: 509ms Building tool rustdoc (stage1 -> stage2, x86_64-unknown-linux-gnu) Finished `release` profile [optimized] target(s) in 0.25s Build completed successfully in 0:00:02 $ x build Building bootstrap Finished `dev` profile [unoptimized] target(s) in 0.07s ----- LIBCXX VERSION CHECK TOOK: 2ms Creating a sysroot for stage2 compiler (use `rustup toolchain link 'name' build/host/stage2`) Building tool rustdoc (stage1 -> stage2, x86_64-unknown-linux-gnu) Finished `release` profile [optimized] target(s) in 0.14s Build completed successfully in 0:00:01 ```
Configuration menu - View commit details
-
Copy full SHA for b5dd3d4 - Browse repository at this point
Copy the full SHA b5dd3d4View commit details -
Rollup merge of rust-lang#126497 - petrochenkov:delehyg, r=compiler-e…
…rrors delegation: Fix hygiene for `self` And fix diagnostics for `self` from a macro. The missing rib caused `self` to be treated as a generic parameter and ignore `macro_rules` hygiene. Addresses this comment rust-lang#124135 (comment).
Configuration menu - View commit details
-
Copy full SHA for 4265043 - Browse repository at this point
Copy the full SHA 4265043View commit details -
Rollup merge of rust-lang#126501 - lqd:fix-pr-template, r=Mark-Simula…
…crum make bors ignore comments in PR template As discussed [here](https://rust-lang.zulipchat.com/#narrow/stream/122651-general/topic/default.20PR.20description.20feedback/near/444794577), the existing PR template is not yet ignored by bors and the html comments show up in git history. This PR uses markers so the html comments are deleted by the bot. r? lcnr
Configuration menu - View commit details
-
Copy full SHA for e287a00 - Browse repository at this point
Copy the full SHA e287a00View commit details -
Rollup merge of rust-lang#126509 - workingjubilee:gently-discourage-d…
…oing-things-once, r=jhpratt std: suggest OnceLock over Once It was noted in rust-lang#125615 (comment) that Once is not necessary in most cases and should be discouraged. Once is really just an implementation detail of OnceLock that others can use if they want. Suggest they use OnceLock instead.
Configuration menu - View commit details
-
Copy full SHA for 83cbcea - Browse repository at this point
Copy the full SHA 83cbceaView commit details -
Rollup merge of rust-lang#126512 - RalfJung:miri-sync, r=RalfJung
Miri subtree update r? `@ghost`
Configuration menu - View commit details
-
Copy full SHA for 92ad0b1 - Browse repository at this point
Copy the full SHA 92ad0b1View commit details