Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
schteve
/
rust-clippy
Public
forked from
rust-lang/rust-clippy
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
rust-clippy
src
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 16, 2022
Auto merge of #9409 - DesmondWillowbrook:iter_kv_map, r=xFrednet
Show description for 481dc2e
bors
committed
481dc2e
View commit details
Copy full SHA for 481dc2e
View code at this point
Browse repository at this point
Commits on Sep 15, 2022
Add iter_kv_map lint
kartva
committed
5afc261
View commit details
Copy full SHA for 5afc261
View code at this point
Browse repository at this point
Commits on Sep 8, 2022
Migrate write.rs to a late pass
Alexendoo
committed
6fc6d87
View commit details
Copy full SHA for 6fc6d87
View code at this point
Browse repository at this point
Rename the `arithmetic` lint
c410-f3r
committed
51d8b6c
View commit details
Copy full SHA for 51d8b6c
View code at this point
Browse repository at this point
Commits on Sep 7, 2022
[Arithmetic] Consider literals
c410-f3r
committed
0d078c9
View commit details
Copy full SHA for 0d078c9
View code at this point
Browse repository at this point
Commits on Sep 4, 2022
Suggest `Entry::or_default` for `Entry::or_insert(Default::default())`
Show description for f0e586c
relrelb
committed
f0e586c
View commit details
Copy full SHA for f0e586c
View code at this point
Browse repository at this point
fix wording for `derivable_impls`
kraktus
committed
2cc20e3
View commit details
Copy full SHA for 2cc20e3
View code at this point
Browse repository at this point
Commits on Sep 2, 2022
Use `approx_ty_size` for `large_enum_variant`
lukaslueg
committed
584000a
View commit details
Copy full SHA for 584000a
View code at this point
Browse repository at this point
add `--explain` subcommand
llogiq
committed
ad72aee
View commit details
Copy full SHA for ad72aee
View code at this point
Browse repository at this point
Commits on Aug 12, 2022
Adjust cfgs
Mark-Simulacrum
committed
1a3192a
View commit details
Copy full SHA for 1a3192a
View code at this point
Browse repository at this point
Commits on Jul 27, 2022
lint: add bad opt access internal lint
Show description for 2572591
davidtwco
committed
2572591
View commit details
Copy full SHA for 2572591
View code at this point
Browse repository at this point
Commits on Jul 13, 2022
Rename `debugging_opts` to `unstable_opts`
Show description for 73f3294
jyn514
committed
73f3294
View commit details
Copy full SHA for 73f3294
View code at this point
Browse repository at this point
Commits on Jun 30, 2022
Merge commit '0cb0f7636851f9fcc57085cf80197a2ef6db098f' into clippyup
flip1995
committed
09f5df5
View commit details
Copy full SHA for 09f5df5
View code at this point
Browse repository at this point
Commits on Jun 16, 2022
Move/rename `lazy::Sync{OnceCell,Lazy}` to `sync::{Once,Lazy}Lock`
WaffleLapkin
committed
f095f80
View commit details
Copy full SHA for f095f80
View code at this point
Browse repository at this point
Commits on May 21, 2022
Merge 'rust-clippy/master' into clippyup
xFrednet
committed
4587b66
View commit details
Copy full SHA for 4587b66
View code at this point
Browse repository at this point
Commits on May 5, 2022
Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf' into clippyup
flip1995
committed
7cd86aa
View commit details
Copy full SHA for 7cd86aa
View code at this point
Browse repository at this point
Commits on Apr 13, 2022
errors: lazily load fallback fluent bundle
Show description for 5b7df24
davidtwco
committed
5b7df24
View commit details
Copy full SHA for 5b7df24
View code at this point
Browse repository at this point
Commits on Apr 8, 2022
Merge commit '984330a6ee3c4d15626685d6dc8b7b759ff630bd' into clippyup
flip1995
committed
7113135
View commit details
Copy full SHA for 7113135
View code at this point
Browse repository at this point
Commits on Apr 5, 2022
session: opt for enabling directionality markers
Show description for ba718bb
davidtwco
committed
ba718bb
View commit details
Copy full SHA for ba718bb
View code at this point
Browse repository at this point
errors: implement sysroot/testing bundle loading
Show description for 865386e
davidtwco
committed
865386e
View commit details
Copy full SHA for 865386e
View code at this point
Browse repository at this point
errors: implement fallback diagnostic translation
Show description for 41d1340
davidtwco
committed
41d1340
View commit details
Copy full SHA for 41d1340
View code at this point
Browse repository at this point
Commits on Mar 20, 2022
Take &mut Diagnostic in emit_diagnostic.
Show description for 94c727e
cjgillot
committed
94c727e
View commit details
Copy full SHA for 94c727e
View code at this point
Browse repository at this point
Commits on Jan 27, 2022
Merge commit 'a98e7ab8b94485be6bd03e0c6b8682ecab5b52e6' into clippyup
flip1995
committed
bf66aed
View commit details
Copy full SHA for bf66aed
View code at this point
Browse repository at this point
Commits on Jan 13, 2022
Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyup
flip1995
committed
fb0142a
View commit details
Copy full SHA for fb0142a
View code at this point
Browse repository at this point
Commits on Dec 6, 2021
Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup
flip1995
committed
8fea1d9
View commit details
Copy full SHA for 8fea1d9
View code at this point
Browse repository at this point
Commits on Sep 28, 2021
Merge commit 'cb7915b00c235e9b5861564f3be78dba330980ee' into clippyup
flip1995
committed
23d5457
View commit details
Copy full SHA for 23d5457
View code at this point
Browse repository at this point
Commits on Jul 29, 2021
Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b' into clippyup
flip1995
committed
2b20f49
View commit details
Copy full SHA for 2b20f49
View code at this point
Browse repository at this point
Commits on Jul 1, 2021
Merge commit '61eb38aeda6cb54b93b872bf503d70084c4d621c' into clippyup
flip1995
committed
ebe5286
View commit details
Copy full SHA for ebe5286
View code at this point
Browse repository at this point
Commits on May 6, 2021
Merge commit 'b71f3405606d49b9735606b479c3415a0ca9810f' into clippyup
flip1995
committed
d605882
View commit details
Copy full SHA for d605882
View code at this point
Browse repository at this point
Commits on Apr 27, 2021
Switch `rustc::internal` from deny to warn
Show description for f4bd12c
jyn514
committed
f4bd12c
View commit details
Copy full SHA for f4bd12c
View code at this point
Browse repository at this point
Commits on Apr 8, 2021
Merge commit 'b40ea209e7f14c8193ddfc98143967b6a2f4f5c9' into clippyup
flip1995
committed
f6d1f36
View commit details
Copy full SHA for f6d1f36
View code at this point
Browse repository at this point
Commits on Mar 15, 2021
Use `rustc_interface::interface::Config::parse_sess_created` in Clippy
hyd-dev
committed
1d57c3e
View commit details
Copy full SHA for 1d57c3e
View code at this point
Browse repository at this point
Commits on Mar 12, 2021
Merge commit '6ed6f1e6a1a8f414ba7e6d9b8222e7e5a1686e42' into clippyup
flip1995
committed
f2f2a00
View commit details
Copy full SHA for f2f2a00
View code at this point
Browse repository at this point
Commits on Mar 5, 2021
Make clippy set mir_opt_level using Option
spastorino
committed
0941fc0
View commit details
Copy full SHA for 0941fc0
View code at this point
Browse repository at this point
Commits on Feb 19, 2021
Move try_print_query_stack to rustc_interface.
cjgillot
committed
4334f57
View commit details
Copy full SHA for 4334f57
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.