Skip to content

Pull requests: rust-lang/rust

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

Allow impl Fn() -> impl Trait in return position S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-types Relevant to the types team, which will review and decide on the PR/issue.
#93582 by WaffleLapkin was merged Oct 30, 2022 Loading… 1.67.0
Improve parser diagnostics S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#95211 by terrarier2111 was merged Jun 14, 2022 Loading… 1.63.0
Suggest replacing a field when using the same type merged-by-bors This PR was explicitly merged by bors. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#95396 by TaKO8Ki was merged Mar 28, 2022 Loading… 1.61.0
diagnostics: regression test for derive bounds S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#95437 by notriddle was merged Mar 29, 2022 Loading… 1.61.0
Add note to the move size diagnostic S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#95478 by b-NC was merged Mar 31, 2022 Loading… 1.61.0
Enforce well formedness for type alias impl trait's hidden type merged-by-bors This PR was explicitly merged by bors. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#95519 by oli-obk was merged Apr 8, 2022 Loading… 1.62.0
Suggest derivable trait on E0277 error S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#95525 by ohno418 was merged Apr 5, 2022 Loading… 1.62.0
diagnostics: add test case for bogus T:Sized suggestion S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#95593 by notriddle was merged Apr 2, 2022 Loading… 1.61.0
CandidateSource::XCandidate -> CandidateSource::X S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#95642 by lcnr was merged Apr 5, 2022 Loading… 1.62.0
diagnostics: give a special note for unsafe fn / Fn/FnOnce/FnMut S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#95663 by notriddle was merged Apr 6, 2022 Loading… 1.62.0
Fix typo in bootstrap/setup.rs S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#95721 by xu-cheng was merged Apr 6, 2022 Loading… 1.62.0
Check that all hidden types are the same and then deduplicate them. beta-accepted Accepted for backporting to the compiler in the beta channel. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#95731 by oli-obk was merged Apr 6, 2022 Loading… 1.61.0
Report opaque type mismatches directly during borrowck of the function instead of within the type_of query. A-diagnostics Area: Messages for errors, warnings, and lints merged-by-bors This PR was explicitly merged by bors. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#95767 by oli-obk was merged Apr 7, 2022 Loading… 1.62.0
Suggest replacing typeof(...) with an actual type S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#95784 by WaffleLapkin was merged Apr 10, 2022 Loading… 1.62.0
Use to_string instead of format! S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#95881 by TaKO8Ki was merged Apr 12, 2022 Loading… 1.62.0
Remove #[rustc_deprecated] A-attributes Area: Attributes (`#[…]`, `#![…]`) merged-by-bors This PR was explicitly merged by bors. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#95960 by jhpratt was merged May 9, 2022 Loading… 1.62.0
Fix suggestions in case of T: bounds S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#95970 by WaffleLapkin was merged Apr 13, 2022 Loading… 1.62.0
prevent opaque types from appearing in impl headers S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#95973 by oli-obk was merged Apr 13, 2022 Loading… 1.62.0
update coherence docs, fix generator + opaque type ICE S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#95979 by lcnr was merged May 18, 2022 Loading… 1.63.0
diagnostics: regression test for spurrious "help: store this in the heap" S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#95989 by notriddle was merged Apr 13, 2022 Loading… 1.62.0
Move various checks to typeck so them failing causes the typeck result to get tainted merged-by-bors This PR was explicitly merged by bors. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#96046 by oli-obk was merged May 27, 2022 Loading… 1.63.0
Refactor: Use format-args-capture and remove unnecessary nested blocks in rustc_typeck S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#96065 by TaKO8Ki was merged Apr 15, 2022 Loading… 1.62.0
Add support for nounused --extern flag merged-by-bors This PR was explicitly merged by bors. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#96067 by jsgf was merged Apr 24, 2022 Loading… 1.62.0
incr. comp.: Don't export impl_stable_hash_via_hash!() and warn about using it. merged-by-bors This PR was explicitly merged by bors. perf-regression Performance regression. perf-regression-triaged The performance regression has been triaged. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#96082 by michaelwoerister was merged Apr 20, 2022 Loading… 1.62.0
Make sure -Dunused-crate-dependencies --json unused-externs makes rustc exit with error status merged-by-bors This PR was explicitly merged by bors. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#96085 by jsgf was merged Apr 28, 2022 Loading… 1.62.0
ProTip! Updated in the last three days: updated:>2025-05-20.