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

Skip parenthesis if . makes statement boundary unambiguous A-pretty Area: Pretty printing (including `-Z unpretty`) 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.
#134833 opened Dec 27, 2024 by dtolnay Loading…
Update compiler-builtins to 0.1.140 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.
#134832 opened Dec 27, 2024 by tgross35 Loading…
[experimental] shorten backtraces using debuginfo A-testsuite Area: The testsuite used to check the correctness of rustc S-experimental Status: Ongoing experiment that does not require reviewing and won't be merged in its current state. 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-libs Relevant to the library team, which will review and decide on the PR/issue.
#134831 opened Dec 27, 2024 by jyn514 Draft
Migrate libs-through-symlink to rmake.rs A-run-make Area: port run-make Makefiles to rmake.rs A-testsuite Area: The testsuite used to check the correctness of rustc 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.
#134829 opened Dec 27, 2024 by jieyouxu Loading…
Some random region tweaks 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.
#134827 opened Dec 27, 2024 by compiler-errors Loading…
Implement int_from_ascii (#134821) 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.
#134824 opened Dec 27, 2024 by niklasf Loading…
Fix typos 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. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#134823 opened Dec 27, 2024 by chloefeal Loading…
Add kl and widekl target features, and the feature gate 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.
#134814 opened Dec 27, 2024 by sayantn Loading…
fix(rustdoc): always use a channel when linking to doc.rust-lang.org 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.
#134807 opened Dec 26, 2024 by poliorcetics Loading…
fix(rustdoc): print the doc(hidden) attribute the same as others 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.
#134802 opened Dec 26, 2024 by poliorcetics Loading…
nits: Cleanups in librustdoc::clean 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.
#134799 opened Dec 26, 2024 by poliorcetics Loading…
[WIP] Ergonomic ref counting 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. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#134797 opened Dec 26, 2024 by spastorino Draft
3 tasks
Add a notion of "some ABIs require certain target features" 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.
#134794 opened Dec 26, 2024 by RalfJung Loading…
replace bootstrap-self-test feature flag with cfg(test) 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)
#134790 opened Dec 26, 2024 by onur-ozkan Loading…
(mostly) blindly enable more tests on Windows A-run-make Area: port run-make Makefiles to rmake.rs A-testsuite Area: The testsuite used to check the correctness of rustc S-experimental Status: Ongoing experiment that does not require reviewing and won't be merged in its current state. 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. T-infra Relevant to the infrastructure team, 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.
#134777 opened Dec 26, 2024 by saethlin Draft
Avoid ICE: Account for for<'a> types when checking for non-structural type in constant as pattern 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.
#134776 opened Dec 26, 2024 by estebank Loading…
Report correct SelectionError for ConstArgHasType in new solver fulfill 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)
#134771 opened Dec 25, 2024 by compiler-errors Loading…
Initial support for dynamically linked crates A-run-make Area: port run-make Makefiles to rmake.rs 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. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#134767 opened Dec 25, 2024 by Bryanskiy Draft
Improve default target options for x86_64-unknown-linux-none 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.
#134765 opened Dec 25, 2024 by Noratrieb Loading…
Delete cat-and-grep-sanity-check A-run-make Area: port run-make Makefiles to rmake.rs A-testsuite Area: The testsuite used to check the correctness of rustc S-blocked Status: Blocked on something else such as an RFC or other implementation work. 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.
#134762 opened Dec 25, 2024 by jieyouxu Draft
Migrate branch-protection-check-IBT to rmake.rs A-run-make Area: port run-make Makefiles to rmake.rs A-testsuite Area: The testsuite used to check the correctness of rustc 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.
#134760 opened Dec 25, 2024 by jieyouxu Loading…
stabilize const_swap I-lang-easy-decision Issue: The decision needed by the team is conjectured to be easy; this does not imply nomination I-lang-nominated Nominated for discussion during a lang team meeting. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-lang Relevant to the language team, which will review and decide on the PR/issue.
#134757 opened Dec 25, 2024 by RalfJung Loading…
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…
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…
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.