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

chore: move more ui tests A-tidy Area: The tidy tool 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.
#140927 opened May 11, 2025 by mejrs Loading…
Return value of coroutine_layout fn changed to Result with LayoutError 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.
#140926 opened May 11, 2025 by azhogin Loading…
add regression test for 140207 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.
#140925 opened May 11, 2025 by the8472 Loading…
Make some f32/f64 tests also run in const-context 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.
#140924 opened May 11, 2025 by Urgau Loading…
cg_llvm: Rename OperandBundleOwned to OperandBundleBox 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.
#140923 opened May 11, 2025 by Zalathar Loading…
Update ctrlc, libloading and nix for rustc S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#140921 opened May 11, 2025 by Berrysoft Loading…
Extract some shared code from codegen backend target feature handling A-attributes Area: 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.
#140920 opened May 11, 2025 by RalfJung Loading…
docs: fix dead link A-rustc-dev-guide Area: rustc-dev-guide S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#140919 opened May 11, 2025 by GarmashAlex Loading…
checktools.sh: fix bashism 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-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#140917 opened May 11, 2025 by RalfJung Loading…
Fix unuseful span in type error in some format_args!() invocations T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#140916 opened May 11, 2025 by moatom Draft
cg_llvm: Clean up some inline assembly bindings A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. 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.
#140914 opened May 11, 2025 by Zalathar Loading…
Weekly cargo update S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#140911 opened May 11, 2025 by github-actions bot Loading…
Remove stable attribute from wasi fs (read_exact|write_all)_at O-wasi Operating system: Wasi, Webassembly System Interface O-wasm Target: WASM (WebAssembly), http://webassembly.org/ 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.
#140910 opened May 10, 2025 by paolobarbolini Loading…
Use new form for T-rustdoc's {beta,stable}-{nominated,accepted} notify-Zulip triggers A-meta Area: Issues & PRs about the rust-lang/rust repository itself S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-triagebot Relevant to the triagebot team, which will review and decide on the PR/issue.
#140909 opened May 10, 2025 by fmease Loading…
Add an issue template for future-incompatible lints S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#140904 opened May 10, 2025 by ehuss Loading…
minor improvements on running miri 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)
#140898 opened May 10, 2025 by onur-ozkan Loading…
Make check-cfg diagnostics work in #[doc(cfg(..))] A-attributes Area: Attributes (`#[…]`, `#![…]`) F-check-cfg --check-cfg 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.
#140894 opened May 10, 2025 by Urgau Loading…
Stage0 bootstrap update A-attributes Area: Attributes (`#[…]`, `#![…]`) 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 PG-exploit-mitigations Project group: Exploit mitigations 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. T-release Relevant to the release subteam, 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.
#140887 opened May 10, 2025 by pietroalbini Loading…
make rustc_attr_parsing less dominant in the rustc crate graph A-attributes Area: Attributes (`#[…]`, `#![…]`) A-rustdoc-json Area: Rustdoc JSON backend 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. T-rustdoc-frontend Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
#140874 opened May 9, 2025 by mejrs Loading…
Make #[used(linker)] the default on ELF too A-attributes Area: Attributes (`#[…]`, `#![…]`) A-linkage Area: linking into static, shared libraries and binaries F-used_with_arg `#![feature(used_with_arg)]` 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.
#140872 opened May 9, 2025 by bjorn3 Loading…
Don't lint against named labels in naked_asm! 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.
#140871 opened May 9, 2025 by Amanieu Loading…
rustdoc: Fix links with inline code in trait impl docs 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. T-rustdoc-frontend Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
#140868 opened May 9, 2025 by SpecificProtagonist Loading…
[rustdoc] Unify type aliases rendering with other ADT A-rustdoc-json Area: Rustdoc JSON backend 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. T-rustdoc-frontend Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
#140863 opened May 9, 2025 by GuillaumeGomez Loading…
Merge mir query analysis invocations 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.
#140856 opened May 9, 2025 by oli-obk Loading…
coverage: Detect unused local file IDs to avoid an LLVM assertion 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.
#140847 opened May 9, 2025 by Zalathar Loading…
ProTip! Adding no:label will show everything without a label.