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
Accelerator
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
Type
/
to 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 }}
ngeor
/
rusty-basic
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
11
Code
Issues
13
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
refactor(linter): Moved variable_info to linter
- #123
#123
Merged
ngeor
merged 14 commits into
master
ngeor/rusty-basic:master
from
refactor-linter
ngeor/rusty-basic:refactor-linter
Copy head branch name to clipboard
Feb 27, 2026
Conversation
Commits
14
(14)
Checks
Files changed
Merged
refactor(linter): Moved variable_info to linter
#123
ngeor
merged 14 commits into
master
ngeor/rusty-basic:master
from
refactor-linter
ngeor/rusty-basic:refactor-linter
Copy head branch name to clipboard
Commits
Commits on Feb 23, 2026
Rename NameContext to NameScope
Show description for 333f94d
ngeor
committed
333f94d
View commit details
Copy full SHA for 333f94d
Browse repository at this point
Converted Signature to an enum
ngeor
committed
be0cac1
View commit details
Copy full SHA for be0cac1
Browse repository at this point
Add Global enum member to SubprogramName
ngeor
committed
a025cde
View commit details
Copy full SHA for a025cde
Browse repository at this point
Rename SubprogramName to ScopeName, NameScope to ScopeKind
ngeor
committed
318b6a1
View commit details
Copy full SHA for 318b6a1
Browse repository at this point
Commits on Feb 24, 2026
Removed traits HasSubprograms and HasUserDefinedTypes
ngeor
committed
c7afa73
View commit details
Copy full SHA for c7afa73
Browse repository at this point
Renamed `traits` modules
ngeor
committed
91acfe4
View commit details
Copy full SHA for 91acfe4
Browse repository at this point
Move linter context into core module
ngeor
committed
0df96d8
View commit details
Copy full SHA for 0df96d8
Browse repository at this point
Rename linter Context to LinterContext
ngeor
committed
20525f7
View commit details
Copy full SHA for 20525f7
Browse repository at this point
Removed PreLinterResult
ngeor
committed
7f87d1f
View commit details
Copy full SHA for 7f87d1f
Browse repository at this point
Commits on Feb 26, 2026
Do not use anonymous fields in names module
ngeor
committed
f664c82
View commit details
Copy full SHA for f664c82
Browse repository at this point
Rename "main" to "names_outer"
ngeor
committed
4a83651
View commit details
Copy full SHA for 4a83651
Browse repository at this point
Commits on Feb 27, 2026
Moved variable_info from parser to linter
ngeor
committed
f1380e7
View commit details
Copy full SHA for f1380e7
Browse repository at this point
Re-organized linter modules, moved main lint function inside core module
ngeor
committed
ea756cb
View commit details
Copy full SHA for ea756cb
Browse repository at this point
Fixed clippy warning
ngeor
committed
4f7b547
View commit details
Copy full SHA for 4f7b547
Browse repository at this point
You can’t perform that action at this time.