Skip to content

Issues: rust-lang/rust

Draft release notes for 1.86.0
#138795 opened Mar 21, 2025 by cuviper
Open 13
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

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
Assignee
Filter by who’s assigned
Sort

Issues list

Visitors track whether an assoc item is in a trait impl or an inherent impl 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.
#138929 by oli-obk was merged Mar 25, 2025 Loading… 1.87.0
Reduce kw::Empty usage, part 3 A-attributes Area: Attributes (`#[…]`, `#![…]`) 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.
#138924 by nnethercote was merged Mar 25, 2025 Loading… 1.87.0
Add target maintainer information for powerpc64-unknown-linux-musl S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#138905 by Gelbpunkt was merged Mar 26, 2025 Loading… 1.87.0
Fix ICE #138415 for invalid extern function body 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.
#138854 by TaKO8Ki was merged Mar 24, 2025 Loading… 1.87.0
Move some driver code around A-attributes Area: Attributes (`#[…]`, `#![…]`) 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.
#138786 by bjorn3 was merged Mar 23, 2025 Loading… 1.87.0
test(ui): add tuple-struct-where-clause-suggestion ui test for #91520 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.
#138782 by karolzwolak was merged Mar 22, 2025 Loading… 1.87.0
Handle spans of ~const, const and async trait bounds in macro expansion 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.
#138754 by oli-obk was merged Mar 21, 2025 Loading… 1.87.0
Use Option<Ident> for lowered param names. 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-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#138685 by nnethercote was merged Mar 21, 2025 Loading… 1.87.0
Various codegen_llvm cleanups 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.
#138674 by oli-obk was merged Mar 19, 2025 Loading… 1.87.0
Extract for_each_immediate_subpat from THIR pattern visitors 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.
#138635 by Zalathar was merged Mar 19, 2025 Loading… 1.87.0
Handle infer -> dyn unsizing directly in the trait solver S-waiting-on-perf Status: Waiting on a perf run to be completed. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#138598 by oli-obk was closed Mar 17, 2025 Loading…
Avoid double lowering of idents 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.
#138588 by nnethercote was merged Mar 17, 2025 Loading… 1.87.0
Fix typo in hir lowering lint diag 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.
#138518 by yotamofek was merged Mar 15, 2025 Loading… 1.87.0
Add test to ensure no index out of bounds panic (#135474) 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.
#138509 by reddevilmidzy was merged Mar 24, 2025 Loading… 1.87.0
by_move_body.rs:275:21: There should be at least a single deref for an upvar local initialization, found [] A-async-closures `async || {}` C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ S-has-mcve Status: A Minimal Complete and Verifiable Example has been found for this issue T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#138501 by TeamDman was closed Mar 15, 2025
Fix HIR printing of parameters 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.
#138482 by nnethercote was merged Mar 15, 2025 Loading… 1.87.0
Refactor is_snake_case. 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.
#138474 by remexre was merged Mar 15, 2025 Loading… 1.87.0
EUV: fix place of deref pattern's interior's scrutinee 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.
#138442 by dianne was merged Mar 14, 2025 Loading… 1.87.0
allow(unused_variables) doesn't work on struct field bindings in patterns A-lints Area: Lints (warnings about flaws in source code) such as unused_mut. A-patterns Relating to patterns and pattern matching C-bug Category: This is a bug. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#138428 by camsteffen was closed Mar 14, 2025
Couple mir building cleanups 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.
#138410 by bjorn3 was merged Mar 22, 2025 Loading… 1.87.0
remove unnecessary variant 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.
#138394 by lcnr was merged Mar 13, 2025 Loading… 1.87.0
Item-related cleanups 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.
#138376 by nnethercote was merged Mar 12, 2025 Loading… 1.87.0
merge TypeChecker and TypeVerifier 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.
#138357 by lcnr was merged Mar 13, 2025 Loading… 1.87.0
remove redundant body arguments 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.
#138354 by lcnr was merged Mar 12, 2025 Loading… 1.87.0
Reduce kw::Empty usage, part 2 A-attributes Area: Attributes (`#[…]`, `#![…]`) 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.
#138347 by nnethercote was merged Mar 12, 2025 Loading… 1.87.0
ProTip! Type g i on any issue or pull request to go back to the issue listing page.