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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
kitlang-dev
/
kitc
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
12
Code
Issues
2
Pull requests
0
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Actions: kitlang-dev/kitc
Actions
All workflows
Workflows
Rust
Rust
Show more workflows...
Management
Caches
All workflows
All workflows
Actions
Loading...
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading.
Please reload this page
.
will be ignored since log searching is not yet available
Showing runs from all workflows
will be ignored since log searching is not yet available
132 workflow runs
132 workflow runs
Workflow
Filter by Workflow
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching workflows.
Event
Filter by Event
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching events.
Status
Filter by Status
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching statuses.
Branch
Filter by Branch
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching branches.
Actor
Filter by Actor
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching users.
fix: gate msvc call in translate_user_flags with #[cfg(windows)]
Rust
#146:
Commit
6b1ee96
pushed by
walker84837
1m 57s
main
main
1m 57s
View workflow file
chore: move .obj outputs to build dir when using MSVC
Rust
#145:
Commit
0364310
pushed by
walker84837
33s
main
main
33s
View workflow file
feat: detect and use cl.exe for compilation correctly
Rust
#144:
Commit
04888e9
pushed by
walker84837
37s
main
main
37s
View workflow file
refactor(compiler): extract into shared crate
Rust
#143:
Commit
ee87390
pushed by
walker84837
2m 16s
main
main
2m 16s
View workflow file
refactor(ast): restructure Expr/Stmt metadata
Rust
#142:
Commit
109269b
pushed by
walker84837
1m 28s
main
main
1m 28s
View workflow file
fix(inference): infer C interop return types
Rust
#141:
Commit
b595236
pushed by
walker84837
1m 39s
main
main
1m 39s
View workflow file
feat(codegen): add deterministic hash to headers
Rust
#140:
Commit
c72efd2
pushed by
walker84837
1m 37s
main
main
1m 37s
View workflow file
fix: resolve path and type inference issues
Rust
#139:
Commit
56639f4
pushed by
walker84837
1m 38s
main
main
1m 38s
View workflow file
refactor(codegen): simplify pattern matching logic
Rust
#138:
Commit
4cacb43
pushed by
walker84837
1m 38s
main
main
1m 38s
View workflow file
refactor: unify compiler error handling and parser modules
Rust
#137:
Commit
4979f97
pushed by
walker84837
1m 57s
main
main
1m 57s
View workflow file
refactor(parser): improve error context reporting
Rust
#136:
Commit
22a37b9
pushed by
walker84837
1m 58s
main
main
1m 58s
View workflow file
Replace pest expr grammar with a Pratt parser & add 1st-class func su…
Rust
#135:
Commit
73f08b1
pushed by
walker84837
2m 20s
main
main
2m 20s
View workflow file
Replace pest expression grammar with a Pratt parser and add first-class function support
Rust
#134:
Pull request
#13
opened by
walker84837
1m 37s
feature/pratt-parser-for-expr
feature/pratt-parser-for-expr
1m 37s
View #13
View workflow file
feat: add array indexing
Rust
#133:
Commit
c2c2910
pushed by
walker84837
1m 28s
main
main
1m 28s
View workflow file
feat!: implement support for array literals
Rust
#132:
Commit
3f9003f
pushed by
walker84837
1m 43s
main
main
1m 43s
View workflow file
refactor(lexer): replace logos with pest lexing
Rust
#131:
Commit
116837c
pushed by
walker84837
1m 26s
main
main
1m 26s
View workflow file
feat: add char literals and typedef support
Rust
#130:
Commit
3a5a8bf
pushed by
walker84837
1m 30s
main
main
1m 30s
View workflow file
refactor(codegen): introduce CodegenCtx pipeline
Rust
#129:
Commit
f2fda6f
pushed by
walker84837
1m 37s
main
main
1m 37s
View workflow file
refactor(codegen): remove flat C output pipeline
Rust
#128:
Commit
502e619
pushed by
walker84837
1m 35s
main
main
1m 35s
View workflow file
docs(codegen): clarify comments & inference
Rust
#127:
Commit
6031c28
pushed by
walker84837
1m 39s
main
main
1m 39s
View workflow file
feat(compiler): enum init & type inference
Rust
#126:
Commit
b477f02
pushed by
walker84837
2m 22s
main
main
2m 22s
View workflow file
chore(tests): run enum_partial test
Rust
#125:
Commit
a16b42f
pushed by
walker84837
1m 25s
main
main
1m 25s
View workflow file
refactor(inference): split expr inference helpers
Rust
#124:
Commit
3b9a3ce
pushed by
walker84837
2m 51s
main
main
2m 51s
View workflow file
refactor(parser): replace unwraps with error propagation
Rust
#123:
Commit
fdba54f
pushed by
walker84837
1m 32s
main
main
1m 32s
View workflow file
refactor: deduplicate metadata test helpers
Rust
#122:
Commit
e08e381
pushed by
walker84837
1m 38s
main
main
1m 38s
View workflow file
Previous
1
2
3
4
5
6
Next
You can’t perform that action at this time.