-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Tracking issue for release notes of #119286: show linker output even if the linker succeeds
A-compiletest
Area: The compiletest test runner
A-query-system
Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html)
A-run-make
Area: port run-make Makefiles to rmake.rs
A-testsuite
Area: The testsuite used to check the correctness of rustc
A-translation
Area: Translation infrastructure, and migrating existing diagnostics to SessionDiagnostic
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
O-apple
Operating system: Apple (macOS, iOS, tvOS, visionOS, watchOS)
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-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.
#135106
opened Jan 4, 2025 by
rustbot
3 tasks
Tracking Issue for rustc's translatable diagnostics infrastructure
A-diagnostics
Area: Messages for errors, warnings, and lints
A-translation
Area: Translation infrastructure, and migrating existing diagnostics to SessionDiagnostic
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
D-diagnostic-infra
Diagnostics: Issues that affect all diagnostics, or relate to the diagnostic machinery itself.
E-hard
Call for participation: Hard difficulty. Experience needed to fix: A lot.
E-needs-design
This issue needs exploration and design to see how and if we can fix/implement it
S-tracking-needs-deep-research
Status: This feature needs deep research to solve design or implementation issues.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
WG-diagnostics
Working group: Diagnostics
#132181
opened Oct 26, 2024 by
jieyouxu
2 tasks done
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…
Hard-to-read ICEs when fluent translation uses non-existing variable
A-diagnostics
Area: Messages for errors, warnings, and lints
A-translation
Area: Translation infrastructure, and migrating existing diagnostics to SessionDiagnostic
D-diagnostic-infra
Diagnostics: Issues that affect all diagnostics, or relate to the diagnostic machinery itself.
D-papercut
Diagnostics: An error or lint that needs small tweaks.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#128340
opened Jul 29, 2024 by
RalfJung
Mark span parent in def_collector.
A-translation
Area: Translation infrastructure, and migrating existing diagnostics to SessionDiagnostic
perf-regression
Performance regression.
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.
Words in Area: Documentation for any part of the project, including the compiler, standard library, and tools
A-rustdoc-ui
Area: Rustdoc UI (generated HTML)
A-translation
Area: Translation infrastructure, and migrating existing diagnostics to SessionDiagnostic
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
<code></code>
in docs make machine translation even weirder than usual
A-docs
#126532
opened Jun 16, 2024 by
shorii
Reasons for feature removals are not translatable
A-diagnostics
Area: Messages for errors, warnings, and lints
A-translation
Area: Translation infrastructure, and migrating existing diagnostics to SessionDiagnostic
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#123920
opened Apr 14, 2024 by
Xiretza
We have quite different APIs for emitting a lint vs a hard error
A-diagnostics
Area: Messages for errors, warnings, and lints
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
A-translation
Area: Translation infrastructure, and migrating existing diagnostics to SessionDiagnostic
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#121077
opened Feb 14, 2024 by
RalfJung
show linker output even if the linker succeeds
A-compiletest
Area: The compiletest test runner
A-query-system
Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html)
A-run-make
Area: port run-make Makefiles to rmake.rs
A-testsuite
Area: The testsuite used to check the correctness of rustc
A-translation
Area: Translation infrastructure, and migrating existing diagnostics to SessionDiagnostic
O-apple
Operating system: Apple (macOS, iOS, tvOS, visionOS, watchOS)
relnotes
Marks issues that should be documented in the release notes of the next release.
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.
#119286
opened Dec 24, 2023 by
jyn514
Loading…
Const validation error messages have lots of duplication
A-translation
Area: Translation infrastructure, and migrating existing diagnostics to SessionDiagnostic
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#116764
opened Oct 15, 2023 by
RalfJung
finish and clean up Area: Constant evaluation, covers all const contexts (static, const fn, ...)
A-translation
Area: Translation infrastructure, and migrating existing diagnostics to SessionDiagnostic
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
E-medium
Call for participation: Medium difficulty. Experience needed to fix: Intermediate.
E-mentor
Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.
rustc_const_eval
's translatable diagnostics.
A-const-eval
#113117
opened Jun 28, 2023 by
fee1-dead
Migrate Area: Translation infrastructure, and migrating existing diagnostics to SessionDiagnostic
S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
rustdoc
diagnostics to translatable diagnostics
A-translation
[do not merge] CI experiments
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
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.
WG-trait-system-refactor
The Rustc Trait System Refactor Initiative (-Znext-solver)
Unused Fluent messages lint
A-translation
Area: Translation infrastructure, and migrating existing diagnostics to SessionDiagnostic
D-diagnostic-infra
Diagnostics: Issues that affect all diagnostics, or relate to the diagnostic machinery itself.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#110754
opened Apr 24, 2023 by
davidtwco
TranslateError could have better formatting
A-diagnostics
Area: Messages for errors, warnings, and lints
A-translation
Area: Translation infrastructure, and migrating existing diagnostics to SessionDiagnostic
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#107211
opened Jan 22, 2023 by
matthiaskrgr
Implement RFC 3323: restrictions
A-testsuite
Area: The testsuite used to check the correctness of rustc
A-translation
Area: Translation infrastructure, and migrating existing diagnostics to SessionDiagnostic
F-impl_restriction
`#![feature(impl_restriction)]`
F-mut_restriction
`#![feature(mut_restriction)]`
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.
#106074
opened Dec 23, 2022 by
jhpratt
Loading…
feat: add Area: Translation infrastructure, and migrating existing diagnostics to SessionDiagnostic
needs-mcp
This change is large enough that it needs a major change proposal before starting work.
S-blocked
Status: Blocked on something else such as an RFC or other implementation work.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
expansion_growth_limit
attr as another expansion limit
A-translation
#103029
opened Oct 13, 2022 by
vincenzopalazzo
Loading…
Diagnostic Translation
A-diagnostics
Area: Messages for errors, warnings, and lints
A-translation
Area: Translation infrastructure, and migrating existing diagnostics to SessionDiagnostic
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
S-tracking-impl-incomplete
Status: The implementation is incomplete.
S-tracking-needs-deep-research
Status: This feature needs deep research to solve design or implementation issues.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#100717
opened Aug 18, 2022 by
davidtwco
54 of 84 tasks
ProTip!
What’s not been updated in a month: updated:<2024-12-04.