Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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
Assigned to nobody Loading
Sort

Pull requests list

Rollup of 9 pull requests A-CI Area: Our Github Actions CI A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. A-run-make Area: port run-make Makefiles to rmake.rs A-testsuite Area: The testsuite used to check the correctness of rustc rollup A PR which is a rollup 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) 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. T-libs Relevant to the library 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.
#147087 opened Sep 27, 2025 by GuillaumeGomez Loading...
compiletest: Use PanicHookInfo::payload_as_str now that it's stable in beta A-compiletest Area: The compiletest test runner 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-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#147086 opened Sep 27, 2025 by Zalathar Loading...
Modify the pre-push githook to run Tidy on only committed changes. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#147084 opened Sep 27, 2025 by simp4t7 Loading...
Do not lifetime-extend array/slice indices I-lang-radar Items that are on lang's radar and will need eventual work or consideration. 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.
#147083 opened Sep 27, 2025 by dianne Loading...
formatting_options: fix alternate docs 0b/0o mixup 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.
#147082 opened Sep 27, 2025 by danielverkamp Loading...
doc: fix a typo in platform-support.md S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#147081 opened Sep 27, 2025 by lasiotus Loading...
Replace SingleUseConsts by GVN. perf-regression Performance regression. 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.
#147079 opened Sep 26, 2025 by cjgillot Draft
std: move kernel_copy to sys A-tidy Area: The tidy tool O-unix Operating system: Unix-like 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-libs Relevant to the library team, which will review and decide on the PR/issue.
#147077 opened Sep 26, 2025 by joboet Loading...
update issue number for more_float_constants 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-rust-analyzer Relevant to the rust-analyzer team, which will review and decide on the PR/issue.
#147076 opened Sep 26, 2025 by joshuarayton Loading...
Make def_path_hash_to_def_id not panic when passed an invalid hash 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.
#147075 opened Sep 26, 2025 by Lysxia Loading...
std: respect the bounds of the platform's data structures when performing time arithmetic I-libs-nominated Nominated for discussion during a libs team meeting. O-SGX Target: SGX O-wasi Operating system: Wasi, Webassembly System Interface 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.
#147072 opened Sep 26, 2025 by joboet Loading...
constify from_fn, try_from_fn, try_map, map 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.
#147071 opened Sep 26, 2025 by bend-n Loading...
Move CoercePointee to core::ops A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. F-derive_coerce_pointee Feature: RFC 3621's oft-renamed implementation 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. T-rust-analyzer Relevant to the rust-analyzer team, which will review and decide on the PR/issue.
#147068 opened Sep 26, 2025 by Darksonn Loading...
Fix tracking issue number for feature(macro_attr) 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.
#147066 opened Sep 26, 2025 by SimonSapin Loading...
Make the inliner recursion depth hack stronger 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.
#147062 opened Sep 26, 2025 by saethlin Loading...
fix rebasing cycle heads when not reaching a fixpoint 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#147061 opened Sep 26, 2025 by lcnr Loading...
[beta-1.91] Warn on future errors from temporary lifetimes shortening in Rust 1.92 I-lang-nominated Nominated for discussion during a lang team meeting. P-lang-drag-0 Lang team prioritization drag level 0.https://rust-lang.zulipchat.com/#narrow/channel/410516-t-lang. 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-lang Relevant to the language team
#147056 opened Sep 26, 2025 by dianne Loading...
Turn ProjectionElem::Subtype into CastKind::Subtype S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-clippy Relevant to the Clippy team. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#147055 opened Sep 26, 2025 by beepster4096 Loading...
PassWrapper: update for new PGOOptions args in LLVM 22 A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. llvm-main Marks PRs that are making Rust work with LLVM main (this label is consumed by CI tooling) 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.
#147050 opened Sep 25, 2025 by durin42 Loading...
Rename rust.use-lld to rust.bootstrap-override-lld A-CI Area: Our Github Actions CI A-testsuite Area: The testsuite used to check the correctness of rustc 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) T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#147046 opened Sep 25, 2025 by Kobzol Loading...
rustdoc-search: use the same ID for entry and path to same item 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.
#147045 opened Sep 25, 2025 by notriddle Loading...
chore: fix incorrect comment 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.
#147044 opened Sep 25, 2025 by cactusdualcore Loading...
Add default sanitizers to TargetOptions A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. 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.
#147043 opened Sep 25, 2025 by ilovepi Loading...
Remove most #[track_caller] from allocating Vec methods 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.
#147042 opened Sep 25, 2025 by Noratrieb Loading...
mbe: macro_check: Fix function comments referencing non-existent parameters 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.
#147040 opened Sep 25, 2025 by joshtriplett Loading...
Previous 1 3 4 5 34 35
Previous
ProTip! Follow long discussions with comments:>50.

AltStyle によって変換されたページ (->オリジナル) /