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

compiler: factor out OVERFLOWING_LITERALS impl 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.
#130646 opened Sep 21, 2024 by workingjubilee Loading…
Normalize consts in writeback when GCE is enabled 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.
#130645 opened Sep 21, 2024 by compiler-errors Loading…
Only expect valtree consts in codegen PG-exploit-mitigations Project group: Exploit mitigations 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.
#130644 opened Sep 21, 2024 by compiler-errors Loading…
Beautify doctest path 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.
#130643 opened Sep 20, 2024 by GuillaumeGomez Loading…
Pass the current cargo to run-make tests A-run-make Area: port run-make Makefiles to rmake.rs A-testsuite Area: The testsuite used to check the correctness of rustc beta-nominated Nominated for backporting to the compiler in the beta channel. 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)
#130642 opened Sep 20, 2024 by cuviper Loading…
Update to LLVM 19.1.0 S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#130641 opened Sep 20, 2024 by cuviper Loading…
Add &pin (mut|const) T sugar 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.
#130635 opened Sep 20, 2024 by eholk Loading…
Add support for reborrowing pinned method receivers 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.
#130633 opened Sep 20, 2024 by eholk Loading…
Support clobber_abi and vector/access registers (clobber-only) in s390x inline assembly O-SystemZ Target: SystemZ processors (s390x) 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.
#130630 opened Sep 20, 2024 by taiki-e Loading…
core/net: add Ipv[46]Addr::from_octets, Ipv6Addr::from_segments. 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.
#130629 opened Sep 20, 2024 by Dirbaio Loading…
Finish stabilization of result_ffi_guarantees disposition-merge This issue / PR is in PFCP or FCP with a disposition to merge it. I-lang-nominated Nominated for discussion during a lang 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-author Status: This is awaiting some action (such as code changes or more information) from the author. T-lang Relevant to the language team, which will review and decide on the PR/issue.
#130628 opened Sep 20, 2024 by workingjubilee Loading…
fix: relative paths in rustc doc #124028 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.
#130625 opened Sep 20, 2024 by heiseish Loading…
Skip query in get_parent_item when possible. 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-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#130623 opened Sep 20, 2024 by m-ou-se Draft
remove workaround for make prepare and use dry-run build instead 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)
#130620 opened Sep 20, 2024 by onur-ozkan Loading…
Skip query in get_parent_item when possible. 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-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#130618 opened Sep 20, 2024 by m-ou-se Draft
Update documentation for std::fs::read_to_string to reflect performan… 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.
#130610 opened Sep 20, 2024 by fiveseven-lambda Loading…
Implemented FromStr/TryInto<String> for CString I-libs-api-nominated Nominated for discussion during a libs-api team meeting. needs-fcp This change is insta-stable, so needs a completed FCP to proceed. 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.
#130608 opened Sep 20, 2024 by YohDeadfall Loading…
Explain why non_snake_case is skipped for binary crates and cleanup tests 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) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#130599 opened Sep 20, 2024 by jieyouxu Loading…
Add recursion limit to FFI safety lint 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.
#130598 opened Sep 20, 2024 by gurry Loading…
Initial std library support for NuttX O-unix Operating system: Unix-like 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.
#130595 opened Sep 20, 2024 by no1wudi Loading…
Add field@ and variant@ doc-link disambiguators 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.
#130587 opened Sep 19, 2024 by coolreader18 Loading…
Test fixing raw-dylib 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-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.
#130586 opened Sep 19, 2024 by dpaoliello Draft
[NonNull] Document behavior of From<&[mut] T> wrt provenance 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.
#130571 opened Sep 19, 2024 by joshlf Loading…
[beta] backports A-run-make Area: port run-make Makefiles to rmake.rs 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.
#130569 opened Sep 19, 2024 by cuviper Loading…
Make some float methods unstable const fn 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. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#130568 opened Sep 19, 2024 by eduardosm Loading…
ProTip! Adding no:label will show everything without a label.