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 }}
septract
/
lean-c-semantics
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
5
Code
Issues
0
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Cn types - v2
- #9
#9
Open
septract
wants to merge 27 commits into
main
septract/lean-c-semantics:main
from
cn-types
septract/lean-c-semantics:cn-types
Copy head branch name to clipboard
Conversation
Commits
27
(27)
Checks
Files changed
Open
Cn types - v2
#9
septract
wants to merge 27 commits into
main
septract/lean-c-semantics:main
from
cn-types
septract/lean-c-semantics:cn-types
Copy head branch name to clipboard
Commits
Commits on Feb 19, 2026
Fix C1/C5/C7 audit issues: integer types, PEwrapI operator, PEundef obligations (42/46)
Show description for 14eb04d
septract
and
claude
committed
14eb04d
View commit details
Copy full SHA for 14eb04d
Browse repository at this point
Implement C2: CN pointer algebraic datatype in SMT encoding (42/46)
Show description for c69c1aa
septract
and
claude
committed
c69c1aa
View commit details
Copy full SHA for c69c1aa
Browse repository at this point
Fix C3 unit encoding, add pointer arithmetic elaboration (42→43/46)
Show description for f8ffc6a
septract
and
claude
committed
f8ffc6a
View commit details
Copy full SHA for f8ffc6a
Browse repository at this point
Implement C4: struct SMT support, resource unpacking/repacking, tag resolution (43/46)
Show description for e1f4600
septract
and
claude
committed
e1f4600
View commit details
Copy full SHA for e1f4600
Browse repository at this point
H4 fall-through defaults, H1 structMember type inference, C6 overflow checking, parser multi-requires fix (43→44/46)
Show description for 7f28e11
septract
and
claude
committed
7f28e11
View commit details
Copy full SHA for 7f28e11
Browse repository at this point
M2 representable/aligned constraints, H7 sym_eqs, SmtLib representable expansion, add CN tests to CI (44→45/46)
Show description for f0f91f2
septract
and
claude
committed
f0f91f2
View commit details
Copy full SHA for f0f91f2
Browse repository at this point
Phase 7: Add 36 new CN tests (054-089) from CN suite, cn-tutorial, and custom
Show description for 883c438
septract
and
claude
committed
883c438
View commit details
Copy full SHA for 883c438
Browse repository at this point
Phase 7b: optional resource types, bitwise ops, CN builtins, % rem fix (78/82 tests)
Show description for cc283a2
septract
and
claude
committed
cc283a2
View commit details
Copy full SHA for cc283a2
Browse repository at this point
CN test performance: add --nolibc/--libc-only flags, rename libc tests
Show description for a38314e
septract
and
claude
committed
a38314e
View commit details
Copy full SHA for a38314e
Browse repository at this point
Fix SmtLib for sizeof/structOffsets Except return types after rebase
Show description for e5911cf
septract
and
claude
committed
e5911cf
View commit details
Copy full SHA for e5911cf
Browse repository at this point
Normalize test_cn.sh output: one-line-per-test format, match test_interp patterns
Show description for 5a47876
septract
and
claude
committed
5a47876
View commit details
Copy full SHA for 5a47876
Browse repository at this point
H5: Inline SMT solver during type checking, with CN-aligned review fixes
Show description for 2458e79
septract
and
claude
committed
2458e79
View commit details
Copy full SHA for 2458e79
Browse repository at this point
Switch SMT solver from Z3 to cvc5, fix inline solver parameter declarations
Show description for c23763a
septract
and
claude
committed
c23763a
View commit details
Copy full SHA for c23763a
Browse repository at this point
Fix nested struct resource repacking, add DIVERGES-FROM-CN/FIXME conventions
Show description for 226445f
septract
and
claude
committed
226445f
View commit details
Copy full SHA for 226445f
Browse repository at this point
CN audit Wave 1: SMT fixes, simplification, derived constraints, alpha-renaming
Show description for 3ce7320
septract
and
claude
committed
3ce7320
View commit details
Copy full SHA for 3ce7320
Browse repository at this point
CN audit Wave 2: pointer memops, pexpr cases, ghost parameters
Show description for b86e2b2
septract
and
claude
committed
b86e2b2
View commit details
Copy full SHA for b86e2b2
Browse repository at this point
Implement SeqRMW type checking with lazy muCore param slot handling
Show description for e950a7c
septract
and
claude
committed
e950a7c
View commit details
Copy full SHA for e950a7c
Browse repository at this point
Commits on Feb 20, 2026
Ghost statement detection + symbol resolution + SMT preamble fix
Show description for 9da903b
septract
and
claude
committed
9da903b
View commit details
Copy full SHA for 9da903b
Browse repository at this point
CN audit Wave 3: loop invariants, global accesses, ghost params, array matching
Show description for 4342960
septract
and
claude
committed
4342960
View commit details
Copy full SHA for 4342960
Browse repository at this point
Commits on Feb 21, 2026
CN audit Wave 4: ghost extract/focus, QPredicate alpha-renaming, simplification (90/90)
Show description for 86be956
septract
and
claude
committed
86be956
View commit details
Copy full SHA for 86be956
Browse repository at this point
CN audit Wave 5: pointer ops, SMT completeness, representable/good (90/90)
Show description for b7b43e2
septract
and
claude
committed
b7b43e2
View commit details
Copy full SHA for b7b43e2
Browse repository at this point
CN audit Wave 6-7: alpha-renaming fix, 13 new tests (103/103)
Show description for bb089a5
septract
and
claude
committed
bb089a5
View commit details
Copy full SHA for bb089a5
Browse repository at this point
CN audit Phase 2: fix 14 bugs, close 13 gaps, 11 quality improvements (103/103)
Show description for 4171618
septract
and
claude
committed
4171618
View commit details
Copy full SHA for 4171618
Browse repository at this point
CN audit Phase 2b: simplifier context, fresh IDs, QPredicate coverage, splitCase cleanup
Show description for 693b517
septract
and
claude
committed
693b517
View commit details
Copy full SHA for 693b517
Browse repository at this point
Commits on Feb 27, 2026
Fail-never-guess audit: fix 8 silent error swallowing violations (102/103)
Show description for 82daf38
septract
and
claude
committed
82daf38
View commit details
Copy full SHA for 82daf38
Browse repository at this point
Fix loop invariant SMT bug: resolve constraints against output symbols (103/103)
Show description for 5bb8e5d
septract
and
claude
committed
5bb8e5d
View commit details
Copy full SHA for 5bb8e5d
Browse repository at this point
Commits on Jul 29, 2026
WIP: uncommitted working-tree state at pre-wipe backup
Show description for 350621a
septract
and
claude
committed
350621a
View commit details
Copy full SHA for 350621a
Browse repository at this point
You can’t perform that action at this time.