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

Fix clobber_abi in Arm64EC inline assembly O-AArch64 Armv8-A or later processors in AArch64 mode O-windows Operating system: Windows 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.
#131332 opened Oct 6, 2024 by taiki-e Loading…
Revert "warn_old_master_branch" check 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)
#131331 opened Oct 6, 2024 by onur-ozkan Loading…
Remove unnecessary sorts in rustc_hir_analysis 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.
#131328 opened Oct 6, 2024 by ismailarilik Loading…
Reduce false positives of tail-expr-drop-order from consumed values (attempt #2) 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.
#131326 opened Oct 6, 2024 by dingxiangfei2009 Loading…
coverage: Multiple small tweaks to counter creation A-code-coverage Area: Source-based code coverage (-Cinstrument-coverage) 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.
#131325 opened Oct 6, 2024 by Zalathar Loading…
Support clobber_abi in AVR inline assembly O-AVR Target: AVR processors (ATtiny, ATmega, etc.) 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.
#131323 opened Oct 6, 2024 by jfrimmel Loading…
Update out-dated link 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.
#131322 opened Oct 6, 2024 by mu001999 Loading…
terminology: #[feature] *activates* a feature (instead of "declaring" it) A-query-system Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html) 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.
#131321 opened Oct 6, 2024 by RalfJung Loading…
Fix c_char on various no-std and tier 3 targets 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.
#131319 opened Oct 6, 2024 by taiki-e Draft
3 tasks
Weekly cargo update S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#131311 opened Oct 6, 2024 by github-actions bot Loading…
Support clobber_abi in MSP430 inline assembly O-msp430 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.
#131310 opened Oct 5, 2024 by taiki-e Loading…
suspicious_leading_zero lint for detecting C-style octals 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.
#131309 opened Oct 5, 2024 by GrigorenkoPV Draft
enable f16 and f128 on windows-gnullvm targets 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.
#131308 opened Oct 5, 2024 by mati865 Loading…
Android: Debug assertion after setting thread name O-unix Operating system: Unix-like 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.
#131307 opened Oct 5, 2024 by YohDeadfall Loading…
Querify lookup_deprecation_entry. 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.
#131306 opened Oct 5, 2024 by cjgillot Draft
make llvm::is_ci_llvm_modified logic more precise 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)
#131305 opened Oct 5, 2024 by onur-ozkan Loading…
float types: move copysign, abs, signum to libcore I-libs-api-nominated Nominated for discussion during a libs-api team meeting. 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.
#131304 opened Oct 5, 2024 by RalfJung Loading…
Handle rustc_mir_dataflow cases of rustc::potential_query_instability lint 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.
#131290 opened Oct 5, 2024 by ismailarilik Loading…
stabilize duration_consts_float 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.
#131289 opened Oct 5, 2024 by RalfJung Loading…
stabilize const_result 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.
#131287 opened Oct 5, 2024 by RalfJung Loading…
Rename macro SmartPointer to CoerceReferent F-derive_smart_pointer `#![feature(derive_smart_pointer)]` S-blocked Status: Marked as blocked ❌ on something else such as an RFC or other implementation work. 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. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#131284 opened Oct 5, 2024 by dingxiangfei2009 Loading…
std: detect stack overflows in TLS destructors on UNIX A-runtime Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows A-thread-locals Area: Thread local storage (TLS) O-hermit Operating System: Hermit O-SGX Target: SGX 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-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.
#131282 opened Oct 5, 2024 by joboet Loading…
Handle clippy cases of rustc::potential_query_instability lint 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.
#131277 opened Oct 5, 2024 by ismailarilik Loading…
[WIP] compiler: dont try to compile impossible alignment on 16-bit 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.
#131276 opened Oct 5, 2024 by workingjubilee Draft
library: Const-stabilize MaybeUninit::assume_init_mut 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.
#131274 opened Oct 5, 2024 by workingjubilee Loading…
ProTip! Adding no:label will show everything without a label.