• Joined on 2023-03-07
nitrix pushed to master at nitrix/fete 2026-03-04 17:47:00 +01:00
1ed379bc1c Add T-5 (API-first tooling) and align spec with new dependency chain
nitrix created pull request nitrix/klang#4 2026-02-24 00:09:02 +01:00
Configure Renovate
nitrix created branch renovate/configure in nitrix/klang 2026-02-24 00:09:01 +01:00
nitrix pushed to renovate/configure at nitrix/klang 2026-02-24 00:09:01 +01:00
ec43962f8d Add renovate.json
nitrix created pull request nitrix/chaosdb#1 2026-02-24 00:08:43 +01:00
Configure Renovate
nitrix pushed to renovate/configure at nitrix/chaosdb 2026-02-24 00:08:43 +01:00
cb65b4ff74 Add renovate.json
nitrix created branch renovate/configure in nitrix/chaosdb 2026-02-24 00:08:43 +01:00
nitrix pushed to master at nitrix/chaosdb 2025-07-13 02:36:27 +02:00
5f9f80edbe more stuff I did
nitrix created branch master in nitrix/chaosdb 2025-07-13 01:46:51 +02:00
nitrix pushed to master at nitrix/chaosdb 2025-07-13 01:46:51 +02:00
867e5e2097 initial commit
nitrix created repository nitrix/chaosdb 2025-07-13 01:46:09 +02:00
nitrix deleted branch feature/char-support from nitrix/klang 2023-03-24 17:03:28 +01:00
nitrix merged pull request nitrix/klang#3 2023-03-24 17:03:24 +01:00
feature/char-support
nitrix pushed to master at nitrix/klang 2023-03-24 17:03:24 +01:00
bcc9f29ff5 Merge pull request 'feature/char-support' (#3) from feature/char-support into master
259ac49981 ContextAnalysis: Make comparing more generous
2aff9b3d0d Char: Add support for chars.
a7e93f4f01 GenASM: Set the bytesToClearFromStack variable earlier
5f0e84198a GenASM+Void: Generate an implicit return
Compare 6 commits »
nitrix created pull request nitrix/klang#3 2023-03-24 00:19:34 +01:00
feature/char-support
nitrix pushed to feature/char-support at nitrix/klang 2023-03-24 00:18:56 +01:00
259ac49981 ContextAnalysis: Make comparing more generous
2aff9b3d0d Char: Add support for chars.
a7e93f4f01 GenASM: Set the bytesToClearFromStack variable earlier
5f0e84198a GenASM+Void: Generate an implicit return
aef2c84fdc Void Type: Fix a problem where calls to void functions were ignored
Compare 5 commits »
nitrix created branch feature/char-support in nitrix/klang 2023-03-24 00:18:56 +01:00
nitrix deleted branch 31-void-type from nitrix/klang 2023-03-23 14:28:30 +01:00
nitrix pushed to master at nitrix/klang 2023-03-23 14:28:25 +01:00
4219f93021 Merge pull request 'Add support for void types' (#2) from 31-void-type into master
7965c89a60 VoidType: Add tests and fix some bugs
26eff47057 Fix typos.
53976615e1 31: Add void type
Compare 4 commits »
nitrix merged pull request nitrix/klang#2 2023-03-23 14:28:24 +01:00
Add support for void types