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

Add regression tests for parsing non-existent anonymous enums T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#146256 by estebank was closed Sep 5, 2025 Loading...
Don't require next-solver ProbeRef to be Copy 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)
#146182 by ChayimFriedman2 was merged Sep 4, 2025 Loading... 1.91.0
Improve diagnostic for Cow::to_owned() usage. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#146058 by xonx4l was closed Sep 1, 2025 Loading...
Allow inline(always) with a target feature behind a unstable feature target_feature_inline_always. A-attributes Area: Attributes (`#[...]`, `#![...]`) A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. 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.
#145932 by JamieCunliffe was merged Sep 4, 2025 Loading... 1.91.0
On unused binding or binding not present in all patterns, suggest potential typo of unit struct/variant or const 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.
#145827 by estebank was merged Sep 4, 2025 Loading... 1.91.0
Fix LoongArch C function ABI when passing/returning structs containing floats 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.
#145709 by heiher was merged Sep 5, 2025 Loading... 1.91.0
docs: fix typo A-run-make Area: port run-make Makefiles to rmake.rs A-rustc-dev-guide Area: rustc-dev-guide T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#145677 by prestoalvarez was closed Sep 2, 2025 Loading...
Enforce correct number of arguments for "x86-interrupt" functions A-ABI Area: Concerning the application binary interface (ABI) A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. F-abi_x86_interrupt O-x86_32 Target: x86 processors, 32 bit (like i686-*) (also known as IA-32, i386, i586, i686) O-x86_64 Target: x86-64 processors (like x86_64-*) (also known as amd64 and x64) 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.
#145662 by GrigorenkoPV was merged Aug 21, 2025 Loading... 1.91.0
Cut some needless muts in compiler A-attributes Area: Attributes (`#[...]`, `#![...]`) 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)
#145639 by nickdrozd was closed Aug 20, 2025 Loading...
Remove TmpLayout in layout_of_enum 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.
#145387 by zachs18 was merged Aug 29, 2025 Loading... 1.91.0
resolve: Miscellaneous cleanups 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.
#145372 by petrochenkov was merged Aug 14, 2025 Loading... 1.91.0
match exhaustiveness diagnostics: show a trailing comma on singleton tuple consructors in witness patterns (and clean up a little) 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.
#145234 by dianne was merged Aug 24, 2025 Loading... 1.91.0
rename TraitRef::from_method to from_assoc PG-exploit-mitigations Project group: Exploit mitigations 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.
#145147 by fee1-dead was merged Aug 10, 2025 Loading... 1.91.0
Add a lot of NLL known-bug tests 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.
#145053 by lqd was merged Aug 8, 2025 Loading... 1.91.0
Add lint against integer to pointer transmutes 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. 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-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-lang Relevant to the language team
#144531 by Urgau was merged Aug 24, 2025 Loading... 1.91.0
Remove pretty print hack for async blocks 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.
#144148 by compiler-errors was merged Jul 20, 2025 Loading... 1.90.0
fix outdated comment 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)
#144115 by lcnr was merged Jul 19, 2025 Loading... 1.90.0
Simplify polonius location-sensitive analysis A-compiletest Area: The compiletest test runner 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-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#143093 by lqd was merged Aug 10, 2025 Loading... 1.91.0
Better error message for late/early lifetime param mismatch 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.
#140523 by compiler-errors was merged May 8, 2025 Loading... 1.88.0
Remove unnecessary lifetime from PatInfo. 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.
#138377 by nnethercote was merged Mar 12, 2025 Loading... 1.87.0
Restrict bevy_ecs ParamSet hack 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.
#137253 by compiler-errors was merged Feb 20, 2025 Loading... 1.87.0
Ignore NLL boring locals in polonius diagnostics A-tidy Area: The tidy tool 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.
#136299 by lqd was merged Feb 4, 2025 Loading... 1.86.0
Remove NamedVarMap. 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.
#136270 by nnethercote was merged Jan 31, 2025 Loading... 1.86.0
Revert #135914: Remove usages of QueryNormalizer in the compiler merged-by-bors This PR was explicitly merged by bors. perf-regression Performance regression. perf-regression-triaged The performance regression has been triaged. 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.
#136011 by compiler-errors was merged Jan 29, 2025 Loading... 1.86.0
Encode constraints that hold at all points as logical edges in location-sensitive polonius 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.
#135290 by lqd was merged Jan 18, 2025 Loading... 1.86.0
Previous 1 3 4 5 19 20
Previous
ProTip! Add no:assignee to see everything that’s not assigned.

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