Skip to content

Issues: rust-lang/rust

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

Various cleanup in ExprUseVisitor 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.
#139086 by meithecatte was merged Mar 29, 2025 Loading… updated Mar 29, 2025 1.88.0
Do not treat lifetimes from parent items as influencing child items 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.
#139075 by oli-obk was merged Mar 29, 2025 Loading… updated Mar 29, 2025 1.87.0
ICE: trimmed_def_paths called, diagnostics were expected but none were emitted. A-diagnostics Area: Messages for errors, warnings, and lints C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ P-high High priority regression-from-stable-to-stable Performance or correctness regression from one stable version to another. 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.
#138979 by sosthene-nitrokey was closed Mar 28, 2025 updated Mar 28, 2025
Use abs_diff where applicable 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.
#139026 by yotamofek was merged Mar 28, 2025 Loading… updated Mar 28, 2025 1.87.0
Collect items referenced from var_debug_info 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.
#138980 by tmiasko was merged Mar 27, 2025 Loading… updated Mar 27, 2025 1.87.0
Don't deaggregate InvocationParent just to reaggregate it again 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.
#138977 by oli-obk was merged Mar 27, 2025 Loading… updated Mar 27, 2025 1.87.0
Use the correct binder scope for elided lifetimes in assoc consts 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.
#138985 by oli-obk was merged Mar 27, 2025 Loading… updated Mar 27, 2025 1.87.0
regression: ICE in rustc_codegen_ssa/src/mir/rvalue.rs:104:55: I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ P-high High priority regression-from-stable-to-beta Performance or correctness regression from stable to beta. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#137892 by Mark-Simulacrum was closed Mar 13, 2025 updated Mar 26, 2025
ICE: TAIT and incremental compilation A-impl-trait Area: `impl Trait`. Universally / existentially quantified anonymous types with static dispatch. A-incr-comp Area: Incremental compilation C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ S-needs-repro Status: This issue has no reproduction and needs a reproduction to make progress. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#138948 by Ddystopia was closed Mar 26, 2025 updated Mar 26, 2025
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… updated Mar 26, 2025 1.87.0
Mostly parser: Eliminate code that's been dead / semi-dead since the removal of type ascription syntax A-tidy Area: The tidy tool C-cleanup Category: PRs that clean code up or issues documenting cleanup. 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.
#138898 by fmease was merged Mar 26, 2025 Loading… updated Mar 26, 2025 1.87.0
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… updated Mar 25, 2025 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… updated Mar 25, 2025 1.87.0
Remove InstanceKind::generates_cgu_internal_copy merged-by-bors This PR was explicitly merged by bors. 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.
#136410 by saethlin was merged Mar 25, 2025 Loading… updated Mar 25, 2025 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… updated Mar 24, 2025 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… updated Mar 24, 2025 1.87.0
Remove the unused-#[doc(hidden)] logic from the unused_attributes lint A-lints Area: Lints (warnings about flaws in source code) such as unused_mut. beta-accepted Accepted for backporting to the compiler in the beta channel. L-unused_attributes Lint: unused_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. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#98336 by fmease was merged Jun 22, 2022 Loading… updated Mar 23, 2025 1.62.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… updated Mar 23, 2025 1.87.0
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… updated Mar 23, 2025 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… updated Mar 22, 2025 1.87.0
Avoid no-op unlink+link dances in incr comp 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.
#128320 by saethlin was merged Mar 22, 2025 Loading… updated Mar 22, 2025 1.87.0
Add NuttX support for AArch64 and ARMv7-A targets relnotes Marks issues that should be documented in the release notes of the next release. 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.
#135757 by no1wudi was merged Jan 24, 2025 Loading… updated Mar 21, 2025 1.86.0
Allow *const W<dyn A> -> *const dyn A ptr cast disposition-merge This issue / PR is in PFCP or FCP with a disposition to merge it. finished-final-comment-period The final comment period is finished for this PR / Issue. I-lang-easy-decision Issue: The decision needed by the team is conjectured to be easy; this does not imply nomination perf-regression Performance regression. relnotes Marks issues that should be documented in the release notes of the next release. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-lang Relevant to the language 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. to-announce Announce this issue on triage meeting
#136127 by WaffleLapkin was merged Mar 9, 2025 Loading… updated Mar 21, 2025 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… updated Mar 21, 2025 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… updated Mar 21, 2025 1.87.0
ProTip! Updated in the last three days: updated:>2025-03-26.