-
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
Share debuginfo testsuite breakpoint setup logic
A-compiletest
Area: The compiletest test runner
A-debuginfo
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
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.
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
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.
#134684
opened Dec 23, 2024 by
jieyouxu
Tracking Issue for Category: An issue tracking the progress of sth. like the implementation of an RFC
E-hard
Call for participation: Hard difficulty. Experience needed to fix: A lot.
E-help-wanted
Call for participation: Help is requested to fix this issue.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
sync_nonpoison
and nonpoison_{condvar,mutex,once,rwlock}
C-tracking-issue
#134645
opened Dec 22, 2024 by
tgross35
4 tasks
compiletest: FileCheck-based tests conflate FileCheck prefixes with compiletest revisions
A-compiletest
Area: The compiletest test runner
A-testsuite
Area: The testsuite used to check the correctness of rustc
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.
E-tedious
Call for participation: An issue involves lots of work and is better handled as many small tasks.
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.
#134510
opened Dec 19, 2024 by
jieyouxu
bootstrap: retry Area: bootstrap `config.toml` and the config system
A-CI
Area: Our Github Actions CI
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
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)
T-infra
Relevant to the infrastructure team, which will review and decide on the PR/issue.
cargo
invocations if stderr contains a known pattern
A-bootstrap-config
#134472
opened Dec 18, 2024 by
MarcoIeni
compiletest: Area: The compiletest test runner
C-bug
Category: This is a bug.
E-hard
Call for participation: Hard difficulty. Experience needed to fix: A lot.
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)
./x test <filter>
is a substring match
A-compiletest
#134341
opened Dec 15, 2024 by
jieyouxu
bootstrap/compiletest: msys2 msys Area: The compiletest test runner
A-test-infra
Area: test infrastructure (may span bootstrap/compiletest/more)
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
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)
--skip
filter behaves strangely
A-compiletest
#134226
opened Dec 12, 2024 by
jieyouxu
x test
should support --show-output
A-test-infra
#134210
opened Dec 12, 2024 by
jyn514
compiletest: inconsistent and inconvenient ways to request verbose test output
A-compiletest
Area: The compiletest test runner
A-test-infra
Area: test infrastructure (may span bootstrap/compiletest/more)
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-bug
Category: This is a bug.
E-hard
Call for participation: Hard difficulty. Experience needed to fix: A lot.
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)
#134110
opened Dec 10, 2024 by
jieyouxu
Split Area: The compiletest test runner
A-run-make
Area: port run-make Makefiles to rmake.rs
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.
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)
run-make
into two test suites: fast-path that don't need to build cargo/rustdoc and a slow-path that requires these tools
A-compiletest
#134109
opened Dec 10, 2024 by
jieyouxu
compiletest: Area: The compiletest test runner
C-bug
Category: This is a bug.
E-hard
Call for participation: Hard difficulty. Experience needed to fix: A lot.
E-tedious
Call for participation: An issue involves lots of work and is better handled as many small tasks.
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.
needs-*
directive handling mixes :
and
name-val/name-comment separator
A-compiletest
#133765
opened Dec 2, 2024 by
jieyouxu
compiletest: normalization replacement strings don't support newlines
A-compiletest
Area: The compiletest test runner
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
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)
#133735
opened Dec 2, 2024 by
jieyouxu
compiletest can explode due to cyclic auxiliaries
A-compiletest
Area: The compiletest test runner
C-bug
Category: This is a bug.
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)
#133580
opened Nov 28, 2024 by
jieyouxu
//@ {unset-,}{rustc,exec}-env
parsing is a footgun
A-compiletest
#132990
opened Nov 13, 2024 by
jieyouxu
Document what a "dangling pointer" is
A-docs
Area: documentation for any part of the project, including the compiler, standard library, and tools
E-hard
Call for participation: Hard difficulty. Experience needed to fix: A lot.
E-help-wanted
Call for participation: Help is requested to fix this issue.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
T-opsem
Relevant to the opsem team
#132286
opened Oct 28, 2024 by
Urgau
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
Tracking Issue for enforcing test doc comments
A-compiletest
Area: The compiletest test runner
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
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)
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#131992
opened Oct 21, 2024 by
jieyouxu
5 tasks
Tracking Issue for bootstrap spurious rebuilds
C-bug
Category: This is a bug.
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
E-hard
Call for participation: Hard difficulty. Experience needed to fix: A lot.
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)
#131726
opened Oct 15, 2024 by
jieyouxu
4 of 5 tasks
Tracking Issue for gracefully handling broken pipes in the compiler
C-bug
Category: This is a bug.
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
E-hard
Call for participation: Hard difficulty. Experience needed to fix: A lot.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#131436
opened Oct 9, 2024 by
jieyouxu
8 tasks
compiletest: test suites handle normalizations differently and inconsistently
A-compiletest
Area: The compiletest test runner
A-docs
Area: documentation for any part of the project, including the compiler, standard library, and tools
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.
E-needs-design
This issue needs exploration and design to see how and if we can fix/implement it
E-needs-investigation
Call for partcipation: This issues needs some investigation to determine current status
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#128952
opened Aug 11, 2024 by
jieyouxu
run-make: investigate if we can make tests with linkage less error-prone
A-compiletest
Area: The compiletest test runner
A-linkage
Area: linking into static, shared libraries and binaries
A-run-make
Area: port run-make Makefiles to rmake.rs
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.
E-needs-design
This issue needs exploration and design to see how and if we can fix/implement it
E-needs-investigation
Call for partcipation: This issues needs some investigation to determine current status
O-windows-msvc
Toolchain: MSVC, Operating system: Windows
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#128821
opened Aug 8, 2024 by
jieyouxu
compiletest: pin or restrict supported external dependency versions
A-compiletest
Area: The compiletest test runner
A-run-make
Area: port run-make Makefiles to rmake.rs
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.
E-needs-design
This issue needs exploration and design to see how and if we can fix/implement it
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#128392
opened Jul 30, 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
compiletest: Area: The compiletest test runner
C-bug
Category: This is a bug.
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)
./x test <test-name>.stderr
(or existing non-.rs
file) should warn or error
A-compiletest
#126601
opened Jun 17, 2024 by
jieyouxu
Debuginfo tests don't control for ambient tools
A-compiletest
Area: The compiletest test runner
A-debuginfo
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-bug
Category: This is a bug.
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)
WG-debugging
Working group: Bad Rust debugging experiences
#126092
opened Jun 6, 2024 by
workingjubilee
compiletest: Support aux-bin with cross compilation
A-compiletest
Area: The compiletest test runner
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.
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)
#124361
opened Apr 25, 2024 by
Enselic
Previous Next
ProTip!
Add no:assignee to see everything that’s not assigned.