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
fb9fd51
User selector
All users
Datepicker
All time
Commit History
Commits on Feb 3, 2024
Remove wildcard usage for patterns
roife
committed
fb9fd51
Copy full SHA for fb9fd51
Commits on Feb 2, 2024
Refactor machine_applicable_sugg in unnecessary_fallible_conversions
roife
committed
015ac10
Copy full SHA for 015ac10
Refactor sugg builder in unnecessary_fallible_conversions
roife
committed
e83c7d4
Copy full SHA for e83c7d4
Move qpath_spans into FunctionKind
roife
committed
eb05b07
Copy full SHA for eb05b07
Commits on Jan 1, 2024
Add error-annotations in tests for unnecessary_fallible_conversions
roife
committed
1cce757
Copy full SHA for 1cce757
Add comments for unnecessary_fallible_conversions
roife
committed
094ce3d
Copy full SHA for 094ce3d
Add tests for autofix in unnecessary_fallible_conversions
roife
committed
69cc983
Copy full SHA for 69cc983
Add autofix for functions in unnecessary_fallible_conversions
roife
committed
84e7974
Copy full SHA for 84e7974
Commits on Dec 31, 2023
Auto merge of #12065 - samueltardieu:issue-12063, r=llogiq
Show description for e1dbafd
bors
committed
e1dbafd
Copy full SHA for e1dbafd
Auto merge of #11987 - torfsen:8733-Suggest-str.lines-when-splitting-at-newlines, r=Jarcho
Show description for a89eb85
bors
committed
a89eb85
Copy full SHA for a89eb85
Add `.front()` to `get_first` lint description
samueltardieu
committed
457ab58
Copy full SHA for 457ab58
8733: Suggest `str.lines` when splitting at hard-coded newlines
Show description for fe35e08
torfsen
committed
fe35e08
Copy full SHA for fe35e08
Auto merge of #12053 - mikkoglinn678:fix_new_lint_typo, r=llogiq
Show description for eca3932
bors
committed
eca3932
Copy full SHA for eca3932
Auto merge of #11980 - GuillaumeGomez:UNCONDITIONAL_RECURSION-tostring, r=llogiq
Show description for 44c99a8
bors
committed
44c99a8
Copy full SHA for 44c99a8
Commits on Dec 30, 2023
Auto merge of #12047 - ARandomDev99:12007-empty-enum-variants-with-brackets, r=Jarcho
Show description for 7f185bd
bors
committed
7f185bd
Copy full SHA for 7f185bd
Change `empty_enum_variants_with_brackets` applicability to `MaybeIncorrect`
ARandomDev99
committed
5f17188
Copy full SHA for 5f17188
Auto merge of #11957 - J-ZhengLi:issue11535, r=Jarcho
Show description for 0cc53f4
bors
committed
0cc53f4
Copy full SHA for 0cc53f4
Auto merge of #11865 - yuxqiu:map_unwrap_or_default, r=Jarcho
Show description for c6aeb28
bors
committed
c6aeb28
Copy full SHA for c6aeb28
Auto merge of #12008 - J-ZhengLi:issue9872, r=Jarcho
Show description for b19b5f2
bors
committed
b19b5f2
Copy full SHA for b19b5f2
Auto merge of #12054 - y21:issue12037, r=Jarcho
Show description for c992247
bors
committed
c992247
Copy full SHA for c992247
Add ui test for `UNCONDITIONAL_RECURSION` lint on `ToString` impl
GuillaumeGomez
committed
d161f3b
Copy full SHA for d161f3b
Extend `UNCONDITIONAL_RECURSION` to check for `ToString` implementations
GuillaumeGomez
committed
ab2d1c2
Copy full SHA for ab2d1c2
add expansion checks to `iter_without_into_iter` and `into_iter_without_iter`
y21
committed
0848e12
Copy full SHA for 0848e12
fix typo in creating early lint pass
mikkoglinn678
committed
95f8f1e
Copy full SHA for 95f8f1e
Commits on Dec 29, 2023
add new lint, empty_enum_variants_with_brackets
Show description for 1ee9993
ARandomDev99
committed
1ee9993
Copy full SHA for 1ee9993
Auto merge of #10283 - ParkMyCar:lint/pub_underscore_fields, r=blyxyas
Show description for 174a0d7
bors
committed
174a0d7
Copy full SHA for 174a0d7
add new lint, pub_underscore_fields
Show description for fa7dd1c
ParkMyCar
authored and
blyxyas
committed
fa7dd1c
Copy full SHA for fa7dd1c
Auto merge of #12041 - compiler-errors:args-are-correct-now, r=Jarcho
Show description for 8b22471
bors
committed
8b22471
Copy full SHA for 8b22471
Remove mitigations for incorrect node args
compiler-errors
committed
3fceca2
Copy full SHA for 3fceca2
Commits on Dec 28, 2023
Auto merge of #12038 - flip1995:rustup, r=flip1995
Show description for ac4c209
bors
committed
ac4c209
Copy full SHA for ac4c209
Bump Clippy version -> 0.1.77
flip1995
committed
2a4c7d2
Copy full SHA for 2a4c7d2
Bump nightly version -> 2023-12-28
flip1995
committed
887278c
Copy full SHA for 887278c
Merge remote-tracking branch 'upstream/master' into rustup
flip1995
committed
9ff84af
Copy full SHA for 9ff84af
Commits on Dec 27, 2023
Auto merge of #12029 - torfsen:6459-more-cases-for-redundant-matches!, r=llogiq
Show description for 7343db9
bors
committed
7343db9
Copy full SHA for 7343db9
6459: Check for redundant `matches!` with `Ready`, `Pending`, `V4`, `V6`
torfsen
committed
ebc0588
Copy full SHA for ebc0588
Pagination
Previous
Next
You can’t perform that action at this time.