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

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
Some autodiff 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.
#138345 by oli-obk was merged Mar 12, 2025 Loading… 1.87.0
fix ICE in pretty-printing global_asm! 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.
#138280 by folkertdev was merged Mar 13, 2025 Loading… 1.87.0
chore: Fix some comments 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.
#138270 by StevenMia was merged Mar 11, 2025 Loading… 1.87.0
ICE: compiler/rustc_hir_analysis/src/hir_ty_lowering/lint.rs None 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) ❄️ T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#138229 by matthiaskrgr was closed Mar 11, 2025
ICE: $ident: found TraitItem(TraitItem C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#138211 by matthiaskrgr was closed Mar 11, 2025
CoercePointee doesn't support trait bounds on the smart pointer C-bug Category: This is a bug. F-derive_coerce_pointee Feature: RFC 3621's oft-renamed implementation T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#138172 by Darksonn was closed Mar 12, 2025
ICE: incoherent impl of negative auto trait C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#138149 by matthiaskrgr was closed Mar 8, 2025
tests: fix some typos in comment 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.
#138141 by tcpdumppy was merged Mar 7, 2025 Loading… 1.87.0
ICE: expression is not a valid constant Adt(AdtExpr ..) C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#138130 by matthiaskrgr was closed Mar 10, 2025
make precise capturing args in rustdoc Json typed A-rustdoc-json Area: Rustdoc JSON backend A-rustdoc-search Area: Rustdoc's search feature F-precise_capturing `#![feature(precise_capturing)]` 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. T-rustdoc-frontend Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
#138109 by Kohei316 was merged Mar 13, 2025 Loading… 1.87.0
Revert #138019 after further discussion about how hir-pretty printing should work 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.
#138060 by jdonszelmann was merged Mar 7, 2025 Loading… 1.87.0
compiler: Use size_of from the prelude instead of imported A-query-system Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html) 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.
#138040 by thaliaarchi was merged Mar 9, 2025 Loading… 1.87.0
compiler: add ExternAbi::is_rustic_abi 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.
#138028 by workingjubilee was merged Mar 5, 2025 Loading… 1.87.0
Pretty-print #[deprecated] attribute in HIR. A-attributes Area: Attributes (`#[…]`, `#![…]`) A-pretty Area: Pretty printing (including `-Z unpretty`) 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.
#138019 by obi1kenobi was merged Mar 5, 2025 Loading… 1.87.0
Remove obsolete comment from DeduceReadOnly 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.
#137993 by tmiasko was merged Mar 5, 2025 Loading… 1.87.0
Remove unused PpMode::needs_hir 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.
#137975 by Zalathar was merged Mar 5, 2025 Loading… 1.87.0
ProTip! no:milestone will show everything without a milestone.