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

Do not emit note in coerce if loop iterates at least once 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.
#122679 by gurry was closed Mar 25, 2024 Loading...
Safe Transmute: Use 'not yet supported', not 'unspecified' in errors 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.
#122560 by jswrenn was merged Mar 15, 2024 Loading... 1.78.0
Safe Transmute: Require that source referent is smaller than destination 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.
#122438 by jswrenn was merged Mar 14, 2024 Loading... 1.78.0
stabilize -Znext-solver=coherence 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-types-nominated Nominated for discussion during a types team meeting. merged-by-bors This PR was explicitly merged by bors. perf-regression Performance regression. perf-regression-triaged The performance regression has been triaged. relnotes Marks issues that should be documented in the release notes of the next release. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-types Relevant to the types team, which will review and decide on the PR/issue. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#121848 by lcnr was merged Sep 6, 2024 Loading... 1.83.0
Use the correct logic for nested impl trait in assoc types 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.
#121838 by oli-obk was merged Mar 5, 2024 Loading... 1.78.0
Resolve region bounds from components of type projection disposition-close This PR / issue is in PFCP or FCP with a disposition to close it. finished-final-comment-period The final comment period is finished for this PR / Issue. S-waiting-on-fcp Status: PR is in FCP and is awaiting for FCP to complete. T-types Relevant to the types team, which will review and decide on the PR/issue.
#121602 by dingxiangfei2009 was closed Mar 10, 2024 Loading...
fix generalizer unsoundness 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.
#121479 by lcnr was merged Feb 23, 2024 Loading... 1.78.0
Detect when method call on argument could be removed to fulfill failed trait bound 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.
#121100 by estebank was merged Feb 18, 2024 Loading... 1.78.0
Merge impl_polarity and impl_trait_ref queries 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#120919 by oli-obk was merged Feb 13, 2024 Loading... 1.78.0
Remove a bunch of dead parameters in functions 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.
#120917 by chenyukang was merged Feb 12, 2024 Loading... 1.78.0
some trait system cleanups 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#120463 by lcnr was merged Feb 19, 2024 Loading... 1.78.0
pattern_analysis: track usefulness without interior mutability 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.
#120324 by Nadrieril was merged Feb 13, 2024 Loading... 1.78.0
never_patterns: Count ! bindings as diverging F-never_patterns `#![feature(never_patterns)]` 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.
#120104 by Nadrieril was merged Jan 23, 2024 Loading... 1.77.0
Don't ICE if TAIT-defining fn contains a closure with _ in return type 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.
#119975 by lukas-code was merged Jan 18, 2024 Loading... 1.77.0
suggest into_iter() when Iterator method called on impl IntoIterator 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.
#119928 by d-sonuga was merged Feb 16, 2024 Loading... 1.78.0
docs: fix typos 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-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#119730 by vuittont60 was merged Jan 19, 2024 Loading... 1.77.0
Fix, document, and test parser and pretty-printer edge cases related to braced macro calls A-parser Area: The lexing & parsing of Rust source code to an AST A-pretty Area: Pretty printing (including `-Z unpretty`) merged-by-bors This PR was explicitly merged by bors. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#119427 by dtolnay was merged May 12, 2024 Loading... 1.80.0
Suggest = to == in more cases, even in the face of reference mismatch 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.
#119328 by estebank was merged Dec 27, 2023 Loading... 1.77.0
Fix gce ICE when encountering ill-formed consts 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.
#119060 by sjwang05 was closed Apr 18, 2024 Loading...
Check generic params after sigature for main-fn-ty 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.
#119047 by mu001999 was merged Dec 19, 2023 Loading... 1.76.0
fallback default to None during ast-lowering for lifetime binder 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.
#119042 by bvanjoi was merged Dec 26, 2023 Loading... 1.77.0
Add an is_effect flag to GenericArgKind 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-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#118785 by fee1-dead was closed Dec 10, 2023 Draft
Fix early param lifetimes in generic_const_exprs 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.
#118035 by ouz-a was merged Nov 21, 2023 Loading... 1.76.0
Typeck break expr even if break is illegal 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.
#118010 by gurry was merged Nov 21, 2023 Loading... 1.76.0
Suggest removal of borrow in index when appropriate 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-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#117913 by estebank was closed Nov 29, 2024 Loading...
ProTip! Adding no:label will show everything without a label.

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