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

Fix the std::fs::create_dir_all docs 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.
#141472 opened May 23, 2025 by fluiderson Loading…
make OsString::new and PathBuf::new unstably const 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.
#141467 opened May 23, 2025 by cyrgani Loading…
make teach_help message for cast-before-pass-to-variadic more precise 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.
#141443 opened May 23, 2025 by RalfJung Loading…
use cfg_select! to select the right VaListImpl definition F-c_variadic `#![feature(c_variadic)]` 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.
#141361 opened May 21, 2025 by folkertdev Loading…
std: sys: random: uefi: Provide rdrand based fallback 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.
#141324 opened May 21, 2025 by Ayush1325 Loading…
add s390x z17 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.
#141250 opened May 19, 2025 by folkertdev Loading…
Implement ((un)checked_)exact_div methods for integers 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.
#141237 opened May 19, 2025 by Qelxiros Loading…
fix Zip unsoundness (again) 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.
#141076 opened May 16, 2025 by the8472 Loading…
Clarify WTF-8 safety docs 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.
#140936 opened May 12, 2025 by teor2345 Loading…
Add Range parameter to BTreeMap::extract_if and BTreeSet::extract_if 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.
#140825 opened May 8, 2025 by rs-sac Loading…
Note atan2 can return -PI S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#140487 opened Apr 29, 2025 by whirlwindaster Loading…
Add target_env = "macabi" and target_env = "sim" A-compiletest Area: The compiletest test runner A-testsuite Area: The testsuite used to check the correctness of rustc disposition-merge This issue / PR is in PFCP or FCP with a disposition to merge it. needs-fcp This change is insta-stable, so needs a completed FCP to proceed. O-apple Operating system: Apple (macOS, iOS, tvOS, visionOS, watchOS) proposed-final-comment-period Proposed to merge/close by relevant subteam, see T-<team> label. Will enter FCP once signed off. S-waiting-on-fcp Status: PR is in FCP and is awaiting for FCP to complete. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#139451 opened Apr 6, 2025 by madsmtm Loading…
Fix RISC-V C function ABI when passing/returning structs containing floats 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.
#139340 opened Apr 3, 2025 by beetrees Loading…
slice.get(i) should use a slice projection in MIR, like slice[i] does 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.
#139118 opened Mar 29, 2025 by scottmcm Loading…
Allow enum and union literals to also create SSA values perf-regression Performance regression. 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.
#138759 opened Mar 20, 2025 by scottmcm Loading…
Describe lifetime of call argument temporaries passed indirectly 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.
#138489 opened Mar 14, 2025 by tmiasko Loading…
sys/pal/unix/sync/mutex: Fix Mutex::new() on NuttX O-unix Operating system: Unix-like S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#138400 opened Mar 12, 2025 by no1wudi Draft
Reserve before write_fmt for owned buffers perf-regression Performance regression. S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#137762 opened Feb 28, 2025 by thaliaarchi Draft
Make std/src/num mirror core/src/num S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#137574 opened Feb 25, 2025 by tgross35 Loading…
Document From::from impls A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools C-enhancement Category: An issue proposing an enhancement or a PR with one. O-linux Operating system: Linux O-solid Operating System: SOLID O-unix Operating system: Unix-like O-windows Operating system: Windows 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.
#137330 opened Feb 20, 2025 by TimTheBig Loading…
Remove i128 and u128 from improper_ctypes_definitions disposition-merge This issue / PR is in PFCP or FCP with a disposition to merge it. finished-final-comment-period The final comment period is finished for this PR / Issue. I-lang-radar Items that are on lang's radar and will need eventual work or consideration. 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. to-announce Announce this issue on triage meeting
#137306 opened Feb 20, 2025 by tgross35 Loading…
cg_llvm: Replace some DIBuilder wrappers with LLVM-C API bindings (part 2) A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. 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.
#136632 opened Feb 6, 2025 by Zalathar Loading…
lint / ImproperCTypes: better handling of indirections, take 2 A-test-infra-minicore Area: `minicore` test auxiliary and `//@ add-core-stubs` F-autodiff `#![feature(autodiff)]` 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.
#134697 opened Dec 23, 2024 by niacdoial Draft
Implement normalize_lexically S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#134696 opened Dec 23, 2024 by ChrisDenton Loading…
Windows: Don't error on broken non UTF-8 output O-windows Operating system: Windows S-blocked Status: Blocked on something else such as an RFC or other implementation work. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#134534 opened Dec 19, 2024 by ChrisDenton Draft
ProTip! Filter pull requests by the default branch with base:master.