-
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 4 pull requests #125644
Rollup of 4 pull requests #125644
Commits on May 23, 2024
-
create libcxx-version tool for getting currently used libcxx version
Signed-off-by: onur-ozkan <work@onurozkan.dev>
Configuration menu - View commit details
-
Copy full SHA for 3dc4fff - Browse repository at this point
Copy the full SHA 3dc4fffView commit details -
check host's libstdc++ version when using ci llvm
Signed-off-by: onur-ozkan <work@onurozkan.dev>
Configuration menu - View commit details
-
Copy full SHA for c5755fa - Browse repository at this point
Copy the full SHA c5755faView commit details -
register libcxx-version in triagebot
Signed-off-by: onur-ozkan <work@onurozkan.dev>
Configuration menu - View commit details
-
Copy full SHA for 52d9f85 - Browse repository at this point
Copy the full SHA 52d9f85View commit details -
skip
src/tools/libcxx-version
from tidySigned-off-by: onur-ozkan <work@onurozkan.dev>
Configuration menu - View commit details
-
Copy full SHA for 480670e - Browse repository at this point
Copy the full SHA 480670eView commit details
Commits on May 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0d42cf7 - Browse repository at this point
Copy the full SHA 0d42cf7View commit details
Commits on May 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5ad4ad7 - Browse repository at this point
Copy the full SHA 5ad4ad7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06c6a2d - Browse repository at this point
Copy the full SHA 06c6a2dView commit details -
non_local_defs: improve some notes around trait, bounds, consts
- Restrict const-anon exception diag to relevant places - Invoke bounds (and type-inference) in non_local_defs - Specialize diagnostic for impl without Trait
Configuration menu - View commit details
-
Copy full SHA for de1c122 - Browse repository at this point
Copy the full SHA de1c122View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26b873d - Browse repository at this point
Copy the full SHA 26b873dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 22095fb - Browse repository at this point
Copy the full SHA 22095fbView commit details -
non_local_defs: improve exception note for impl and macro_rules!
- Remove wrong exception text for non-local macro_rules! - Simplify anonymous const exception note
Configuration menu - View commit details
-
Copy full SHA for 402580b - Browse repository at this point
Copy the full SHA 402580bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d3dfe14 - Browse repository at this point
Copy the full SHA d3dfe14View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab23fd8 - Browse repository at this point
Copy the full SHA ab23fd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b719529 - Browse repository at this point
Copy the full SHA b719529View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98273ec - Browse repository at this point
Copy the full SHA 98273ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for c7d3004 - Browse repository at this point
Copy the full SHA c7d3004View commit details
Commits on May 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 87599dd - Browse repository at this point
Copy the full SHA 87599ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d5a9bc - Browse repository at this point
Copy the full SHA 4d5a9bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 13ce229 - Browse repository at this point
Copy the full SHA 13ce229View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98bfd54 - Browse repository at this point
Copy the full SHA 98bfd54View commit details -
Signed-off-by: onur-ozkan <work@onurozkan.dev>
Configuration menu - View commit details
-
Copy full SHA for dd24a11 - Browse repository at this point
Copy the full SHA dd24a11View commit details -
Rollup merge of rust-lang#125089 - Urgau:non_local_def-suggestions, r…
…=estebank Improve diagnostic output the `non_local_definitions` lint This PR improves (or at least tries to improve) the diagnostic output the `non_local_definitions` lint, by simplifying the wording, by adding a "sort of" explanation of bounds interaction that leak the impl... This PR is best reviewed commit by commit and is voluntarily made a bit vague as to have a starting point to improve on. Related to https://rust-lang.zulipchat.com/#narrow/stream/131828-t-compiler/topic/non_local_defs.20wording.20improvements Fixes rust-lang#125068 Fixes rust-lang#124396 cc ``@workingjubilee`` r? ``@estebank``
Configuration menu - View commit details
-
Copy full SHA for 636b26e - Browse repository at this point
Copy the full SHA 636b26eView commit details -
Rollup merge of rust-lang#125343 - lcnr:eagerly-normalize-added-goals…
…, r=compiler-errors `-Znext-solver`: eagerly normalize when adding goals fixes rust-lang#125269. I am not totally with this fix and going to keep this open until we have a more general discussion about how to handle hangs caused by lazy norm in the new solver.
Configuration menu - View commit details
-
Copy full SHA for d0b4316 - Browse repository at this point
Copy the full SHA d0b4316View commit details -
Rollup merge of rust-lang#125411 - onur-ozkan:sanity-check-libstdc++,…
… r=Mark-Simulacrum check host's libstdc++ version when using ci llvm If the host's libstdc++ version is too old using ci-llvm may result in an ABI mismatch between the local libstdc++ and libLLVM.so. This PR adds a sanity check to immediately fail at the beginning of the bootstrap before starting the actual build. I am not sure if '8' is the best threshold, but it should be a good start and we can increase it anytime if needed. Fixes rust-lang#123037
Configuration menu - View commit details
-
Copy full SHA for 0e1aaa0 - Browse repository at this point
Copy the full SHA 0e1aaa0View commit details -
Rollup merge of rust-lang#125551 - clarfonthey:ip-bits, r=jhpratt
Stabilise `IpvNAddr::{BITS, to_bits, from_bits}` (`ip_bits`) This completed FCP in rust-lang#113744. (Closes rust-lang#113744.) Stabilises the following APIs: ```rust impl Ipv4Addr { pub const BITS: u32 = 32; pub const fn from_bits(bits: u32) -> Ipv4Addr; pub const fn to_bits(self) -> u32; } impl Ipv6Addr { pub const BITS: u32 = 128; pub const fn from_bits(bits: u128) -> Ipv4Addr; pub const fn to_bits(self) -> u128; } ```
Configuration menu - View commit details
-
Copy full SHA for 6ba7807 - Browse repository at this point
Copy the full SHA 6ba7807View commit details