-
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 6 pull requests #113491
Rollup of 6 pull requests #113491
Commits on Jun 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 28f3986 - Browse repository at this point
Copy the full SHA 28f3986View commit details
Commits on Jun 27, 2023
-
Add a note telling that no elements change when arguments are equal
Configuration menu - View commit details
-
Copy full SHA for 30c61ee - Browse repository at this point
Copy the full SHA 30c61eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c33dfe - Browse repository at this point
Copy the full SHA 2c33dfeView commit details
Commits on Jun 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 13fcd8d - Browse repository at this point
Copy the full SHA 13fcd8dView commit details
Commits on Jun 29, 2023
-
These are still unstable through `avx512_target_feature`. Co-authored-by: Taiki Endo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 281e072 - Browse repository at this point
Copy the full SHA 281e072View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43f4fa4 - Browse repository at this point
Copy the full SHA 43f4fa4View commit details -
Configuration menu - View commit details
-
Copy full SHA for a30f797 - Browse repository at this point
Copy the full SHA a30f797View commit details
Commits on Jun 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 76a7772 - Browse repository at this point
Copy the full SHA 76a7772View commit details
Commits on Jul 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7dfb9ed - Browse repository at this point
Copy the full SHA 7dfb9edView commit details -
Configuration menu - View commit details
-
Copy full SHA for b9e991a - Browse repository at this point
Copy the full SHA b9e991aView commit details
Commits on Jul 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7bb9de8 - Browse repository at this point
Copy the full SHA 7bb9de8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07b1912 - Browse repository at this point
Copy the full SHA 07b1912View commit details
Commits on Jul 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for afccc44 - Browse repository at this point
Copy the full SHA afccc44View commit details -
Configuration menu - View commit details
-
Copy full SHA for 261c023 - Browse repository at this point
Copy the full SHA 261c023View commit details
Commits on Jul 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 50b4d1f - Browse repository at this point
Copy the full SHA 50b4d1fView commit details -
Rollup merge of rust-lang#113005 - compiler-errors:dont-query-normali…
…ze, r=cjgillot Don't call `query_normalize` when reporting similar impls Firstly, It's sketchy to be using `query_normalize` at all during HIR typeck -- it's asking for an ICE 😅. Secondly, we're normalizing an impl trait ref that potentially has parameter types in `ty::ParamEnv::empty()`, which is kinda sketchy as well. The only UI test change from removing this normalization is that we don't evaluate anonymous constants in impls, which end up giving us really ugly suggestions: ``` error[E0277]: the trait bound `[X; 35]: Default` is not satisfied --> /home/gh-compiler-errors/test.rs:4:5 | 4 | <[X; 35] as Default>::default(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Default` is not implemented for `[X; 35]` | = help: the following other types implement trait `Default`: &[T] &mut [T] [T; 32] [T; core::::array::{impl#30}::{constant#0}] [T; core::::array::{impl#31}::{constant#0}] [T; core::::array::{impl#32}::{constant#0}] [T; core::::array::{impl#33}::{constant#0}] [T; core::::array::{impl#34}::{constant#0}] and 27 others ``` So just fold the impls with a `BottomUpFolder` that calls `ty::Const::eval`. This doesn't work totally correctly with generic-const-exprs, but it's fine for stable code, and this is error reporting after all.
Configuration menu - View commit details
-
Copy full SHA for 48a0d03 - Browse repository at this point
Copy the full SHA 48a0d03View commit details -
Rollup merge of rust-lang#113064 - marcospb19:add-note-in-vec-swap-do…
…cs, r=Mark-Simulacrum std: edit [T]::swap docs Add a note about what happens when index arguments are equal.
Configuration menu - View commit details
-
Copy full SHA for 8c56299 - Browse repository at this point
Copy the full SHA 8c56299View commit details -
Rollup merge of rust-lang#113138 - cuviper:relnotes-1.71.0, r=Mark-Si…
…mulacrum Add release notes for 1.71.0 r? ``@Mark-Simulacrum`` cc ``@rust-lang/release``
Configuration menu - View commit details
-
Copy full SHA for 14aeef3 - Browse repository at this point
Copy the full SHA 14aeef3View commit details -
Rollup merge of rust-lang#113217 - ericmarkmartin:lower-type-relative…
…-ctor-to-adt, r=cjgillot resolve typerelative ctors to adt Associated issue: rust-lang#110508 r? ``@spastorino``
Configuration menu - View commit details
-
Copy full SHA for b637be7 - Browse repository at this point
Copy the full SHA b637be7View commit details -
Rollup merge of rust-lang#113254 - atouchet:rd3, r=Mark-Simulacrum
Use consistent formatting in Readme
Configuration menu - View commit details
-
Copy full SHA for dd83228 - Browse repository at this point
Copy the full SHA dd83228View commit details -
Rollup merge of rust-lang#113482 - GuillaumeGomez:migrate-gui-test-co…
…lor-20, r=notriddle Migrate GUI colors test to original CSS color format Follow-up of rust-lang#111459. r? ``@notriddle``
Configuration menu - View commit details
-
Copy full SHA for de9b9c8 - Browse repository at this point
Copy the full SHA de9b9c8View commit details