-
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 9 pull requests #106209
Rollup of 9 pull requests #106209
Commits on May 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 321247d - Browse repository at this point
Copy the full SHA 321247dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 204f854 - Browse repository at this point
Copy the full SHA 204f854View commit details -
Configuration menu - View commit details
-
Copy full SHA for a80e685 - Browse repository at this point
Copy the full SHA a80e685View commit details
Commits on Nov 3, 2022
-
Sky committed
Nov 3, 2022 Configuration menu - View commit details
-
Copy full SHA for b473bc9 - Browse repository at this point
Copy the full SHA b473bc9View commit details
Commits on Nov 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3b8b0ac - Browse repository at this point
Copy the full SHA 3b8b0acView commit details
Commits on Nov 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 70bba3b - Browse repository at this point
Copy the full SHA 70bba3bView commit details
Commits on Dec 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5e44a65 - Browse repository at this point
Copy the full SHA 5e44a65View commit details -
Configuration menu - View commit details
-
Copy full SHA for b656e24 - Browse repository at this point
Copy the full SHA b656e24View commit details
Commits on Dec 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6d332c4 - Browse repository at this point
Copy the full SHA 6d332c4View commit details
Commits on Dec 28, 2022
-
Account for
match
expr in single lineWhen encountering `match Some(42) { Some(x) => x, None => "" };`, output ``` error[E0308]: `match` arms have incompatible types --> f53.rs:2:52 | 2 | let _ = match Some(42) { Some(x) => x, None => "" }; | -------------- - ^^ expected integer, found `&str` | | | | | this is found to be of type `{integer}` | `match` arms have incompatible types ```
Configuration menu - View commit details
-
Copy full SHA for 05e8ba1 - Browse repository at this point
Copy the full SHA 05e8ba1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50c1be1 - Browse repository at this point
Copy the full SHA 50c1be1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 605ad65 - Browse repository at this point
Copy the full SHA 605ad65View commit details -
Rollup merge of rust-lang#94145 - ssomers:binary_heap_tests, r=jyn514
Test leaking of BinaryHeap Drain iterators Add test cases about forgetting the `BinaryHeap::Drain` iterator, and slightly fortifies some other test cases. Consists of separate commits that I don't think are relevant on their own (but I'll happily turn these into more PRs if desired).
Configuration menu - View commit details
-
Copy full SHA for dc98aa6 - Browse repository at this point
Copy the full SHA dc98aa6View commit details -
Rollup merge of rust-lang#103945 - H4x5:remove-iter-empty-hack, r=com…
…piler-errors Remove `iter::Empty` hack `iter::Empty` uses a newtype to work around `#![feature(const_fn_fn_ptr_basics)]`, which has been stable since 1.61.0.
Configuration menu - View commit details
-
Copy full SHA for d1193ad - Browse repository at this point
Copy the full SHA d1193adView commit details -
Rollup merge of rust-lang#104024 - noeddl:unused-must-use, r=compiler…
…-errors Fix `unused_must_use` warning for `Box::from_raw`
Configuration menu - View commit details
-
Copy full SHA for 58233e9 - Browse repository at this point
Copy the full SHA 58233e9View commit details -
Rollup merge of rust-lang#104708 - jonasspinner:fix-backoff-doc-to-ma…
…tch-implementation, r=compiler-errors Fix backoff doc to match implementation The commit 8dddb22 in the crossbeam-channel PR (rust-lang#93563) changed the backoff strategy to be quadratic instead of exponential. This updates the doc to prevent confusion.
Configuration menu - View commit details
-
Copy full SHA for 0818ba4 - Browse repository at this point
Copy the full SHA 0818ba4View commit details -
Rollup merge of rust-lang#105347 - estebank:single-line-match, r=comp…
…iler-errors Account for `match` expr in single line When encountering `match Some(42) { Some(x) => x, None => "" };`, output ``` error[E0308]: `match` arms have incompatible types --> f53.rs:2:52 | 2 | let _ = match Some(42) { Some(x) => x, None => "" }; | -------------- - ^^ expected integer, found `&str` | | | | | this is found to be of type `{integer}` | `match` arms have incompatible types ```
Configuration menu - View commit details
-
Copy full SHA for ade9605 - Browse repository at this point
Copy the full SHA ade9605View commit details -
Rollup merge of rust-lang#105484 - nbdd0121:upcast, r=compiler-errors
Implement allow-by-default `multiple_supertrait_upcastable` lint The lint detects when an object-safe trait has multiple supertraits. Enabled in libcore and liballoc as they are low-level enough that many embedded programs will use them. r? `@nikomatsakis`
Configuration menu - View commit details
-
Copy full SHA for 8b3d0c4 - Browse repository at this point
Copy the full SHA 8b3d0c4View commit details -
Rollup merge of rust-lang#106184 - albertlarsan68:docs-106154, r=Nils…
…trieb Fix `core::any` docs Thanks to ``@pbevin`` in rust-lang#106154 Closes rust-lang#106154 ``@rustbot`` labels +A-docs
Configuration menu - View commit details
-
Copy full SHA for 45d6f02 - Browse repository at this point
Copy the full SHA 45d6f02View commit details -
Rollup merge of rust-lang#106201 - estebank:verbose-transparent, r=co…
…mpiler-errors Emit fewer errors on invalid `#[repr(transparent)]` on `enum` Fix rust-lang#68420.
Configuration menu - View commit details
-
Copy full SHA for f837da7 - Browse repository at this point
Copy the full SHA f837da7View commit details -
Rollup merge of rust-lang#106205 - compiler-errors:oopsy, r=fee1-dead
Remove some totally duplicated files in `rustc_infer` I have no idea why or how I duplicated these files from `compiler/rustc_infer/src/infer/error_reporting/note.rs`, but I did by accident, and nothing caught it 🤦
Configuration menu - View commit details
-
Copy full SHA for 5e9c91c - Browse repository at this point
Copy the full SHA 5e9c91cView commit details