8000 Pull requests · rust-lang/rust · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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

Disallow export_name starting with "llvm." 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.
#140837 opened May 9, 2025 by moxian Loading…
move (or remove) some impl Trait 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.
#140834 opened May 9, 2025 by lcnr Loading…
aarch64-linux: Default to FramePointer::NonLeaf 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.
#140832 opened May 8, 2025 by workingjubilee Draft
make path_statements lint machine applicable for statements with no effect 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.
#140830 opened May 8, 2025 by yaahc Loading…
Enable non-leaf Frame Pointers for Arm64 Windows O-AArch64 Armv8-A or later processors in AArch64 mode O-windows Operating system: Windows 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.
#140828 opened May 8, 2025 by dpaoliello Loading…
Do not ICE when reassigning in GatherLocalsVisitor on the bad path 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.
#140827 opened May 8, 2025 by compiler-errors 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…
[CRATER] probe fallout of dyn overlap 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. T-libs Relevant to the library team, which will review and decide on the PR/issue. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#140824 opened May 8, 2025 by compiler-errors Draft
Add regression test for 125877 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.
#140819 opened May 8, 2025 by reddevilmidzy Loading…
bootstrap: more consistent use of ... when citing configuration snippets S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#140817 opened May 8, 2025 by RalfJung Loading…
also export metrics from librustdoc 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.
#140815 opened May 8, 2025 by yaahc Loading…
Use a full cache for erasing regions 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.
#140814 opened May 8, 2025 by compiler-errors Draft
Support -Clink-self-contained=+linker for ld.ll 10000 d linker flavor A-run-make Area: port run-make Makefiles to rmake.rs 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.
#140813 opened May 8, 2025 by lqd Loading…
Fix tests/rustdoc-json triagebot message path A-meta Area: Issues & PRs about the rust-lang/rust repository itself S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#140812 opened May 8, 2025 by jieyouxu Loading…
[beta] Clippy beta backport S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#140810 opened May 8, 2025 by flip1995 Loading…
Reduce special casing for the panic runtime 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.
#140809 opened May 8, 2025 by bjorn3 Loading…
Implement Default for &Option 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. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#140808 opened May 8, 2025 by camsteffen Loading…
Introduce test results file 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-testing-devex Relevant to the testing devex team (testing DX), which will review and decide on the PR/issue.
#140805 opened May 8, 2025 by patskovn Loading…
add signed ints to unn- transmutes to ensure feature parity L-unnecessary_transmutes Lint: unnecessary_transmutes 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.
#140804 opened May 8, 2025 by bend-n Loading…
Use span before macro expansion in lint for-loops-over-falibles 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.
#140801 opened May 8, 2025 by xizheyin Loading…
[DO NOT MERGE] build Enzyme as archive A-testsuite Area: The testsuite used to check the correctness of rustc 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-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-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#140799 opened May 8, 2025 by ZuseZ4 Loading…
Prefer to suggest stable candidates rather than unstable ones 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.
#140795 opened May 8, 2025 by mu001999 Loading…
Add information about group a lint belongs to 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.
#140794 opened May 8, 2025 by karolzwolak Draft
Use intrinsics for {f16,f32,f64,f128}::{minimum,maximum} operations 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.
#140792 opened May 8, 2025 by Urgau Loading…
std: explain prefer TryInto over TryFrom when specifying traits bounds on generic function 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.
#140791 opened May 8, 2025 by xizheyin Loading…
ProTip! Adding no:label will show everything without a label.
0