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

rustdoc-json: Document why Id can't just be DefId A-contributor-roadblock Area: Makes things more difficult for new contributors to rust itself A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools A-rustdoc-json Area: Rustdoc JSON backend 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.
#133780 opened Dec 3, 2024 by aDotInTheVoid
It is unclear how to reproduce "Testing stage2 error-index (x86_64-unknown-linux-gnu)" A-contributor-roadblock Area: Makes things more difficult for new contributors to rust itself A-diagnostics Area: Messages for errors, warnings, and lints C-bug Category: This is a bug. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#132725 opened Nov 7, 2024 by RalfJung
Clippy gets rebuilt twice on every change, and rustdoc also gets rebuilt A-clippy Area: Clippy A-contributor-roadblock Area: Makes things more difficult for new contributors to rust itself C-bug Category: This is a bug. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#131636 opened Oct 13, 2024 by RalfJung
Deduplicate test suites for alternative codegen backends A-codegen Area: Code generation A-contributor-roadblock Area: Makes things more difficult for new contributors to rust itself A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. A-testsuite Area: The testsuite used to check the correctness of rustc C-discussion Category: Discussion or questions that doesn't represent real issues. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#128741 opened Aug 6, 2024 by RalfJung
./x test <path_to_test> does not work on msys2 A-compiletest Area: The compiletest test runner A-contributor-roadblock Area: Makes things more difficult for new contributors to rust itself C-bug Category: This is a bug. E-medium Call for participation: Medium difficulty. Experience needed to fix: Intermediate. 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)
#128328 opened Jul 29, 2024 by jieyouxu
compiletest: don't silently accept unsupported directives in test suites A-compiletest Area: The compiletest test runner A-contributor-roadblock Area: Makes things more difficult for new contributors to rust itself C-cleanup Category: PRs that clean code up or issues documenting cleanup. E-hard Call for participation: Hard difficulty. Experience needed to fix: A lot. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#128058 opened Jul 22, 2024 by jieyouxu
Add rustc compiler development support for the Zed Editor A-contributor-roadblock Area: Makes things more difficult for new contributors to rust itself C-enhancement Category: An issue proposing an enhancement or a PR with one. E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#126931 opened Jun 25, 2024 by KittyBorgX
rename config.toml to bootstrap.toml A-contributor-roadblock Area: Makes things more difficult for new contributors to rust itself T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#126875 opened Jun 23, 2024 by jyn514
Document the run_make_support library A-contributor-roadblock Area: Makes things more difficult for new contributors to rust itself A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools A-run-make Area: port run-make Makefiles to rmake.rs T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#126645 opened Jun 18, 2024 by jieyouxu
Overriding LTO option in global config.toml release profile causes bootstrap failure A-contributor-roadblock Area: Makes things more difficult for new contributors to rust itself A-LTO Area: Link-time optimization (LTO) O-windows-msvc Toolchain: MSVC, Operating system: Windows T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#126141 opened Jun 7, 2024 by RossSmyth
run-make-support: investigate if it's possible to make rust-analyzer work with rmake.rs files A-contributor-roadblock Area: Makes things more difficult for new contributors to rust itself A-run-make Area: port run-make Makefiles to rmake.rs 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-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#125727 opened May 29, 2024 by jieyouxu
pre-push hook should only look at staged changes A-contributor-roadblock Area: Makes things more difficult for new contributors to rust itself C-bug Category: This is a bug. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#125654 opened May 28, 2024 by jyn514
compiletest should note when test output is normalized A-compiletest Area: The compiletest test runner A-contributor-roadblock Area: Makes things more difficult for new contributors to rust itself A-diagnostics Area: Messages for errors, warnings, and lints A-testsuite Area: The testsuite used to check the correctness of rustc D-confusing Diagnostics: Confusing error or lint that should be reworked. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#125537 opened May 25, 2024 by jyn514
"--emit asm" uses different syntax than asm! on x86 A-contributor-roadblock Area: Makes things more difficult for new contributors to rust itself A-inline-assembly Area: Inline assembly (`asm!(…)`) C-enhancement Category: An issue proposing an enhancement or a PR with one. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#121592 opened Feb 25, 2024 by RalfJung
Generate different .vscode/setting for different config profile A-contributor-roadblock Area: Makes things more difficult for new contributors to rust itself C-feature-request Category: A feature request, i.e: not implemented / a PR. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#121173 opened Feb 16, 2024 by chenyukang
Test polymorphic_recursion.rs takes a long time to compile with a debug-assertions=true compiler A-contributor-roadblock Area: Makes things more difficult for new contributors to rust itself A-mir-opt Area: MIR optimizations A-testsuite Area: The testsuite used to check the correctness of rustc T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-types Relevant to the types team, which will review and decide on the PR/issue.
#121121 opened Feb 15, 2024 by Zalathar
consider bannig empty panic/unreachable/ bugs from rustc codebase A-contributor-roadblock Area: Makes things more difficult for new contributors to rust itself A-meta Area: Issues & PRs about the rust-lang/rust repository itself 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.
#118955 opened Dec 14, 2023 by matthiaskrgr
Manually running CI jobs dist-various-{1,2} complains about missing metrics.json A-contributor-roadblock Area: Makes things more difficult for new contributors to rust itself T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#112561 opened Jun 12, 2023 by pjhades
Out of date information about Rvalue::Aggregate A-contributor-roadblock Area: Makes things more difficult for new contributors to rust itself A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools
#111164 opened May 3, 2023 by momvart
Allow bootstrap to use custom test runner commands A-contributor-roadblock Area: Makes things more difficult for new contributors to rust itself A-cross Area: Cross compilation 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)
#110537 opened Apr 19, 2023 by adamgemmell
Tracking issue for dejargonification A-contributor-roadblock Area: Makes things more difficult for new contributors to rust itself C-cleanup Category: PRs that clean code up or issues documenting cleanup. C-tracking-issue Category: An issue tracking the progress of sth. like the implementation of an RFC E-mentor Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion. T-types Relevant to the types team, which will review and decide on the PR/issue.
#110254 opened Apr 12, 2023 by oli-obk
1 of 6 tasks
Link directly from the README to rustc-dev-guide A-contributor-roadblock Area: Makes things more difficult for new contributors to rust itself A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools
#110144 opened Apr 10, 2023 by jyn514
perf no longer figures out call stacks when debuginfo-level is enabled A-contributor-roadblock Area: Makes things more difficult for new contributors to rust itself A-debuginfo Area: Debugging information in compiled programs (DWARF, PDB, etc.) C-bug Category: This is a bug. E-needs-bisection Call for participation: This issue needs bisection: https://github.com/rust-lang/cargo-bisect-rustc requires-custom-config This issue requires custom config/build for rustc in some way
#110116 opened Apr 9, 2023 by saethlin
Access Denied Error when x.py tries to rebuild bootstrap A-contributor-roadblock Area: Makes things more difficult for new contributors to rust itself O-windows Operating system: Windows T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#109630 opened Mar 26, 2023 by Teapot4195
Use working debugger for debuginfo tests A-contributor-roadblock Area: Makes things more difficult for new contributors to rust itself 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)
#109262 opened Mar 17, 2023 by Noratrieb
ProTip! no:milestone will show everything without a milestone.