Skip to content

Pull requests: rust-lang/rust

Author
Filter by author
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Reviews
Assignee
Filter by who’s assigned
Sort

Pull requests list

Provide a way for custom derives to know if they were invoked via #[derive_const] 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-api Relevant to the library API team, which will review and decide on the PR/issue.
#118580 opened Dec 4, 2023 by fmease Draft
core: introduce checked_split_at{,_mut} S-waiting-on-ACP Status: PR has an ACP and is waiting for the ACP to complete. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#118578 opened Dec 3, 2023 by mina86 Loading…
rustc: Harmonize DefKind and DefPathData 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.
#118573 opened Dec 3, 2023 by petrochenkov Loading…
Move OsStr::slice_encoded_bytes validation to platform modules O-unix Operating system: Unix-like O-wasm Target: WASM (WebAssembly), http://webassembly.org/ 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.
#118569 opened Dec 3, 2023 by blyxxyz Loading…
Avoid adding builtin functions to symbols.o 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.
#118568 opened Dec 3, 2023 by DianQK Loading…
use c literals in compiler and library A-testsuite Area: The testsuite used to check the correctness of rustc 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-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. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#118566 opened Dec 3, 2023 by klensy Loading…
interpret: make numeric_intrinsic accessible from Miri 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.
#118565 opened Dec 3, 2023 by RalfJung Loading…
lint incorrect implied bounds in wfcheck except for Bevy dependents S-waiting-on-crater Status: Waiting on a crater run to be completed. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#118553 opened Dec 2, 2023 by jackh726 Loading…
more targeted errors when extern types end up in places they should not 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.
#118551 opened Dec 2, 2023 by RalfJung Loading…
Add FileCheck annotations to const_prop tests A-mir-opt Area: MIR optimizations S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#118550 opened Dec 2, 2023 by cjgillot Loading…
libtest: Fix padding of benchmarks run as tests 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.
#118548 opened Dec 2, 2023 by Enselic Loading…
std: Invert logic for inclusion of sys_common::net 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.
#118547 opened Dec 2, 2023 by alexcrichton Loading…
codegen, miri: fix computing the offset of an unsized field in a packed struct 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.
#118540 opened Dec 2, 2023 by RalfJung Loading…
fix comments in dynamic size/align computation logic 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.
#118538 opened Dec 2, 2023 by RalfJung Loading…
better build locks for bootstrap 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)
#118535 opened Dec 2, 2023 by onur-ozkan Loading…
codegen: panic when trying to compute size/align of extern type 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.
#118534 opened Dec 2, 2023 by RalfJung Loading…
Suppress unhelpful diagnostics for unresolved top level attributes 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.
#118533 opened Dec 2, 2023 by chenyukang Loading…
2
add error message for c# style named arguments 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.
#118532 opened Dec 2, 2023 by nouritsu Loading…
never_patterns: Parse match arms with no body 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.
#118527 opened Dec 2, 2023 by Nadrieril Loading…
Add ASCII whitespace trimming functions to &str 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.
#118523 opened Dec 2, 2023 by okaneco Loading…
Enable address sanitizer for MSVC targets using INFERASANLIBS linker flag 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) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#118521 opened Dec 1, 2023 by dpaoliello Draft
fix(trim-paths): remove SO symbols when unsplit-debuginfo specified A-debuginfo Area: Debugging information in compiled programs (DWARF, PDB, etc.) F-trim-paths Feature: trim-paths O-macos Operating system: macOS 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.
#118518 opened Dec 1, 2023 by weihanglo Loading…
Add ADT variant infomation to StableMIR and finish implementing TyKind::internal() 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.
#118516 opened Dec 1, 2023 by celinval Loading…
Add tests related to normalization in implied bounds 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.
#118512 opened Dec 1, 2023 by spastorino Loading…
On outer attr not found, avoid knock-down errors 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.
#118511 opened Dec 1, 2023 by estebank Loading…
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.