Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
compiler-errors
/
rust
Public
forked from
rust-lang/rust
Notifications
You must be signed in to change notification settings
Fork
0
Star
3
Code
Pull requests
0
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
4d9303d
User selector
All users
Datepicker
All time
Commit History
Commits on May 29, 2023
Changelog for Rust 1.70 :hammer:
xFrednet
committed
4d9303d
Copy full SHA for 4d9303d
Commits on May 28, 2023
Update version attribute for 1.70 lints
xFrednet
committed
c5b974b
Copy full SHA for c5b974b
Auto merge of #10839 - lochetti:fix_10825, r=llogiq
Show description for 8d9e427
bors
committed
8d9e427
Copy full SHA for 8d9e427
Fixing `invalid_regex` with invalid UTF8. Also, adding more test cases
lochetti
committed
ffc2bc8
Copy full SHA for ffc2bc8
Commits on May 27, 2023
Auto merge of #10797 - est31:manual_let_else_pattern, r=llogiq
Show description for dc17e73
bors
committed
dc17e73
Copy full SHA for dc17e73
Auto merge of #10822 - Alexendoo:needless-else-cfg, r=llogiq
Show description for c9ddcf0
bors
committed
c9ddcf0
Copy full SHA for c9ddcf0
Commits on May 26, 2023
Auto merge of #10813 - y21:issue10755, r=xFrednet
Show description for f1fd467
bors
committed
f1fd467
Copy full SHA for f1fd467
Auto merge of #10831 - disco07:master, r=flip1995
Show description for 2422594
bors
committed
2422594
Copy full SHA for 2422594
redundant pattern matches! result
disco07
authored and
flip1995
committed
0b507c6
Copy full SHA for 0b507c6
Auto merge of #10807 - y21:issue10800, r=Jarcho
Show description for 05740ad
bors
committed
05740ad
Copy full SHA for 05740ad
Commits on May 24, 2023
Ignore #[cfg]'d out code in needless_else
Alexendoo
committed
021b739
Copy full SHA for 021b739
Auto merge of #10820 - giraffate:fix_warnings_on_multiple_crate_versions, r=flip1995
Show description for 9374af1
bors
committed
9374af1
Copy full SHA for 9374af1
Auto merge of #10817 - y21:validate-lint-name, r=flip1995
Show description for b6284f0
bors
committed
b6284f0
Copy full SHA for b6284f0
apply suggestion
Show description for c70f2a2
y21
and
flip1995
authored
c70f2a2
Copy full SHA for c70f2a2
replace `-` instead of erroring out
y21
committed
95b5a7b
Copy full SHA for 95b5a7b
Address Dependabot alerts
giraffate
committed
e005fcf
Copy full SHA for e005fcf
Commits on May 23, 2023
Auto merge of #10819 - Alexendoo:needless-returns-suggestion, r=giraffate
Show description for 5187e92
bors
committed
5187e92
Copy full SHA for 5187e92
Display the `needless_return` suggestion
Alexendoo
committed
47a024e
Copy full SHA for 47a024e
Auto merge of #10779 - Centri3:ptr_cast_constness, r=llogiq
Show description for a0fd17d
bors
committed
a0fd17d
Copy full SHA for a0fd17d
Auto merge of #10810 - samueltardieu:needless-else, r=llogiq
Show description for 97598e9
bors
committed
97598e9
Copy full SHA for 97598e9
error out if lint name contains dash
y21
committed
a3438da
Copy full SHA for a3438da
point to `await` expr in note
y21
committed
8ef6240
Copy full SHA for 8ef6240
Auto merge of #10809 - nyurik:match-unsafe, r=Jarcho
Show description for fe792d9
bors
committed
fe792d9
Copy full SHA for fe792d9
Run-rustfix
nyurik
committed
ed935de
Copy full SHA for ed935de
Auto merge of #10806 - y21:issue10741, r=giraffate
Show description for ec2f2d5
bors
committed
ec2f2d5
Copy full SHA for ec2f2d5
remove todo
nyurik
committed
68df61e
Copy full SHA for 68df61e
Use #[rustfmt::skip]
nyurik
committed
9fd34e0
Copy full SHA for 9fd34e0
Commits on May 22, 2023
Auto merge of #10811 - y21:issue10635, r=Manishearth
Show description for 7319864
bors
committed
7319864
Copy full SHA for 7319864
[`default_constructed_unit_structs`]: do not lint type aliases
y21
committed
8c82486
Copy full SHA for 8c82486
[`match_wild_err_arm`]: do not lint in const contexts
y21
committed
3e1302f
Copy full SHA for 3e1302f
needless_else: new lint to check for empty else clauses
samueltardieu
committed
e6646eb
Copy full SHA for e6646eb
Fix unsafe blocks
nyurik
committed
e926148
Copy full SHA for e926148
Unit tests highlighting unsafe match issue
Show description for 1c277d1
nyurik
committed
1c277d1
Copy full SHA for 1c277d1
Commits on May 21, 2023
remove old span_lint
y21
committed
3eeeaa2
Copy full SHA for 3eeeaa2
do not consider `await` in nested `async` blocks
y21
committed
1e73a9e
Copy full SHA for 1e73a9e
Pagination
Previous
Next
You can’t perform that action at this time.