-
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 8 pull requests #132538
Rollup of 8 pull requests #132538
Commits on Oct 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 764349f - Browse repository at this point
Copy the full SHA 764349fView commit details
Commits on Nov 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 66351a6 - Browse repository at this point
Copy the full SHA 66351a6View commit details -
make codegen help output more consistent
The output of `rustc -C help` generally has one option per line. There was one exception because of a (presumably) forgotten line continuation escape.
Configuration menu - View commit details
-
Copy full SHA for 8837fc7 - Browse repository at this point
Copy the full SHA 8837fc7View commit details -
Configuration menu - View commit details
-
Copy full SHA for afe1902 - Browse repository at this point
Copy the full SHA afe1902View commit details -
Configuration menu - View commit details
-
Copy full SHA for f341a19 - Browse repository at this point
Copy the full SHA f341a19View commit details -
Configuration menu - View commit details
-
Copy full SHA for b919675 - Browse repository at this point
Copy the full SHA b919675View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82f8b8f - Browse repository at this point
Copy the full SHA 82f8b8fView commit details -
PassWrapper: adapt for llvm/llvm-project@b01e2a8
We don't see a reason to explicitly pass the default here, so just use the default instead of explicitly passing it and needing an ifdef. @rustbot label: +llvm-main
Configuration menu - View commit details
-
Copy full SHA for ab5583e - Browse repository at this point
Copy the full SHA ab5583eView commit details -
Rollup merge of rust-lang#132153 - bjoernager:const-char-encode-utf16…
…, r=dtolnay Stabilise `const_char_encode_utf16`. Closes: rust-lang#130660 This PR stabilises the `const_char_encode_utf16` feature gate (i.e. support for `char::encode_utf16` in constant expressions). ~~Note that the linked tracking issue is as of this writing currently awaiting FCP until 2024-11-02.~~
Configuration menu - View commit details
-
Copy full SHA for 88f3b20 - Browse repository at this point
Copy the full SHA 88f3b20View commit details -
Rollup merge of rust-lang#132419 - durin42:llvm-20-type-test-thing, r…
…=cuviper PassWrapper: adapt for llvm/llvm-project@b01e2a8b5620466c3b A boolean turned into an enum. None matches the old behavior of false, so we pass that. `@rustbot` label: +llvm-main
Configuration menu - View commit details
-
Copy full SHA for 6ac3071 - Browse repository at this point
Copy the full SHA 6ac3071View commit details -
Rollup merge of rust-lang#132437 - Zalathar:inline-mixed-regression, …
…r=jieyouxu coverage: Regression test for inlining into an uninstrumented crate Regression test for rust-lang#132395, after I was able to figure out a simple way to reproduce it. See also rust-lang#132436. In addition to confirming that there is no ICE, this test also demonstrates that the affected code is undercounted, because executing the inlined copy doesn't increment coverage counters.
Configuration menu - View commit details
-
Copy full SHA for 778d9fb - Browse repository at this point
Copy the full SHA 778d9fbView commit details -
Rollup merge of rust-lang#132458 - RalfJung:rustc-const-unstable, r=A…
…manieu get rid of a whole bunch of unnecessary rustc_const_unstable attributes In general, when a `const fn` is still unstable, it doesn't need a `#[rustc_const_unstable]` attribute. The only exception is functions that internally use things that can't be used in stable const fn yet. So this gets rid of a whole bunch of `#[rustc_const_unstable]` in libcore.
Configuration menu - View commit details
-
Copy full SHA for 6f14a7a - Browse repository at this point
Copy the full SHA 6f14a7aView commit details -
Rollup merge of rust-lang#132520 - matthiaskrgr:knobu, r=jieyouxu
NFC add known bug nr to test r? `@jieyouxu`
Configuration menu - View commit details
-
Copy full SHA for 7e2f956 - Browse repository at this point
Copy the full SHA 7e2f956View commit details -
Rollup merge of rust-lang#132522 - senekor:consistenst-codegen-help, …
…r=compiler-errors make codegen help output more consistent The output of `rustc -C help` generally has one option per line. There was one exception because of a (presumably) forgotten line continuation escape.
Configuration menu - View commit details
-
Copy full SHA for 0c1ed40 - Browse repository at this point
Copy the full SHA 0c1ed40View commit details -
Rollup merge of rust-lang#132523 - ranger-ross:test-issue-117446, r=c…
…ompiler-errors Added regression test for generics index out of bounds Added a regression test for rust-lang#117446 This ICE was fixed in Rust 1.75 but a regression test was never added. This PR adds a UI test with a reduced version of the original bug report that does not rely on external crates.
Configuration menu - View commit details
-
Copy full SHA for 4553b78 - Browse repository at this point
Copy the full SHA 4553b78View commit details -
Rollup merge of rust-lang#132528 - compiler-errors:fallback-sugg-opt,…
… r=jieyouxu Use `*_opt` typeck results fns to not ICE in fallback suggestion Self-explanatory. Fixes rust-lang#132517.
Configuration menu - View commit details
-
Copy full SHA for 943e855 - Browse repository at this point
Copy the full SHA 943e855View commit details