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

Rollup of 11 pull requests A-testsuite Area: The testsuite used to check the correctness of rustc A-tidy Area: The tidy tool PG-exploit-mitigations Project group: Exploit mitigations rollup A PR which is a rollup 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. T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#140528 opened Apr 30, 2025 by matthiaskrgr Loading…
Use lld by default on x86_64-unknown-linux-gnu stable A-run-make Area: port run-make Makefiles to rmake.rs A-testsuite Area: The testsuite used to check the correctness of rustc needs-fcp This change is insta-stable, so needs a completed FCP to proceed. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. 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.
#140525 opened Apr 30, 2025 by lqd Loading…
reconsider "the way to run a crate's unit tests is x test <crate>" C-bug Category: This is a bug. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#140478 opened Apr 29, 2025 by jyn514
./x test --help --verbose is not very discoverable and may produce excess output (consider adding --list) C-enhancement Category: An issue proposing an enhancement or a PR with one. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#140477 opened Apr 29, 2025 by lolbinarycat
Adding wasm32-unknown-unknown to a Rust toolchain compiled against a specific LLVM revision A-linkers Area: linkers... you gotta love linkers C-discussion Category: Discussion or questions that doesn't represent real issues. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#140473 opened Apr 29, 2025 by szilardszaloki
Subtree update of rust-analyzer A-tidy Area: The tidy tool 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)
#140385 opened Apr 28, 2025 by lnicola Loading…
bypass linker configuration and cross target check on x check S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#140357 opened Apr 27, 2025 by onur-ozkan Loading…
-Zcodegen-backend no longer works on x.py installed rustc C-bug Category: This is a bug. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#140331 opened Apr 26, 2025 by matthiaskrgr
bootstrap: use-linker breaks build C-bug Category: This is a bug. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#140327 opened Apr 26, 2025 by matthiaskrgr
bootstrap: Inhibit download-rustc in CI when tools are changed S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#140322 opened Apr 26, 2025 by Zalathar Loading…
Building Rust with rpath disabled causes ~3k test failures in Cargo C-bug Category: This is a bug. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#140299 opened Apr 25, 2025 by jchecahi
Make rustc implicitly use panic=abort for the panic_abort crate S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. 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.
#140254 opened Apr 24, 2025 by bjorn3 Loading…
coverage-dump: Resolve global file IDs to filenames A-code-coverage Area: Source-based code coverage (-Cinstrument-coverage) A-testsuite Area: The testsuite used to check the correctness of rustc S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. 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.
#140251 opened Apr 24, 2025 by Zalathar Loading…
Add enzyme distribution step F-autodiff `#![feature(autodiff)]` S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#140244 opened Apr 24, 2025 by Shourya742 Loading…
Tracking issue for new compiletest executor A-compiletest Area: The compiletest test runner A-test-infra Area: test infrastructure (may span bootstrap/compiletest/more) C-tracking-issue Category: An issue tracking the progress of sth. like the implementation of an RFC 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.
#140192 opened Apr 23, 2025 by jieyouxu
1 task done
config.toml -> bootstrap.toml rename isnt mentioned in change-id warning A-bootstrap-config Area: bootstrap `config.toml` and the config system C-bug Category: This is a bug. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#140185 opened Apr 23, 2025 by BoxyUwU
Experimental cygwin support in rustc O-cygwin Target: *-pc-cygwin S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. 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.
#140154 opened Apr 22, 2025 by Berrysoft Loading…
Tracking issue for release notes of #120808: Split elided_lifetime_in_paths into tied and untied A-tidy Area: The tidy tool A-translation Area: Translation infrastructure, and migrating existing diagnostics to SessionDiagnostic L-elided_lifetimes_in_paths Lint: elided_lifetimes_in_paths needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. 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-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) T-lang Relevant to the language team, which will review and decide on the PR/issue.
#140140 opened Apr 22, 2025 by rustbot
Fix autodiff builds on Apple CI A-CI Area: Our Github Actions CI C-bug Category: This is a bug. E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue. F-autodiff `#![feature(autodiff)]` O-apple Operating system: Apple (macOS, iOS, tvOS, visionOS, watchOS) T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#140137 opened Apr 22, 2025 by ZuseZ4
download bootstrap binary from ci S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#140069 opened Apr 20, 2025 by Shourya742 Loading…
[DO NOT MERGE] start building Enzyme in CI A-testsuite Area: The testsuite used to check the correctness of rustc F-autodiff `#![feature(autodiff)]` S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#140064 opened Apr 20, 2025 by ZuseZ4 Loading…
minicore doesn't propagate -Ctarget-cpu for targets that require target-cpu being specified A-test-infra Area: test infrastructure (may span bootstrap/compiletest/more) A-test-infra-minicore Area: `minicore` test auxiliary and `//@ add-core-stubs` C-bug Category: This is a bug. 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.
#140038 opened Apr 19, 2025 by jieyouxu
compiletest: consider rejecting conditional test execution directives being used together with unconditional test disabling directives A-compiletest Area: The compiletest test runner A-testsuite Area: The testsuite used to check the correctness of rustc C-enhancement Category: An issue proposing an enhancement or a PR with one. 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.
#139970 opened Apr 17, 2025 by jieyouxu
tidy triagebot.toml trigger_files fails on jj git clone unchecked out submodules A-contributor-roadblock Area: Makes things more difficult for new or seasoned contributors to Rust A-tidy Area: The tidy tool C-external-bug Category: issue that is caused by bugs in software beyond our control T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#139856 opened Apr 15, 2025 by jieyouxu
rust-analyzer --stage=1 mixes incompatible proc_macro server and client A-bootstrap-stages Area: issues with the meaning of stage numbers C-bug Category: This is a bug. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) T-rust-analyzer Relevant to the rust-analyzer team, which will review and decide on the PR/issue.
#139810 opened Apr 14, 2025 by m-ou-se
ProTip! Add no:assignee to see everything that’s not assigned.