-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Crater runs for 1.83
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-release
Relevant to the release subteam, which will review and decide on the PR/issue.
Hir attributes
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
A-query-system
Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html)
A-rustdoc-json
Area: Rustdoc JSON backend
PG-exploit-mitigations
Project group: Exploit mitigations
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.
T-release
Relevant to the release subteam, 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.
WG-trait-system-refactor
The Rustc Trait System Refactor Initiative (-Znext-solver)
#131808
opened Oct 17, 2024 by
jdonszelmann
Loading…
Stabilisation of ARM AES intrinsics missing from 1.72 release notes
A-docs
Area: documentation for any part of the project, including the compiler, standard library, and tools
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
O-Arm
Target: 32-bit Arm processors (armv6, armv7, thumb...), including 64-bit Arm in AArch32 state
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
T-release
Relevant to the release subteam, which will review and decide on the PR/issue.
#130717
opened Sep 22, 2024 by
ctz
Tracking peak total storage use
A-CI
Area: Our Github Actions CI
C-discussion
Category: Discussion or questions that doesn't represent real issues.
I-release-nominated
Nominated for the release team.
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.
T-release
Relevant to the release subteam, 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.
#129808
opened Aug 31, 2024 by
workingjubilee
Use Area: The 2024 edition
A-query-system
Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html)
A-testsuite
Area: The testsuite used to check the correctness of rustc
A-translation
Area: Translation infrastructure, and migrating existing diagnostics to SessionDiagnostic
PG-exploit-mitigations
Project group: Exploit mitigations
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.
T-release
Relevant to the release subteam, which will review and decide on the PR/issue.
WG-trait-system-refactor
The Rustc Trait System Refactor Initiative (-Znext-solver)
edition = "2024"
in the compiler
A-edition-2024
#129636
opened Aug 27, 2024 by
compiler-errors
Loading…
Visited links are made indistinguishable
A-docs
Area: documentation for any part of the project, including the compiler, standard library, and tools
C-bug
Category: This is a bug.
T-release
Relevant to the release subteam, which will review and decide on the PR/issue.
#124499
opened Apr 28, 2024 by
kpreid
rust-installer may soon be too VM resource hungry for some 32-bit native builds
O-netbsd
Operating system: NetBSD
T-release
Relevant to the release subteam, which will review and decide on the PR/issue.
#116758
opened Oct 15, 2023 by
he32
FCP process: Require 2/3 majority for FCP
T-lang
Relevant to the language 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.
T-opsem
Relevant to the opsem team
T-release
Relevant to the release subteam, which will review and decide on the PR/issue.
#114986
opened Aug 19, 2023 by
RalfJung
why two 1.66.1 release tag in the releases page
T-release
Relevant to the release subteam, which will review and decide on the PR/issue.
#106902
opened Jan 15, 2023 by
bytesnail
Add git tags for beta versions?
A-meta
Area: Issues & PRs about the rust-lang/rust repository itself
T-release
Relevant to the release subteam, which will review and decide on the PR/issue.
#100465
opened Aug 12, 2022 by
sunshowers
process: release procedure only runs crater on nightly->beta cut
A-process
Area: `std::process` and `std::env`
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-release
Relevant to the release subteam, which will review and decide on the PR/issue.
#94266
opened Feb 22, 2022 by
pnkfelix
error[E0713] unexpectedly disappeared between 1.52 and 1.53
C-bug
Category: This is a bug.
T-release
Relevant to the release subteam, which will review and decide on the PR/issue.
#89848
opened Oct 13, 2021 by
Tamschi
CI: verify-backported-commits.sh is broken
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-bug
Category: This is a bug.
T-release
Relevant to the release subteam, which will review and decide on the PR/issue.
#88947
opened Sep 14, 2021 by
cuviper
Rust-src not included in the standalone installer
T-release
Relevant to the release subteam, which will review and decide on the PR/issue.
#85460
opened Mar 10, 2021 by
HydrogenC
changelog: 1.48.0 does not list cargo changes
A-meta
Area: Issues & PRs about the rust-lang/rust repository itself
T-release
Relevant to the release subteam, which will review and decide on the PR/issue.
#79964
opened Dec 12, 2020 by
matthiaskrgr
Exploring PGO for the Rust compiler
A-reproducibility
Area: Reproducible / deterministic builds
C-discussion
Category: Discussion or questions that doesn't represent real issues.
I-compiletime
Issue: Problems and improvements with respect to compile times.
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.
T-release
Relevant to the release subteam, which will review and decide on the PR/issue.
WG-compiler-performance
Working group: Compiler Performance
#79442
opened Nov 26, 2020 by
michaelwoerister
2 of 16 tasks
can't install rustc-docs component: Category: This is a bug.
T-infra
Relevant to the infrastructure team, which will review and decide on the PR/issue.
T-release
Relevant to the release subteam, which will review and decide on the PR/issue.
detected conflict: 'share/doc/rust/html/rustc'
C-bug
#75833
opened Aug 23, 2020 by
matthiaskrgr
rustc is now dynamically linked to zlib
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
regression-from-stable-to-stable
Performance or correctness regression from one stable version to another.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-release
Relevant to the release subteam, which will review and decide on the PR/issue.
Truncated backtraces on OS X
A-runtime
Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows
C-bug
Category: This is a bug.
O-macos
Operating system: macOS
T-compiler
Relevant to the compiler 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.
T-release
Relevant to the release subteam, which will review and decide on the PR/issue.
#54839
opened Oct 5, 2018 by
michaelwoerister
linkcheck should check links in diagnostics messages
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-infra
Relevant to the infrastructure team, which will review and decide on the PR/issue.
T-release
Relevant to the release subteam, which will review and decide on the PR/issue.
#54602
opened Sep 26, 2018 by
Havvy
Add rustdoc option to make old docs "less important" to make search engine results more pertinent
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
T-release
Relevant to the release subteam, which will review and decide on the PR/issue.
#48671
opened Mar 2, 2018 by
GuillaumeGomez
ProTip!
What’s not been updated in a month: updated:<2024-10-08.