- Notifications
You must be signed in to change notification settings - Fork 13.9k
Pull requests: rust-lang/rust
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
sess: default to v0 symbol mangling perf-regression Performance regression. PG-exploit-mitigations Project group: Exploit mitigations S-blocked Status: Blocked on something else such as an RFC or other implementation work. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#89917 opened Oct 15, 2021 by davidtwco Loading…
Debug-format fat pointers with their metadata for better insight 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.
#93544 opened Feb 1, 2022 by vojtechkral Loading…
doc(notable_trait) for impls needs-fcp This change is insta-stable, or significant enough to need a team FCP to proceed. S-waiting-on-t-rustdoc Status: Awaiting decision from T-rustdoc T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#94904 opened Mar 13, 2022 by conradludgate Loading…
std::thread support for the Nintendo 3DS S-waiting-on-ACP #98514 opened Jun 26, 2022 by AzureMarker Loading…
Track Status: Blocked on something else such as an RFC or other implementation work. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
-Cprofile-use and -Cprofile-sample-use value by file hash, not file path S-blocked #100413 opened Aug 11, 2022 by Kobzol Loading…
[WIP] Add support for custom allocator for Area: The tidy tool 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-libs-api Relevant to the library API team, which will review and decide on the PR/issue. T-release Relevant to the release subteam, which will review and decide on the PR/issue.
String A-tidy Strip leading trailing empty lines in doc code blocks S-waiting-on-t-rustdoc Status: Awaiting decision from T-rustdoc T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#103376 opened Oct 21, 2022 by GuillaumeGomez • Draft
Dedup bounds with parent impl block perf-regression Performance regression. S-blocked Status: Blocked on something else such as an RFC or other implementation work. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#105392 opened Dec 6, 2022 by GuillaumeGomez Loading…
Experimental feature gate proposal 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-lang Relevant to the language team
crabi S-waiting-on-author #105586 opened Dec 12, 2022 by joshtriplett Loading…
Use ELF-TLS on SGX O-SGX Target: SGX S-blocked Status: Blocked on something else such as an RFC or other implementation work. 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.
#105604 opened Dec 12, 2022 by joboet Loading…
Implement This issue / PR is in PFCP or FCP with a disposition to merge it. I-lang-radar Items that are on lang's radar and will need eventual work or consideration. needs-fcp This change is insta-stable, or significant enough to need a team FCP to proceed. proposed-final-comment-period Proposed to merge/close by relevant subteam, see T-<team> label. Will enter FCP once signed off. S-blocked Status: Blocked on something else such as an RFC or other implementation work. S-waiting-on-concerns Status: Awaiting concerns to be addressed by the author T-lang Relevant to the language team T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
PartialOrd and Ord for Discriminant disposition-merge #106418 opened Jan 3, 2023 by EFanZh Loading…
Allow only implementing Status: Blocked on something else such as an RFC or other implementation work. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
Read::read_buf S-blocked #106643 opened Jan 9, 2023 by WaffleLapkin Loading…
Only preserve DebugInfo in DeadStoreElimination if requested. A-mir-opt Area: MIR optimizations 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-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#106852 opened Jan 14, 2023 by cjgillot Loading…
Use 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. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
Try trait to make Once[Cell | Lock]::get_or_try_init generic over return type S-waiting-on-author #107122 opened Jan 20, 2023 by joboet Loading…
Allow impl on projection needs-fcp This change is insta-stable, or significant enough to need a team FCP to proceed. S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-types Relevant to the types team, which will review and decide on the PR/issue.
#107263 opened Jan 24, 2023 by GuillaumeGomez Loading…
WIP: Remove Status: Blocked on something else such as an RFC or other implementation work. 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.
ResumeTy from async lowering S-blocked rustdoc: Add support for local resources needs-rfc This change is large or controversial enough that it should have an RFC accepted before doing it. S-blocked Status: Blocked on something else such as an RFC or other implementation work. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#107640 opened Feb 3, 2023 by GuillaumeGomez Loading…
Add lint to check if non-inlined local reexports have documentation S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#108001 opened Feb 13, 2023 by GuillaumeGomez • Draft
Change Wasm's Target: WASM (WebAssembly), http://webassembly.org/ 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.
cdylib etc. to be a "reactor". O-wasm #108097 opened Feb 15, 2023 by sunfishcode Loading…
Implement flatten for Status: PR has an ACP and is waiting for the ACP to complete. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
Option<&Option<T>> and Option<&mut Option<T>> S-waiting-on-ACP #108671 opened Mar 2, 2023 by Coca162 Loading…
Clarify drop_in_place safety S-waiting-on-t-opsem Status: Awaiting decision from T-opsem T-opsem Relevant to the opsem team
#108684 opened Mar 3, 2023 by Manishearth Loading…
Implement Area: The testsuite used to check the correctness of rustc O-hermit Operating System: Hermit O-SGX Target: SGX O-solid Operating System: SOLID O-unix Operating system: Unix-like O-wasi Operating system: Wasi, Webassembly System Interface O-windows Operating system: Windows S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. 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.
fs_native_path A-testsuite #108981 opened Mar 10, 2023 by ChrisDenton Loading…
Use &dyn Any rather than &(dyn Any + Send) for PanicInfo::payload() S-experimental Status: Ongoing experiment that does not require reviewing and won't be merged in its current state. T-libs Relevant to the library team, which will review and decide on the PR/issue.
[do not merge] CI experiments A-CI Area: Our Github Actions CI A-compiletest Area: The compiletest test runner A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. A-meta Area: Issues & PRs about the rust-lang/rust repository itself A-query-system Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html) A-testsuite Area: The testsuite used to check the correctness of rustc A-translation Area: Translation infrastructure, and migrating existing diagnostics to SessionDiagnostic perf-regression Performance regression. 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-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
Added traits implemented by FnPtr to fn docs with example function A-meta Area: Issues & PRs about the rust-lang/rust repository itself 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. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#112106 opened May 30, 2023 by mj10021 Loading…
Previous Next
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.