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
0d09cb0
User selector
All users
Datepicker
All time
Commit History
Commits on Nov 26, 2023
`manual_try_fold`: check that `fold` is really `Iterator::fold`
samueltardieu
committed
0d09cb0
Copy full SHA for 0d09cb0
Auto merge of #11870 - Alexendoo:declare-clippy-lint-absolute-path, r=Jarcho
Show description for 7af811b
bors
committed
7af811b
Copy full SHA for 7af811b
Commits on Nov 25, 2023
Use absolute path for `declare_tool_lint` in `declare_clippy_lint`
Alexendoo
committed
7093444
Copy full SHA for 7093444
Auto merge of #11864 - GuillaumeGomez:option_map_or_err_ok, r=flip1995
Show description for 3664d63
bors
committed
3664d63
Copy full SHA for 3664d63
Auto merge of #11866 - GuillaumeGomez:simplify-code-result_map_or_else_none, r=flip1995
Show description for fbf13ce
bors
committed
fbf13ce
Copy full SHA for fbf13ce
Simplify code for `result_map_or_else_none`
GuillaumeGomez
committed
148cd04
Copy full SHA for 148cd04
Commits on Nov 24, 2023
Auto merge of #11862 - christophbeberweil:7125-single-element-loop-over-range, r=llogiq
Show description for 6cfbe57
bors
committed
6cfbe57
Copy full SHA for 6cfbe57
Update changelog to add new `option_map_or_err_ok` lint
GuillaumeGomez
committed
ef38969
Copy full SHA for ef38969
Add test for `option_map_or_err_ok` lint
GuillaumeGomez
committed
3a3773f
Copy full SHA for 3a3773f
Create new lint `option_map_or_err_ok`
GuillaumeGomez
committed
ea73317
Copy full SHA for ea73317
feat: 7125 code snippets are wrapped in backticks
christophbeberweil
committed
f9c6335
Copy full SHA for f9c6335
fix: 7125 lint message should start with a small letter
christophbeberweil
committed
bce869f
Copy full SHA for bce869f
Auto merge of #11863 - smoelius:patch-1, r=dswij
Show description for 3e7a63b
bors
committed
3e7a63b
Copy full SHA for 3e7a63b
Auto merge of #11850 - Nilstrieb:tbd, r=dswij
Show description for e075823
bors
committed
e075823
Copy full SHA for e075823
Auto merge of #11859 - y21:issue11856, r=blyxyas
Show description for 96eab06
bors
committed
96eab06
Copy full SHA for 96eab06
Nit re `matches!` formatting
smoelius
authored
4937fba
Copy full SHA for 4937fba
feat: 7125 shorten lint text
christophbeberweil
committed
2512341
Copy full SHA for 2512341
fix: 7125 update lint applicability to Unspecified
christophbeberweil
committed
c58d692
Copy full SHA for c58d692
Commits on Nov 23, 2023
suggest alternatives to iterate an array of ranges
Show description for 447edf9
christophbeberweil
and
ThinkerDreamer
committed
447edf9
Copy full SHA for 447edf9
Auto merge of #11860 - GuillaumeGomez:improve-error-messages, r=flip1995
Show description for c3243f9
bors
committed
c3243f9
Copy full SHA for c3243f9
Improve error messages format
GuillaumeGomez
committed
6c84b96
Copy full SHA for 6c84b96
Auto merge of #11845 - GuillaumeGomez:result_map_or_into_option-extension, r=flip1995
Show description for 840e227
bors
committed
840e227
Copy full SHA for 840e227
Add new test for `result_map_or_into_option` extension
GuillaumeGomez
committed
5d330d0
Copy full SHA for 5d330d0
Extend `result_map_or_into_option` lint to handle `Result::map_or_else(|_| None, Some)`
GuillaumeGomez
committed
2817c5f
Copy full SHA for 2817c5f
Auto merge of #11857 - matthri:add-collect-metadata-note, r=flip1995
Show description for 30c743f
bors
committed
30c743f
Copy full SHA for 30c743f
check on a per-body level instead of blocks independently
y21
committed
553857b
Copy full SHA for 553857b
Add documentation update hint
Show description for c18e6ab
matthri
committed
c18e6ab
Copy full SHA for c18e6ab
Commits on Nov 22, 2023
Auto merge of #11757 - matthri:iter-kv-map-msrv-fix, r=Alexendoo
Show description for c24784e
bors
committed
c24784e
Copy full SHA for c24784e
add iter_kv_map to msrv config
matthri
committed
a20f61b
Copy full SHA for a20f61b
Auto merge of #11844 - GuillaumeGomez:manual_non_exhaustive-rm-underscore-check, r=flip1995
Show description for a72730e
bors
committed
a72730e
Copy full SHA for a72730e
Remove underscore check for `manual_non_exhaustive` lint
GuillaumeGomez
committed
91fc4b3
Copy full SHA for 91fc4b3
Auto merge of #11849 - GuillaumeGomez:add-more-transmute_ref_to_ref-tests, r=blyxyas
Show description for b21c9d4
bors
committed
b21c9d4
Copy full SHA for b21c9d4
Auto merge of #11627 - y21:issue11616, r=giraffate
Show description for a8b0e5f
bors
committed
a8b0e5f
Copy full SHA for a8b0e5f
Commits on Nov 21, 2023
Allow `#[deprecated(since = "TBD")]`
Show description for 43d8d51
Noratrieb
committed
43d8d51
Copy full SHA for 43d8d51
Add tests for issues #10285, #10286, #10289, #10287
GuillaumeGomez
committed
2fa87fb
Copy full SHA for 2fa87fb
Pagination
Previous
Next
You can’t perform that action at this time.