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 }}
adonovan
/
dominikh-tools
Public
forked from
dominikh/go-tools
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
lex-coroutine
User selector
All users
All time
Commit history
Commits on Dec 30, 2025
Update pattern/parser.go
dominikh
authored
4696066
View commit details
Copy full SHA for 4696066
Browse repository at this point
Commits on Dec 10, 2025
pattern: run lexer in a lightweight coroutine
Show description for 809279f
adonovan
committed
809279f
View commit details
Copy full SHA for 809279f
Browse repository at this point
Commits on Oct 22, 2025
SA4003: skip generated files
Show description for 8273271
dominikh
committed
8273271
View commit details
Copy full SHA for 8273271
Browse repository at this point
Commits on Oct 9, 2025
QF1012: support implicit address-taking
Show description for e1d6482
dominikh
and
adonovan
committed
e1d6482
View commit details
Copy full SHA for e1d6482
Browse repository at this point
Commits on Oct 8, 2025
QF1008: don't offer to delete all embedded fields from selector
Show description for 883987a
dominikh
committed
883987a
View commit details
Copy full SHA for 883987a
Browse repository at this point
Commits on Sep 14, 2025
SA1027: add s390x support to test file
QuLogic
authored and
dominikh
committed
dc472b1
View commit details
Copy full SHA for dc472b1
Browse repository at this point
Commits on Sep 1, 2025
knowledge: add deprecated for Go 1.25
dominikh
committed
14a8a66
View commit details
Copy full SHA for 14a8a66
Browse repository at this point
Commits on Aug 14, 2025
knowledge: mark most functions of crypto/elliptic.Curve as deprecated
Show description for a33fd7f
dominikh
committed
a33fd7f
View commit details
Copy full SHA for a33fd7f
Browse repository at this point
Commits on Aug 8, 2025
Replace most uses of code.PreorderStack with Cursor
dominikh
committed
142b502
View commit details
Copy full SHA for 142b502
Browse repository at this point
SA4000: don't flag var _ = T{} == T{}
Show description for 92b8d8b
dominikh
committed
92b8d8b
View commit details
Copy full SHA for 92b8d8b
Browse repository at this point
SA4000: fix detection of structs containing floats
Show description for 85d00d0
dominikh
committed
85d00d0
View commit details
Copy full SHA for 85d00d0
Browse repository at this point
SA4000: add functions from math/rand/v2
dominikh
committed
9a5b3c7
View commit details
Copy full SHA for 9a5b3c7
Browse repository at this point
Commits on Jul 8, 2025
SA1026: don't panic trying to marshal named function
Show description for ba737e5
dominikh
committed
ba737e5
View commit details
Copy full SHA for ba737e5
Browse repository at this point
Commits on Jun 11, 2025
go/ir: pop targets stack on range-over-func
Show description for d910512
dominikh
committed
d910512
View commit details
Copy full SHA for d910512
Browse repository at this point
Commits on May 23, 2025
ST1013: reimplement using pattern matching
dominikh
committed
bbc2f4d
View commit details
Copy full SHA for bbc2f4d
Browse repository at this point
SA5004: reimplement using pattern matching
dominikh
committed
bc29d79
View commit details
Copy full SHA for bc29d79
Browse repository at this point
SA3001: reimplement using pattern matching
dominikh
committed
3043378
View commit details
Copy full SHA for 3043378
Browse repository at this point
SA1016: reimplement using pattern matching
dominikh
committed
d1b64d2
View commit details
Copy full SHA for d1b64d2
Browse repository at this point
SA1006: reimplement using pattern matching
dominikh
committed
a2ae089
View commit details
Copy full SHA for a2ae089
Browse repository at this point
analysis/code: accept multiple queries in Matches
dominikh
committed
1b9e1ac
View commit details
Copy full SHA for 1b9e1ac
Browse repository at this point
SA1005: reimplement using pattern matching
dominikh
committed
9405c6c
View commit details
Copy full SHA for 9405c6c
Browse repository at this point
SA1001: reimplement using pattern matching
dominikh
committed
d0fa76a
View commit details
Copy full SHA for d0fa76a
Browse repository at this point
S1035: reimplement using pattern matching
dominikh
committed
c231247
View commit details
Copy full SHA for c231247
Browse repository at this point
S1007: reimplement using pattern matching
dominikh
committed
3f9c1e6
View commit details
Copy full SHA for 3f9c1e6
Browse repository at this point
S1009: reimplement using pattern matching
dominikh
committed
11d1eb5
View commit details
Copy full SHA for 11d1eb5
Browse repository at this point
analysis/code: add functions to iterate over matches efficiently
Show description for 0b5d4ec
dominikh
committed
0b5d4ec
View commit details
Copy full SHA for 0b5d4ec
Browse repository at this point
pattern: collect symbols for efficient call expression matching
Show description for 18de8b8
dominikh
committed
18de8b8
View commit details
Copy full SHA for 18de8b8
Browse repository at this point
Commits on May 22, 2025
pattern: compute required symbols for a pattern
Show description for de2104d
dominikh
committed
de2104d
View commit details
Copy full SHA for de2104d
Browse repository at this point
SA4030: also check math/rand/v2
dominikh
committed
3f9d394
View commit details
Copy full SHA for 3f9d394
Browse repository at this point
QF1004: rewrite using typeindex
Show description for a0e5b29
dominikh
committed
a0e5b29
View commit details
Copy full SHA for a0e5b29
Browse repository at this point
Import typeindex from x/tools
Show description for 1d7a80a
dominikh
committed
1d7a80a
View commit details
Copy full SHA for 1d7a80a
Browse repository at this point
Commits on May 21, 2025
ST1003: flag package name, not entire file
dominikh
committed
373b30e
View commit details
Copy full SHA for 373b30e
Browse repository at this point
Commits on May 11, 2025
go/loader: remove custom version check
Show description for 6383285
dominikh
committed
6383285
View commit details
Copy full SHA for 6383285
Browse repository at this point
Modernize code
dominikh
committed
a367760
View commit details
Copy full SHA for a367760
Browse repository at this point
Replace interface{} with any
dominikh
committed
72775f3
View commit details
Copy full SHA for 72775f3
Browse repository at this point
Previous
Next
You can’t perform that action at this time.