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

miri: for ABI mismatch errors, say which argument is the problem 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.
#144535 by RalfJung was merged Jul 28, 2025 Loading... 1.90.0
Parser: Recover from attributes applied to types and generic args 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.
#144195 by Kivooeo was merged Aug 7, 2025 Loading... 1.91.0
normalise host effect sub-obligations from builtin impls 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.
#143391 by davidtwco was closed Jul 3, 2025 Loading...
Remove duplicate error about raw underscore lifetime 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.
#143280 by xizheyin was merged Jul 18, 2025 Loading... 1.90.0
Emit a single error when importing a path with _ 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.
#142805 by estebank was merged Jun 25, 2025 Loading... 1.90.0
Make obligation cause code suggestions verbose 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.
#142045 by estebank was merged Jun 7, 2025 Loading... 1.89.0
resolve: Tweak private_macro_use lint to be compatible with upcoming macro prelude changes 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.
#141934 by petrochenkov was merged Jun 13, 2025 Loading... 1.89.0
Unimplement unsized_locals A-rustc-dev-guide Area: rustc-dev-guide F-unsized_locals `#![feature(unsized_locals)]` 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. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#141811 by mejrs was merged Jun 14, 2025 Loading... 1.89.0
Fixed typos 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-release Relevant to the release subteam, which will review and decide on the PR/issue.
#141410 by BorisNaum was closed May 23, 2025 Loading...
Don't lint against named labels in naked_asm! 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.
#140871 by Amanieu was merged Jul 26, 2025 Loading... 1.90.0
Removing rustc_type_ir in the rustc_infer codebase 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)
#140559 by rperier was merged May 6, 2025 Loading... 1.88.0
Fix ICE in ParamConst::find_ty_from_env when handling None values 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#139333 by Aditya-PS-05 was closed Apr 3, 2025 Loading...
Deduplicate some rustc_middle function bodies by calling the rustc_type_ir equivalent 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.
#139313 by oli-obk was merged Apr 4, 2025 Loading... 1.88.0
Expect an array when expected and acutal types are both arrays during cast 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.
#138962 by xizheyin was merged Apr 14, 2025 Loading... 1.88.0
Extract for_each_immediate_subpat from THIR pattern visitors 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.
#138635 by Zalathar was merged Mar 19, 2025 Loading... 1.87.0
impl !PartialOrd for HirId 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.
#138610 by oli-obk was merged Apr 4, 2025 Loading... 1.88.0
Add test to ensure no index out of bounds panic (#135474) 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.
#138509 by reddevilmidzy was merged Mar 24, 2025 Loading... 1.87.0
fix ICE in pretty-printing global_asm! 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.
#138280 by folkertdev was merged Mar 13, 2025 Loading... 1.87.0
fix trait implementations sort order 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.
#137428 by tapanprakasht was closed Feb 25, 2025 Draft
Mark desugaring of ..= as such when lowering 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.
#136996 by samueltardieu was closed Feb 15, 2025 Loading...
Fix cycle when debug-printing opaque types from RPITIT 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.
#136806 by adwinwhite was merged Feb 13, 2025 Loading... 1.86.0
Redact CoercePointee target type F-derive_coerce_pointee Feature: RFC 3621's oft-renamed implementation 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.
#136796 by dingxiangfei2009 was closed Feb 25, 2025 Loading...
Arbitrary self types v2: avoid dyn, generic ICE 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.
#136195 by adetaylor was closed Feb 4, 2025 Loading...
Implement partial capturing of types in use<...> 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.
#135765 by frank-king was closed Jan 20, 2025 Loading...
Small rustc_resolve 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.
#135677 by yotamofek was merged Feb 12, 2025 Loading... 1.86.0
Previous 1 3 4 5 6
Previous
ProTip! Exclude everything labeled bug with -label:bug.

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