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 }}
rust-lang
/
rust
Public
Notifications
You must be signed in to change notification settings
Fork
13.8k
Star
107k
Code
Issues
5k+
Pull requests
874
Actions
Projects
9
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
master
User selector
SomeoneToIgnore
Datepicker
All time
Commit History
Commits on Aug 15, 2025
Use a more specific error message when talking about the server logs
SomeoneToIgnore
committed
b38dd2a
Copy full SHA for b38dd2a
Commits on Aug 11, 2025
Adjust `declare_interior_mutable_const` lint's category
Show description for a43e386
SomeoneToIgnore
committed
a43e386
Copy full SHA for a43e386
Commits on May 31, 2025
Account for `Generate` actions when filtering the allowed ones
SomeoneToIgnore
committed
1b9fb33
Copy full SHA for 1b9fb33
Commits on Mar 15, 2025
Do not error for actions with no data to resolve
Show description for 3bec506
SomeoneToIgnore
committed
3bec506
Copy full SHA for 3bec506
Commits on Dec 10, 2024
Address the feedback from pascalkuthe
Show description for 1ce1560
SomeoneToIgnore
committed
1ce1560
Copy full SHA for 1ce1560
Address the feedback from Veykril
Show description for f94953d
SomeoneToIgnore
committed
f94953d
Copy full SHA for f94953d
Commits on Dec 9, 2024
Clippy fixes
SomeoneToIgnore
committed
61c0b26
Copy full SHA for 61c0b26
Avoid hashing completion-related ranges as those may change during /resolve query
SomeoneToIgnore
committed
b203c73
Copy full SHA for b203c73
Unite more bool hashing
SomeoneToIgnore
committed
160cb32
Copy full SHA for 160cb32
Stop excluding Helix from the general resolve path
SomeoneToIgnore
committed
78ea49e
Copy full SHA for 78ea49e
Always compute the hash when r-a wants the imports to be resolved
SomeoneToIgnore
committed
e8e3949
Copy full SHA for e8e3949
Draft completion hashing
SomeoneToIgnore
committed
cbc0069
Copy full SHA for cbc0069
Commits on Dec 3, 2024
Advertise completions and inlay hints resolve server capabilities based on the client capabilities.
SomeoneToIgnore
committed
aede6e1
Copy full SHA for aede6e1
Commits on Nov 11, 2024
Update the file hash
SomeoneToIgnore
committed
e646263
Copy full SHA for e646263
Use completion item indices instead of property matching when searching for the completion item to resolve
SomeoneToIgnore
committed
572ae69
Copy full SHA for 572ae69
Commits on Oct 18, 2024
Fix editorconfig glob
SomeoneToIgnore
committed
1a93651
Copy full SHA for 1a93651
Commits on Sep 23, 2024
Small fixes
SomeoneToIgnore
committed
536ac47
Copy full SHA for 536ac47
Fix the test
SomeoneToIgnore
committed
b24723a
Copy full SHA for b24723a
Less clones
SomeoneToIgnore
committed
b82c5ce
Copy full SHA for b82c5ce
Resolve completion items
SomeoneToIgnore
committed
ecae5a8
Copy full SHA for ecae5a8
Omit completion fields to be resolved later
SomeoneToIgnore
committed
cc2686c
Copy full SHA for cc2686c
Prepare for omittiong parts of completion data that need to be resolved
SomeoneToIgnore
committed
008d513
Copy full SHA for 008d513
Commits on Mar 11, 2024
Stop eagerly resolving inlay hint text edits for VSCode
Show description for 57a0ad4
SomeoneToIgnore
authored and
Veykril
committed
57a0ad4
Copy full SHA for 57a0ad4
Commits on Jan 27, 2024
Do not return code lens data after resolving
SomeoneToIgnore
committed
ad5e2cf
Copy full SHA for ad5e2cf
Commits on Dec 11, 2023
Search for parent blocks and items when resolving inlay hints
SomeoneToIgnore
committed
8ae42b5
Copy full SHA for 8ae42b5
Query for nearest parent block around the hint to resolve
Show description for be6d34b
SomeoneToIgnore
committed
be6d34b
Copy full SHA for be6d34b
Commits on Sep 19, 2023
Use proper editor name
SomeoneToIgnore
committed
f9fac02
Copy full SHA for f9fac02
Do not resolve inlayHint.textEdit for VSCode client
Show description for 1841192
SomeoneToIgnore
committed
1841192
Copy full SHA for 1841192
Commits on Sep 2, 2023
Omit hint resolve data better
Show description for 7f450da
SomeoneToIgnore
committed
7f450da
Copy full SHA for 7f450da
Provide resolve data only when it can actually be resolved
SomeoneToIgnore
committed
7b3dba5
Copy full SHA for 7b3dba5
Ensure resolved hint's file exists
SomeoneToIgnore
committed
caf0185
Copy full SHA for caf0185
Simplify InlayFieldsToResolve handling
SomeoneToIgnore
committed
10464c7
Copy full SHA for 10464c7
Resolve inlay hint data
Show description for e07fbab
SomeoneToIgnore
committed
e07fbab
Copy full SHA for e07fbab
Commits on Sep 1, 2023
Use proper assertion in on-type formatting edits
Show description for da78617
SomeoneToIgnore
and
DropDemBits
committed
da78617
Copy full SHA for da78617
On type format '(', by adding closing ')' automatically
SomeoneToIgnore
committed
0f1cde7
Copy full SHA for 0f1cde7
Pagination
Previous
Next
You can’t perform that action at this time.