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: Add dedicated whitespace module
- #120
#120
Merged
ngeor
merged 15 commits into
master
ngeor/rusty-basic:master
from
opt-whitespace
ngeor/rusty-basic:opt-whitespace
Copy head branch name to clipboard
Feb 14, 2026
Conversation
Commits
15
(15)
Checks
Files changed
Merged
refactor: Add dedicated whitespace module
#120
ngeor
merged 15 commits into
master
ngeor/rusty-basic:master
from
opt-whitespace
ngeor/rusty-basic:opt-whitespace
Copy head branch name to clipboard
Commits
Commits on Feb 14, 2026
Removed obsolete TODOs
ngeor
committed
6edda8a
View commit details
Copy full SHA for 6edda8a
Browse repository at this point
Moved whitespace related parsers to a new module `whitespace` under `pc_specific`.
Show description for 19e9bb0
ngeor
committed
19e9bb0
View commit details
Copy full SHA for 19e9bb0
Browse repository at this point
Removed the PaddedByWs trait, replaced it with a function
ngeor
committed
393cffd
View commit details
Copy full SHA for 393cffd
Browse repository at this point
Removed the unused whitespace function
ngeor
committed
b37c87b
View commit details
Copy full SHA for b37c87b
Browse repository at this point
Added lead_ws and lead_opt_ws functions
ngeor
committed
1d3a1af
View commit details
Copy full SHA for 1d3a1af
Browse repository at this point
use lead_ws in a few cases
ngeor
committed
df8e575
View commit details
Copy full SHA for df8e575
Browse repository at this point
use lead_ws in a few cases
ngeor
committed
313b496
View commit details
Copy full SHA for 313b496
Browse repository at this point
use lead_ws and lead_opt_ws a bit more
ngeor
committed
94c0e73
View commit details
Copy full SHA for 94c0e73
Browse repository at this point
Adding demand_ws and demand_lead_ws functions
ngeor
committed
74a1bf2
View commit details
Copy full SHA for 74a1bf2
Browse repository at this point
Added function demand_lead_ws_ctx to deal with SetContext being a different trait
ngeor
committed
79cf3fa
View commit details
Copy full SHA for 79cf3fa
Browse repository at this point
Removed opt_and_keep_right
ngeor
committed
f525012
View commit details
Copy full SHA for f525012
Browse repository at this point
Removed opt_and
ngeor
committed
ab12e7b
View commit details
Copy full SHA for ab12e7b
Browse repository at this point
Created dedicated parser IgnoringParser for skipping whitespace
ngeor
committed
a0a46c6
View commit details
Copy full SHA for a0a46c6
Browse repository at this point
Revert "Created dedicated parser IgnoringParser for skipping whitespace"
Show description for 3439529
ngeor
committed
3439529
View commit details
Copy full SHA for 3439529
Browse repository at this point
fix build after rebase
ngeor
committed
a2205de
View commit details
Copy full SHA for a2205de
Browse repository at this point
You can’t perform that action at this time.