Skip to content

Issues: rust-lang/rust

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 8 pull requests A-attributes Area: Attributes (`#[…]`, `#![…]`) A-compiletest Area: The compiletest test runner A-testsuite Area: The testsuite used to check the correctness of rustc 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-libs Relevant to the library team, which will review and decide on the PR/issue.
#137710 opened Feb 27, 2025 by matthiaskrgr Loading…
Re-enable --generate-link-to-defintion for tools internal rustdoc 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)
#137693 opened Feb 26, 2025 by aDotInTheVoid Loading…
Add a tidy check for GCC submodule version A-tidy Area: The tidy tool 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)
#137683 opened Feb 26, 2025 by Kobzol Loading…
Various coretests improvements 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-libs Relevant to the library team, which will review and decide on the PR/issue.
#137679 opened Feb 26, 2025 by bjorn3 Loading…
linker: Fix escaping style for response files on Windows A-testsuite Area: The testsuite used to check the correctness of rustc 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.
#137676 opened Feb 26, 2025 by petrochenkov Loading…
Add dist::Gcc build step 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)
#137667 opened Feb 26, 2025 by Kobzol Loading…
cargo-fmt reports weird version on nightly A-rustfmt Area: Rustfmt C-bug Category: This is a bug. E-needs-investigation Call for partcipation: This issues needs some investigation to determine current status T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#137666 opened Feb 26, 2025 by Kobzol
Update sccache to 0.10.0 A-testsuite Area: The testsuite used to check the correctness of rustc 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.
#137665 opened Feb 26, 2025 by Kobzol Draft
Update to LLVM 20 rc 3 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)
#137661 opened Feb 26, 2025 by nikic Loading…
Cross-build of 1.85.0 to mipsel-unknown-netbsd fails w/missing __gnu_h2f_ieee and __gnu_f2h_ieee. A-clippy Area: Clippy A-cross Area: Cross compilation C-bug Category: This is a bug. F-f16_and_f128 `#![feature(f16)]`, `#![feature(f128)]` O-MIPS Target: MIPS processors T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#137630 opened Feb 25, 2025 by he32
[compiletest] support known-bug directive for more test suites 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-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#137629 opened Feb 25, 2025 by lolbinarycat
4 tasks
Update bootstrap to edition 2024 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)
#137612 opened Feb 25, 2025 by Kobzol Loading…
fix download-llvm logic for subtree sync branches 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)
#137593 opened Feb 25, 2025 by RalfJung Loading…
Add option to include submodules from vendoring 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)
#137583 opened Feb 25, 2025 by erickt Loading…
[bootstrap] rustdoc is always built with optimizations enabled, slowing down iterative development. C-bug Category: This is a bug. I-compiletime Issue: Problems and improvements with respect to compile times. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#137562 opened Feb 24, 2025 by lolbinarycat
bootstrap: t macro supresses real line number 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)
#137557 opened Feb 24, 2025 by lolbinarycat
add tool::CargoClippy and tool::Cargofmt binary to target sysroot 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)
#137541 opened Feb 24, 2025 by onur-ozkan Loading…
Prevent run-make test recipes (rmake.rs) from using *any* unstable features A-run-make Area: port run-make Makefiles to rmake.rs A-testsuite Area: The testsuite used to check the correctness of rustc 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.
#137532 opened Feb 24, 2025 by jieyouxu
6 tasks
Figure out how to check that minicore matches signatures of real core A-test-infra Area: test infrastructure (may span bootstrap/compiletest/more) 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.
#137531 opened Feb 24, 2025 by jieyouxu
bootstrap: Build with use-lld = true fails under MSYS2 due to some path escaping issues A-linkers Area: linkers... you gotta love linkers C-bug Category: This is a bug. O-windows-gnu Toolchain: GNU, Operating system: Windows S-has-bisection Status: a bisection has been found for this issue T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#137498 opened Feb 23, 2025 by petrochenkov
Can we get rid of the lib.miri.rs hack now? A-miri Area: The miri tool C-cleanup Category: PRs that clean code up or issues documenting cleanup. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#137479 opened Feb 23, 2025 by RalfJung
./x test library/core stopped working A-testsuite Area: The testsuite used to check the correctness of rustc C-bug Category: This is a bug. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) T-libs Relevant to the library team, which will review and decide on the PR/issue.
#137478 opened Feb 23, 2025 by RalfJung
fix for issue 132802: x86 code in wasm32-unknown-unknown binaries A-run-make Area: port run-make Makefiles to rmake.rs 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. T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#137457 opened Feb 23, 2025 by JayAndJef Loading…
Tracking issue for release notes of #135080: core: Make Debug impl of raw pointers print metadata if present A-testsuite Area: The testsuite used to check the correctness of rustc 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-libs Relevant to the library team, which will review and decide on the PR/issue.
#137430 opened Feb 22, 2025 by rustbot
1 of 3 tasks
Remove deserializing/reserializing toml from configure.py 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)
#137408 opened Feb 22, 2025 by abylaw Loading…
ProTip! Mix and match filters to narrow down what you’re looking for.