Skip to content

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

Remove Sync requirement from lint pass objects 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.
#101156 by Jarcho was merged Aug 30, 2022 Loading… updated Aug 30, 2022 1.65.0
Update Clippy S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#101140 by Jarcho was merged Sep 1, 2022 Loading… updated Sep 1, 2022 1.65.0
Allow lint passes to be bound by TyCtxt 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.
#101501 by Jarcho was merged Sep 8, 2022 Loading… updated Sep 8, 2022 1.65.0
Update Clippy 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.
#108474 by Jarcho was merged Feb 26, 2023 Loading… updated Feb 27, 2023 1.69.0
Take MIR dataflow analyses by mutable reference 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.
#108293 by Jarcho was merged Jun 9, 2023 Loading… updated Jun 9, 2023 1.72.0
Take &mut Results in ResultsVisitor 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.
#115488 by Jarcho was merged Sep 5, 2023 Loading… updated Sep 5, 2023 1.74.0
Fix noop_method_call detection 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.
#116201 by Jarcho was merged Sep 29, 2023 Loading… updated Sep 29, 2023 1.74.0
Add more diagnostic items for clippy 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.
#116198 by Jarcho was merged Oct 6, 2023 Loading… updated Oct 6, 2023 1.75.0
Implement Try for () S-waiting-on-team Status: Awaiting decision from the relevant subteam (see the T-<team> label). T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#116118 by Jarcho was closed Oct 24, 2023 Loading… updated Oct 24, 2023
Allow tool lint levels to be set based on the build environment. S-inactive Status: Inactive and waiting on the author. This is often applied to closed PRs. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#109063 by Jarcho was closed Feb 8, 2024 Loading… updated Feb 8, 2024
Allow AST and HIR visitors to return ControlFlow 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.
#121256 by Jarcho was merged Feb 20, 2024 Loading… updated Feb 23, 2024 1.78.0
Use ControlFlow in HIR Visitor 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.
#108598 by Jarcho was closed Feb 24, 2024 Loading… updated Feb 24, 2024
Convert the rest of the visitors to use VisitorResult 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)
#121576 by Jarcho was merged Mar 5, 2024 Loading… updated Mar 6, 2024 1.78.0
Use ControlFlow in 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.
#121563 by Jarcho was merged Mar 8, 2024 Loading… updated Mar 8, 2024 1.78.0
Fix typo in VisitorResult 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.
#122223 by Jarcho was merged Mar 9, 2024 Loading… updated Mar 9, 2024 1.78.0
Add missing try_visit calls in 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.
#122689 by Jarcho was merged Mar 18, 2024 Loading… updated Mar 18, 2024 1.79.0
Clippy subtree update has-merge-commits PR has merge commits, merge with caution. 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.
#129531 by Jarcho was merged Aug 25, 2024 Loading… updated Aug 25, 2024 1.82.0
[beta] Clippy backports 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.
#129618 by Jarcho was merged Aug 28, 2024 Loading… updated Aug 28, 2024 1.81.0
Don't lint irrefutable_let_patterns on leading patterns if else if let-chains L-irrefutable_let_patterns Lint: irrefutable_let_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.
#129394 by Jarcho was merged Oct 30, 2024 Loading… updated Oct 30, 2024 1.84.0
Report generic mismatches when calling bodyless trait 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#136497 by Jarcho was merged Feb 4, 2025 Loading… updated Feb 4, 2025 1.86.0
Only highlight unmatchable parameters at the definition site 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)
#136583 by Jarcho was merged Feb 6, 2025 Loading… updated Feb 6, 2025 1.86.0
Label mismatched parameters at the def site for foreign 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.
#136651 by Jarcho was merged Feb 8, 2025 Loading… updated Feb 8, 2025 1.86.0
Allow IndexSlice to be indexed by ranges. 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.
#136610 by Jarcho was merged Feb 24, 2025 Loading… updated Feb 24, 2025 1.87.0
Allow bounds checks when enumerating IndexSlice to be elided merged-by-bors This PR was explicitly merged by bors. perf-regression Performance regression. 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.
#137795 by Jarcho was merged Mar 12, 2025 Loading… updated Mar 12, 2025 1.87.0
Allow a MIR analysis to perform the state join directly T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#114900 by Jarcho was closed Apr 12, 2025 Loading… updated Apr 12, 2025
ProTip! Exclude everything labeled bug with -label:bug.