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
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
rust-lang
/
rust
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
15.8k
Star
119k
Code
Issues
5k+
Pull requests
1.4k
Actions
Projects
Security and quality
6
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Provide suggestions through
rustc_confusables
annotations
- #120730
#120730
Merged
bors
merged 15 commits into
rust-lang:master
rust-lang/rust:master
from
estebank:confusable-api
estebank/rust:confusable-api
Copy head branch name to clipboard
Feb 23, 2024
Conversation
Commits
15
(15)
Checks
Files changed
Merged
Provide suggestions through
rustc_confusables
annotations
#120730
bors
merged 15 commits into
rust-lang:master
rust-lang/rust:master
from
estebank:confusable-api
estebank/rust:confusable-api
Copy head branch name to clipboard
Commits
Commits on Feb 22, 2024
Add `rustc_confusables` annotations to some stdlib APIs
Show description for e5b3c7e
estebank
committed
e5b3c7e
View commit details
Copy full SHA for e5b3c7e
Browse repository at this point
On type error of method call arguments, look at confusables for suggestion
estebank
committed
0e89465
View commit details
Copy full SHA for 0e89465
Browse repository at this point
drive-by fmt cleanup
estebank
committed
e13d452
View commit details
Copy full SHA for e13d452
Browse repository at this point
Provide more and more accurate suggestions when calling the wrong method
Show description for d30dfb0
estebank
committed
d30dfb0
View commit details
Copy full SHA for d30dfb0
Browse repository at this point
Consider methods from traits when suggesting typos
Show description for 385eea1
estebank
committed
385eea1
View commit details
Copy full SHA for 385eea1
Browse repository at this point
Make confusable suggestions `verbose`
estebank
committed
e1e4da2
View commit details
Copy full SHA for e1e4da2
Browse repository at this point
fix test
estebank
committed
7688567
View commit details
Copy full SHA for 7688567
Browse repository at this point
Better account for associated const found for fn call expr
estebank
committed
14277ef
View commit details
Copy full SHA for 14277ef
Browse repository at this point
Tweak wording of "implemented trait isn't imported" suggestion
estebank
committed
caa216d
View commit details
Copy full SHA for caa216d
Browse repository at this point
Add `flatmap`/`flat_map` -> `and_then` suggestions
estebank
committed
f566867
View commit details
Copy full SHA for f566867
Browse repository at this point
review comments: clean up
estebank
committed
b59bd7f
View commit details
Copy full SHA for b59bd7f
Browse repository at this point
Deduplicate some logic and reword output
estebank
committed
28c0287
View commit details
Copy full SHA for 28c0287
Browse repository at this point
fix test
estebank
committed
fdaaaa1
View commit details
Copy full SHA for fdaaaa1
Browse repository at this point
review comment: remove unnused return value
estebank
committed
d67dcf5
View commit details
Copy full SHA for d67dcf5
Browse repository at this point
Fix rebase
estebank
committed
91d0b37
View commit details
Copy full SHA for 91d0b37
Browse repository at this point
You can’t perform that action at this time.