-
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 5 pull requests #97988
Rollup of 5 pull requests #97988
Commits on Jun 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 67ec969 - Browse repository at this point
Copy the full SHA 67ec969View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fc9e95 - Browse repository at this point
Copy the full SHA 7fc9e95View commit details
Commits on Jun 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e848eca - Browse repository at this point
Copy the full SHA e848ecaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 119d314 - Browse repository at this point
Copy the full SHA 119d314View commit details -
Configuration menu - View commit details
-
Copy full SHA for d69aed1 - Browse repository at this point
Copy the full SHA d69aed1View commit details -
fix rust-lang#71363 test by adding `-Z translate-remapped-path-to-loc…
…al-path=no` The test relies on library/std/src/error.rs not corresponding to a local path, but remapping might still find the related local file of a remapped path. To fix the test, this adds a new -Z flag to disable finding the corresponding local path of a remapped path.
Configuration menu - View commit details
-
Copy full SHA for 410e283 - Browse repository at this point
Copy the full SHA 410e283View commit details
Commits on Jun 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 91b9988 - Browse repository at this point
Copy the full SHA 91b9988View commit details
Commits on Jun 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 74ef148 - Browse repository at this point
Copy the full SHA 74ef148View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9a924d - Browse repository at this point
Copy the full SHA f9a924dView commit details -
Rollup merge of rust-lang#97761 - RalfJung:vtable-validation, r=cjgillot
validating the vtable can lead to Stacked Borrows errors Fixes rust-lang/miri#2123
Configuration menu - View commit details
-
Copy full SHA for d6e2d6d - Browse repository at this point
Copy the full SHA d6e2d6dView commit details -
Rollup merge of rust-lang#97778 - compiler-errors:misc-diagnostics-ti…
…dy, r=cjgillot Tidy up miscellaneous bounds suggestions Just some small fixes to suggestions - Generalizes `Ty::is_suggestable` into a `TypeVisitor`, so that it can be called on things other than `Ty` - Makes `impl Trait` in arg position no longer suggestible (generalizing the fix in rust-lang#97640) - Fixes `impl Trait` not being replaced with fresh type param when it's deeply nested in function signature (fixes rust-lang#97760) - Fixes some poor handling of `where` clauses with no predicates (also rust-lang#97760) - Uses `InferCtxt::resolve_numeric_literals_with_default` so we suggest `i32` instead of `{integer}` (fixes rust-lang#97677) Sorry there aren't many tests the fixes. Most of them would just be duplicates of other tests with empty `where` clauses or `impl Trait` in arg position instead of generic params. Let me know if you'd want more test coverage.
Configuration menu - View commit details
-
Copy full SHA for fc36b0d - Browse repository at this point
Copy the full SHA fc36b0dView commit details -
Rollup merge of rust-lang#97789 - ferrocene:pa-fix-issue-71363-test, …
…r=cjgillot Fix rust-lang#71363's test by adding `-Z translate-remapped-path-to-local-path=no` The test relies on `library/std/src/error.rs` not corresponding to a local path, but remapping might still find the related local file of a remapped path. To fix the test, this PR adds a new `-Z` flag to disable finding the corresponding local path of a remapped path.
Configuration menu - View commit details
-
Copy full SHA for 584cf06 - Browse repository at this point
Copy the full SHA 584cf06View commit details -
Rollup merge of rust-lang#97979 - ben0x539:providerdocs, r=Dylan-DPC
Fix typos in Provider API docs
Configuration menu - View commit details
-
Copy full SHA for 958cf35 - Browse repository at this point
Copy the full SHA 958cf35View commit details -
Rollup merge of rust-lang#97987 - TaKO8Ki:remove-unnecessary-format-m…
…acro, r=Dylan-DPC remove an unnecessary `String`
Configuration menu - View commit details
-
Copy full SHA for b9903d9 - Browse repository at this point
Copy the full SHA b9903d9View commit details