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
Assigned to nobody Loading
Sort

Pull requests list

Swich DefIdCache to use LocalDefId for local caching A-query-system Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html) S-waiting-on-perf Status: Waiting on a perf run to be completed. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#141565 opened May 26, 2025 by Mark-Simulacrum Draft updated May 26, 2025
Rollup of 9 pull requests A-attributes Area: Attributes (`#[…]`, `#![…]`) A-rustdoc-json Area: Rustdoc JSON backend A-testsuite Area: The testsuite used to check the correctness of rustc O-windows Operating system: Windows 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. T-infra Relevant to the infrastructure 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. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. T-rustdoc-frontend Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
#141561 opened May 25, 2025 by jhpratt Loading… updated May 26, 2025
[PERF] partition shims into CGU of their characteristic types, if possible S-waiting-on-perf Status: Waiting on a perf run to be completed. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#141560 opened May 25, 2025 by compiler-errors Draft updated May 26, 2025
[WIP] mgca: Add ConstArg representation for const items A-const-generics Area: const generics (parameters and arguments) F-min_generic_const_args `#![feature(min_generic_const_args)]` 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-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#139558 opened Apr 8, 2025 by camelid Draft updated May 26, 2025
[perf ONLY] [gauge upper bound] rustdoc: Remove auto trait impl synthesis rla-silenced Silences rust-log-analyzer postings to the PR it's added on. S-experimental Status: Ongoing experiment that does not require reviewing and won't be merged in its current state. S-waiting-on-perf Status: Waiting on a perf run to be completed. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#141564 opened May 25, 2025 by fmease Draft updated May 26, 2025
bootstrap: translate Windows paths in a way that works for both Cygwin and MSYS2 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)
#141556 opened May 25, 2025 by jeremyd2019 Loading… updated May 25, 2025
Remove out-of-date noop_* names. 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.
#141563 opened May 25, 2025 by nnethercote Loading… updated May 25, 2025
Allow comparisons between CStr, CString, and Cow<CStr>. disposition-merge This issue / PR is in PFCP or FCP with a disposition to merge it. final-comment-period In the final comment period and will be merged soon unless new substantive objections are raised. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#137268 opened Feb 19, 2025 by bjoernager Loading… updated May 25, 2025
Set MSG_NOSIGNAL for UnixStream disposition-merge This issue / PR is in PFCP or FCP with a disposition to merge it. O-unix Operating system: Unix-like proposed-final-comment-period Proposed to merge/close by relevant subteam, see T-<team> label. Will enter FCP once signed off. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#140005 opened Apr 18, 2025 by mlowicki Loading… updated May 25, 2025
Limit the size of cgu names when using the `-Zhuman-readable-cgu-name… 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.
#141558 opened May 25, 2025 by Diggsey Loading… updated May 25, 2025
interpret: add allocation parameters to AllocBytes 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.
#141513 opened May 24, 2025 by nia-e Loading… updated May 25, 2025
Implement operations for Wrapping<T> where Rhs = T disposition-close This PR / issue is in PFCP or FCP with a disposition to close it. proposed-final-comment-period Proposed to merge/close by relevant subteam, see T-<team> label. Will enter FCP once signed off. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#140567 opened May 1, 2025 by Kriskras99 Loading… updated May 25, 2025
Improve ambiguous_wide_pointer_comparisons lint compare diagnostics 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.
#141536 opened May 25, 2025 by Urgau Loading… updated May 25, 2025
implement va_arg for x86_64 systemv A-run-make Area: port run-make Makefiles to rmake.rs F-c_variadic `#![feature(c_variadic)]` 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.
#141538 opened May 25, 2025 by folkertdev Loading… updated May 25, 2025
Fold predicate fast path in canonicalizer and eager resolver 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#141442 opened May 23, 2025 by compiler-errors Loading… updated May 25, 2025
Clarify WTF-8 safety docs S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#140936 opened May 12, 2025 by teor2345 Loading… updated May 25, 2025
Add methods to TCP and UDP sockets to modify hop limit (refresh of #94678) O-windows Operating system: Windows S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-libs Relevant to the library team, which will review and decide on the PR/issue. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#138744 opened Mar 20, 2025 by Mallets Loading… updated May 25, 2025
Describe lifetime of call argument temporaries passed indirectly 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.
#138489 opened Mar 14, 2025 by tmiasko Loading… updated May 25, 2025
Stabilise os_string_pathbuf_leak disposition-merge This issue / PR is in PFCP or FCP with a disposition to merge it. I-libs-api-nominated Nominated for discussion during a libs-api team meeting. proposed-final-comment-period Proposed to merge/close by relevant subteam, see T-<team> label. Will enter FCP once signed off. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#137992 opened Mar 4, 2025 by its-the-shrimp Loading… updated May 25, 2025
Implement normalize_lexically S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#134696 opened Dec 23, 2024 by ChrisDenton Loading… updated May 25, 2025
Attempt to improve the std::fs::create_dir_all docs related to atomicity S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#141472 opened May 23, 2025 by fluiderson Loading… updated May 25, 2025
Specify that split_ascii_whitespace uses the same definition as is_ascii_whitespace A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#140952 opened May 12, 2025 by SimonSapin Loading… updated May 25, 2025
Pull out dedicated cfg_version syntax test from feature gate test A-testsuite Area: The testsuite used to check the correctness of rustc F-cfg_version `#![feature(cfg_version)]` 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.
#141552 opened May 25, 2025 by jieyouxu Loading… updated May 25, 2025
speed up charsearcher for ascii chars S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#141516 opened May 24, 2025 by bend-n Loading… updated May 25, 2025
Split autodiff into autodiff_forward and autodiff_reverse A-attributes Area: Attributes (`#[…]`, `#![…]`) F-autodiff `#![feature(autodiff)]` 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-libs Relevant to the library team, which will review and decide on the PR/issue.
#140697 opened May 6, 2025 by Sa4dUs Loading… updated May 25, 2025
ProTip! Adding no:label will show everything without a label.