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 }}
BlockstreamResearch
/
simfmt
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
3
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Init Rust project
- #1
#1
Merged
ikripaka
merged 36 commits into
master
BlockstreamResearch/simfmt:master
from
dev
BlockstreamResearch/simfmt:dev
Copy head branch name to clipboard
Aug 24, 2026
Conversation
Commits
36
(36)
Checks
Files changed
Merged
Init Rust project
#1
ikripaka
merged 36 commits into
master
BlockstreamResearch/simfmt:master
from
dev
BlockstreamResearch/simfmt:dev
Copy head branch name to clipboard
Commits
Commits on Jul 17, 2026
Init Rust project
ikripaka
committed
cc164f5
View commit details
Copy full SHA for cc164f5
Browse repository at this point
add ui tests and deps
ikripaka
committed
2e16858
View commit details
Copy full SHA for 2e16858
Browse repository at this point
Commits on Jul 20, 2026
add more ui tests
ikripaka
committed
9045f29
View commit details
Copy full SHA for 9045f29
Browse repository at this point
Commits on Jul 21, 2026
Add core implementation of cli and move code from `simplefmt` repo
ikripaka
committed
2d0907b
View commit details
Copy full SHA for 2d0907b
Browse repository at this point
Refactor exising code
ikripaka
committed
adb3ce5
View commit details
Copy full SHA for adb3ce5
Browse repository at this point
Commits on Jul 22, 2026
Fix --check command and printing of values
Show description for 44b32a5
ikripaka
committed
44b32a5
View commit details
Copy full SHA for 44b32a5
Browse repository at this point
edit tests, fix newline error detection on check
ikripaka
committed
14ecc03
View commit details
Copy full SHA for 14ecc03
Browse repository at this point
improve formatting
Show description for b916bf2
ikripaka
committed
b916bf2
View commit details
Copy full SHA for b916bf2
Browse repository at this point
Commits on Jul 23, 2026
align code with recent changes in enums and diagnosis errors
ikripaka
committed
5473017
View commit details
Copy full SHA for 5473017
Browse repository at this point
Commits on Jul 24, 2026
fix linting
ikripaka
committed
f82d890
View commit details
Copy full SHA for f82d890
Browse repository at this point
update clippy command in the CI
ikripaka
committed
48d0019
View commit details
Copy full SHA for 48d0019
Browse repository at this point
Commits on Jul 27, 2026
Add additional tests and align parsing api
Show description for 4633ba2
ikripaka
committed
4633ba2
View commit details
Copy full SHA for 4633ba2
Browse repository at this point
Commits on Jul 28, 2026
Adapt code to recent changes
ikripaka
committed
1ba0277
View commit details
Copy full SHA for 1ba0277
Browse repository at this point
Commits on Jul 30, 2026
add cli check to check argumetns after overriding them
ikripaka
committed
d13f33d
View commit details
Copy full SHA for d13f33d
Browse repository at this point
fix ui tests
Show description for 13880ff
ikripaka
committed
13880ff
View commit details
Copy full SHA for 13880ff
Browse repository at this point
Commits on Aug 3, 2026
add README.md
ikripaka
committed
7a6fcd2
View commit details
Copy full SHA for 7a6fcd2
Browse repository at this point
add ui test for trailling comas in tuples
ikripaka
committed
27398b4
View commit details
Copy full SHA for 27398b4
Browse repository at this point
Commits on Aug 4, 2026
Preserve literal values for underscored decimals, Fix tests and formatting mistakes
Show description for 6d55338
ikripaka
committed
6d55338
View commit details
Copy full SHA for 6d55338
Browse repository at this point
Commits on Aug 5, 2026
Fix lints, add tests
Show description for e72ebfd
ikripaka
committed
e72ebfd
View commit details
Copy full SHA for e72ebfd
Browse repository at this point
Commits on Aug 6, 2026
Refactor doc, remove collection of edits to inject comments dynamically
Show description for e239e47
ikripaka
committed
e239e47
View commit details
Copy full SHA for e239e47
Browse repository at this point
Commits on Aug 7, 2026
Add cargo deny check
ikripaka
committed
7b9fe95
View commit details
Copy full SHA for 7b9fe95
Browse repository at this point
Update toml files
ikripaka
committed
38b4ca4
View commit details
Copy full SHA for 38b4ca4
Browse repository at this point
Add CHANGELOG.md, CODE_OF_CONDUCT.md, CONTRIBUTING.md
ikripaka
committed
c5bf56e
View commit details
Copy full SHA for c5bf56e
Browse repository at this point
Edit issue templates
ikripaka
committed
26267a6
View commit details
Copy full SHA for 26267a6
Browse repository at this point
Add workflows and cli utils for running simfmt in ci
ikripaka
committed
5af959e
View commit details
Copy full SHA for 5af959e
Browse repository at this point
Fix error naming in simfmt
ikripaka
committed
0204f46
View commit details
Copy full SHA for 0204f46
Browse repository at this point
Edit docs
Show description for 11c1c20
ikripaka
committed
11c1c20
View commit details
Copy full SHA for 11c1c20
Browse repository at this point
Commits on Aug 10, 2026
Change simplicityhl deps onto master one
ikripaka
committed
0d1f860
View commit details
Copy full SHA for 0d1f860
Browse repository at this point
Merge pull request #2 from BlockstreamResearch/feat/impl
Show description for fea6ec6
ikripaka
authored
fea6ec6
View commit details
Copy full SHA for fea6ec6
Browse repository at this point
Commits on Aug 12, 2026
Crates polishing (#5)
Show description for b81e9e5
ikripaka
authored
b81e9e5
View commit details
Copy full SHA for b81e9e5
Browse repository at this point
restore previous logic with match arms (#6)
ikripaka
authored
93a61a3
View commit details
Copy full SHA for 93a61a3
Browse repository at this point
fix public visibility naming (#7)
ikripaka
authored
f151fbd
View commit details
Copy full SHA for f151fbd
Browse repository at this point
Commits on Aug 13, 2026
Add cmr check for contracts (#8)
ikripaka
authored
8536684
View commit details
Copy full SHA for 8536684
Browse repository at this point
Commits on Aug 24, 2026
Update date in CHANGELOG.md
ikripaka
committed
a11e790
View commit details
Copy full SHA for a11e790
Browse repository at this point
Update simplicityhl deps (#9)
ikripaka
authored
9836c21
View commit details
Copy full SHA for 9836c21
Browse repository at this point
Update readmes (#10)
ikripaka
committed
538ae40
View commit details
Copy full SHA for 538ae40
Browse repository at this point
You can’t perform that action at this time.