Skip to content

Issues: rust-lang/rust

Draft release notes for 1.87
#140133 opened Apr 21, 2025 by BoxyUwU
Open 5
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

Add read_buf equivalents for positioned reads O-unix Operating system: Unix-like O-windows Operating system: Windows S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#140459 opened Apr 29, 2025 by niklasf Loading…
Better documentation about which libraries are linked by default by the rust compiler A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools A-linkage Area: linking into static, shared libraries and binaries O-windows Operating system: Windows T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#139619 opened Apr 10, 2025 by weiznich
deduplicate abort implementations O-hermit Operating System: Hermit O-SGX Target: SGX O-unix Operating system: Unix-like O-windows Operating system: Windows S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#139103 opened Mar 29, 2025 by joboet Loading…
Add methods to TCP and UDP sockets to modify hop limit (refresh of #94678) O-windows Operating system: Windows S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-libs Relevant to the library team, which will review and decide on the PR/issue. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#138744 opened Mar 20, 2025 by Mallets Loading…
Tracking issue for release notes of #138233: Windows: Don't link std (and run-make) against advapi32, except on win7 O-windows Operating system: Windows release-blog-post Marks issues tracking what text to put in the release blog post. relnotes Marks issues that should be documented in the release notes of the next release. relnotes-tracking-issue Marks issues tracking what text to put in release notes. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#138621 opened Mar 17, 2025 by rustbot 1.87.0
Linking error when compiled to arm64ec-pc-windows-msvc -Zbuild-std Unstable Cargo option: Compile the standard library yourself. A-linkage Area: linking into static, shared libraries and binaries needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. O-windows Operating system: Windows
#138541 opened Mar 15, 2025 by Wyvern
Tracking Issue for the demotion of i686-pc-windows-gnu A-targets Area: Concerning the implications of different compiler targets C-tracking-issue Category: An issue tracking the progress of sth. like the implementation of an RFC O-windows Operating system: Windows O-windows-gnu Toolchain: GNU, Operating system: Windows O-x86_32 Target: x86 processors, 32 bit (like i686-*) (IA-32) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#138422 opened Mar 12, 2025 by Noratrieb
2 of 4 tasks
Tracking issue for release notes of #138162: Update the standard library to Rust 2024 A-run-make Area: port run-make Makefiles to rmake.rs O-windows Operating system: Windows relnotes Marks issues that should be documented in the release notes of the next release. relnotes-tracking-issue Marks issues tracking what text to put in release notes. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#138375 opened Mar 11, 2025 by rustbot 1.87.0
Unnecessary references lint A-query-system Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html) needs-fcp This change is insta-stable, so needs a completed FCP to proceed. O-windows Operating system: Windows S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-lang Relevant to the language team, which will review and decide on the PR/issue.
#138230 opened Mar 8, 2025 by obeis Loading…
Win: Fix std::fs::rename failing on Windows Server by attempting the non-atomic rename first O-windows Operating system: Windows S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#138133 opened Mar 7, 2025 by Fulgen301 Loading…
Experimental cygwin host support A-targets Area: Concerning the implications of different compiler targets C-tracking-issue Category: An issue tracking the progress of sth. like the implementation of an RFC O-cygwin Target: *-pc-cygwin O-windows Operating system: Windows T-libs Relevant to the library team, which will review and decide on the PR/issue.
#137819 opened Feb 28, 2025 by workingjubilee
3 tasks
Incremental compilation on Windows is slow because of hard links A-incr-comp Area: Incremental compilation I-compiletime Issue: Problems and improvements with respect to compile times. O-windows Operating system: Windows T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#137560 opened Feb 24, 2025 by kryptan
Document From::from impls A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools C-enhancement Category: An issue proposing an enhancement or a PR with one. O-linux Operating system: Linux O-solid Operating System: SOLID O-unix Operating system: Unix-like O-windows Operating system: Windows S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#137330 opened Feb 20, 2025 by TimTheBig Loading…
Handling of stdcall (and other x86-32-specific ABIs) on non-x86-32 Windows targets is inconsistent A-ABI Area: Concerning the application binary interface (ABI) C-bug Category: This is a bug. O-windows Operating system: Windows T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-lang Relevant to the language team, which will review and decide on the PR/issue.
#137018 opened Feb 14, 2025 by RalfJung
Add missing trait implementations for ScopedJoinHandle needs-fcp This change is insta-stable, so needs a completed FCP to proceed. O-unix Operating system: Unix-like O-windows Operating system: Windows S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#136912 opened Feb 12, 2025 by Rosdf Loading…
offline installer should include rust-src C-bug Category: This is a bug. O-windows Operating system: Windows S-needs-info Status: The issue lacks details necessary to triage or act on it. T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#136268 opened Jan 29, 2025 by NewUserHa
16k-aligned statics crash rustc on Windows A-align Area: alignment control (`repr(align(N))` and so on) A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. A-repr Area: the `#[repr(stuff)]` attribute C-bug Category: This is a bug. E-needs-investigation Call for partcipation: This issues needs some investigation to determine current status I-crash Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics. O-windows Operating system: Windows T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#135752 opened Jan 20, 2025 by purplesyringa
Infinite/long backtrace on i686 under Wine A-backtrace Area: Backtraces A-debuginfo Area: Debugging information in compiled programs (DWARF, PDB, etc.) A-panic Area: Panicking machinery A-runtime Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows C-bug Category: This is a bug. E-needs-investigation Call for partcipation: This issues needs some investigation to determine current status O-windows Operating system: Windows O-x86_32 Target: x86 processors, 32 bit (like i686-*) (IA-32) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#135717 opened Jan 19, 2025 by purplesyringa
Tracking issue for release notes of #125087: Optimize Seek::stream_len impl for File needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. O-hermit Operating System: Hermit O-solid Operating System: SOLID O-unix Operating system: Unix-like O-wasi Operating system: Wasi, Webassembly System Interface O-windows Operating system: Windows relnotes Marks issues that should be documented in the release notes of the next release. relnotes-tracking-issue Marks issues tracking what text to put in release notes. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#135693 opened Jan 18, 2025 by rustbot
3 tasks
Handling of legacy-incompatible paths by PathBuf::push on Windows A-io Area: `std::io`, `std::fs`, `std::net` and `std::path` C-discussion Category: Discussion or questions that doesn't represent real issues. O-windows Operating system: Windows T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#135443 opened Jan 13, 2025 by kornelski
rustc segfaults on global_asm!("jz [foo]") on x86_64-pc-windows-msvc (exit code: 0xc0000005, STATUS_ACCESS_VIOLATION) A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. C-bug Category: This is a bug. I-crash Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics. O-windows Operating system: Windows O-windows-msvc Toolchain: MSVC, Operating system: Windows T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#135362 opened Jan 11, 2025 by Trolldemorted
compiletest: error emitter pretty svg tests don't normalize color differences between Windows and Unixes A-compiletest Area: The compiletest test runner A-diagnostics Area: Messages for errors, warnings, and lints A-testsuite Area: The testsuite used to check the correctness of rustc C-bug Category: This is a bug. D-diagnostic-infra Diagnostics: Issues that affect all diagnostics, or relate to the diagnostic machinery itself. O-windows Operating system: Windows 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.
#135270 opened Jan 8, 2025 by jieyouxu
DllMain is never run when given stdcall decorated export A-dynamic-library Area: Dynamic/Shared Libraries A-linkage Area: linking into static, shared libraries and binaries C-bug Category: This is a bug. O-windows Operating system: Windows T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#135188 opened Jan 7, 2025 by PARTYMANX
std: net: Add function to return the system hostname A-meta Area: Issues & PRs about the rust-lang/rust repository itself A-run-make Area: port run-make Makefiles to rmake.rs O-unix Operating system: Unix-like O-windows Operating system: Windows S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#135141 opened Jan 6, 2025 by orowith2os Loading…
rustc fails to build trivial hello world program; cargo build always fails : exit code: 0xc0000005, STATUS_ACCESS_VIOLATION C-discussion Category: Discussion or questions that doesn't represent real issues. O-windows Operating system: Windows T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#135114 opened Jan 4, 2025 by abhijitsahu
2 tasks done
ProTip! Type g i on any issue or pull request to go back to the issue listing page.