-
Notifications
You must be signed in to change notification settings - Fork 13.3k
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
Label
Projects
Milestones
Assignee
Sort
Issues list
Rollup of 9 pull requests
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.
#140596
opened May 2, 2025 by
matthiaskrgr
Loading…
compiletest: Support optional error annotations
A-compiletest
Area: The compiletest test runner
A-rustc-dev-guide
Area: rustc-dev-guide
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.
#140586
opened May 2, 2025 by
petrochenkov
Loading…
Update sysinfo to 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)
0.35.0
in bootstrap and tools/opt-dist
S-waiting-on-bors
#140582
opened May 2, 2025 by
GuillaumeGomez
Loading…
compiletest: consider transitioning Area: The compiletest test runner
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
S-blocked
Status: Blocked on something else such as an RFC or other implementation work.
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.
//@ only-*
target-based directives to e.g. //@ only-target_arch: arch1 arch2
A-compiletest
#140575
opened May 2, 2025 by
jieyouxu
extend the list of registered dylibs on Area: The testsuite used to check the correctness of rustc
beta-nominated
Nominated for backporting to the compiler in the beta channel.
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)
test::prepare_cargo_test
A-testsuite
#140563
opened May 1, 2025 by
onur-ozkan
Loading…
Move some tests out of tests/ui
A-tidy
Area: The tidy tool
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.
#140551
opened May 1, 2025 by
mejrs
Loading…
Use lld by default on 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.
x86_64-unknown-linux-gnu
stable
A-run-make
#140525
opened Apr 30, 2025 by
lqd
Loading…
reconsider "the way to run a crate's unit tests is Category: This is a bug.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
x test <crate>
"
C-bug
#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 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)
wasm32-unknown-unknown
to a Rust toolchain compiled against a specific LLVM revision
A-linkers
#140473
opened Apr 29, 2025 by
szilardszaloki
bypass linker configuration and cross target check on 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)
x check
S-waiting-on-review
#140357
opened Apr 27, 2025 by
onur-ozkan
Loading…
-Zcodegen-backend no longer works on Category: This is a bug.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
x.py install
ed rustc
C-bug
#140331
opened Apr 26, 2025 by
matthiaskrgr
bootstrap: Category: This is a bug.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
use-linker
breaks build
C-bug
#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
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.
#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
#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
DRAFT: Add an aarch64-msvc build running on ARM64 Windows
A-compiletest
Area: The compiletest test runner
A-testsuite
Area: The testsuite used to check the correctness of rustc
PG-exploit-mitigations
Project group: Exploit mitigations
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-infra
Relevant to the infrastructure team, which will review and decide on the PR/issue.
#140136
opened Apr 21, 2025 by
dpaoliello
•
Draft
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…
Previous Next
ProTip!
no:milestone will show everything without a milestone.