- Notifications
You must be signed in to change notification settings - Fork 14k
Pull requests: rust-lang/rust
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Improve diagnostics E0425:
use (public) name #34379 by liigo was merged Jun 25, 2016 Loading… updated Nov 13, 2025
minor fix about visibility in reference
#38215 by liigo was merged Dec 21, 2016 Loading… updated Nov 13, 2025
improve Enumerate's docs, yields zero-based index S-inactive Status: Inactive and waiting on the author. This is often applied to closed PRs. S-waiting-on-author 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.
#106531 by liigo was closed May 28, 2023 Loading… updated Nov 13, 2025
More detailed note to deprecate ONCE_INIT 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.
more concrete source url of std docs 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.
#134193 by liigo was closed Dec 12, 2024 Loading… updated Nov 13, 2025
more concrete source url of std docs [V2] 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. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
rustdoc: quality of life changes merged-by-bors This PR was explicitly merged by bors. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. 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.
Update cargo merged-by-bors This PR was explicitly merged by bors. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
bootstrap: fix change_id for rust.lld change T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#147908 by tshepang was closed Nov 12, 2025 Loading… updated Nov 13, 2025
Remove more Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#[must_use] from portable-simd S-waiting-on-bors Fix ICE caused by const block pattern T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#148876 by Rohithkumar2030 was closed Nov 12, 2025 Loading… updated Nov 12, 2025
Fix ICE caused by const block pattern matching with deref patterns T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#148858 by Rohithkumar2030 was closed Nov 12, 2025 Loading… updated Nov 12, 2025
Provide more general note for borrowing outside of closure merged-by-bors This PR was explicitly merged by bors. 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.
Suggest renaming or escaping when fixing non-snake-case identifiers which would conflict with keywords merged-by-bors This PR was explicitly merged by bors. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
fix(rustdoc): Color doctest errors beta-accepted Accepted for backporting to the compiler in the beta channel. beta-nominated Nominated for backporting to the compiler in the beta channel. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
Remove unneeded
allow(unknown_attribute) attributes #148862 by GuillaumeGomez was closed Nov 12, 2025 Loading… updated Nov 12, 2025
bootstrap: Add snapshot tests for path-to-step handling A-testsuite Area: The testsuite used to check the correctness of rustc merged-by-bors This PR was explicitly merged by bors. 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)
Add new Area: port run-make Makefiles to rmake.rs disposition-merge This issue / PR is in PFCP or FCP with a disposition to merge it. finished-final-comment-period The final comment period is finished for this PR / Issue. 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. O-unix Operating system: Unix-like 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-clippy Relevant to the Clippy team. T-lang Relevant to the language team to-announce Announce this issue on triage meeting
function_casts_as_integer lint A-run-make [rustdoc] Fix invalid jump to def macro link generation S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. 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.
Rollup of 6 pull requests rollup A PR which is a rollup 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-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.
#148829 by GuillaumeGomez was closed Nov 11, 2025 Loading… updated Nov 12, 2025
rustc_target: introduce Abi, Env, Os A-attributes Area: Attributes (`#[…]`, `#![…]`) A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. O-apple Operating system: Apple (macOS, iOS, tvOS, visionOS, watchOS) 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.
Remove specialized warning for removed target 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.
Improve diagnostics for buffer reuse with borrowed references 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.
Update git index before running diff-index 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)
cmse: add test for `#![feature(cmse_nonsecure_entry)]` 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.
async and const functions F-cmse_nonsecure_entry ProTip! Adding no:label will show everything without a label.