Skip to content

Pull requests: rust-lang/rust

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
Reviews
Assignee
Filter by who’s assigned
Sort

Pull requests list

Implement use associated items of traits S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#134754 opened Dec 25, 2024 by frank-king Loading…
Enable LSX feature for LoongArch OpenHarmony target relnotes Marks issues that should be documented in the release notes of the next release. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#134751 opened Dec 25, 2024 by heiher Loading…
Update #[coverage(..)] attribute error messages to match the current implementation A-code-coverage Area: Source-based code coverage (-Cinstrument-coverage) 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.
#134750 opened Dec 25, 2024 by Zalathar Loading…
Rollup of 3 pull requests 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-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#134748 opened Dec 25, 2024 by DianQK Loading…
Don't ICE in coerce when autoderef fails to structurally normalize non-WF type in new solver S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#134746 opened Dec 25, 2024 by compiler-errors Loading…
Normalize each signature input/output in typeck_with_fallback with its own span S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#134745 opened Dec 25, 2024 by compiler-errors Loading…
Don't ice on bad transmute in typeck in new solver S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#134744 opened Dec 25, 2024 by compiler-errors Loading…
Default to short backtraces for dev builds of rustc itself S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#134743 opened Dec 25, 2024 by jyn514 Loading…
Use PostBorrowckAnalysis in check_coroutine_obligations S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#134742 opened Dec 25, 2024 by compiler-errors Loading…
Actually print all the relevant parts of a coroutine in verbose mode S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#134741 opened Dec 25, 2024 by compiler-errors Loading…
Add amdgpu target needs-mcp This change is large enough that it needs a major change proposal before starting work. 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.
#134740 opened Dec 25, 2024 by Flakebi Loading…
compiletest: Support forbid-output in UI tests A-compiletest Area: The compiletest test runner A-testsuite Area: The testsuite used to check the correctness of rustc 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)
#134738 opened Dec 25, 2024 by clubby789 Loading…
Implement default_overrides_default_fields lint S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#134737 opened Dec 24, 2024 by estebank Loading…
Run tests/ui/backtrace/std-backtrace.rs on MSVC. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#134736 opened Dec 24, 2024 by jyn514 Loading…
Consider arm to diverge if guard diverges S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#134735 opened Dec 24, 2024 by compiler-errors Loading…
Unify conditional-const error reporting with non-const error reporting S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#134732 opened Dec 24, 2024 by compiler-errors Loading…
Optimize fs::write A-io Area: `std::io`, `std::fs`, `std::net` and `std::path` I-libs-api-nominated Nominated for discussion during a libs-api team meeting. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#134730 opened Dec 24, 2024 by ChrisDenton Loading…
Use scoped threads in std::sync::Barrier examples S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#134728 opened Dec 24, 2024 by deltragon Loading…
Add mips-zkm-zkvm-elf triple 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.
#134721 opened Dec 24, 2024 by eigmax Loading…
Display valid crate types in error message for --crate-type flag S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#134720 opened Dec 24, 2024 by malezjaa Loading…
nits: Cleanup of librustdoc::clean::Cfg::simplify_with S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#134703 opened Dec 23, 2024 by poliorcetics Loading…
lint / ImproperCTypes: better handling of indirections, take 2 S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#134697 opened Dec 23, 2024 by niacdoial Loading…
Implement normalize_lexically S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#134696 opened Dec 23, 2024 by ChrisDenton Loading…
proc_macro: Use ToTokens trait in quote macro A-proc-macros Area: Procedural macros S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue. WG-macros Working group: Macros
#134693 opened Dec 23, 2024 by SpriteOvO Loading…
Move some things to std::sync::poison and reexport them in std::sync S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#134692 opened Dec 23, 2024 by GrigorenkoPV Loading…
ProTip! Adding no:label will show everything without a label.