Commit graph

53 commits

Author SHA1 Message Date
Nurul Huda (Apon)
81fcafa67f
chore: move all binding code to abi 2026-01-30 03:01:04 +06:00
Nurul Huda (Apon)
424b437a33
chore: move all binding code to abi 2026-01-30 02:56:20 +06:00
Nurul Huda (Apon)
f4f7c35a23
refactor: abstract abi 2026-01-30 02:51:09 +06:00
Nurul Huda (Apon)
68f2bad1a8
feat(pdt): make overloading ctor 2026-01-28 10:39:52 +06:00
Nurul Huda (Apon)
f0419f34ab
fix: instant/duration complete tc39 alignment 2026-01-28 02:50:48 +06:00
Nurul Huda (Apon)
b0527580c8
test: add some test262 tests 2026-01-27 11:15:49 +06:00
Nurul Huda (Apon)
54013cf3fc
fix: relink libc 2026-01-27 02:46:54 +06:00
Nurul Huda (Apon)
828912bd97
chore: rm src/main.zig 2026-01-27 01:44:29 +06:00
Nurul Huda (Apon)
76c4ee4228
refactor: use extractres wrapper 2026-01-27 00:59:55 +06:00
Nurul Huda (Apon)
9283912529
fix: create zig errror wrapper 2026-01-27 00:31:53 +06:00
Nurul Huda (Apon)
49eb1f4901
fix(zoned): tostring() 2026-01-26 23:30:39 +06:00
Nurul Huda (Apon)
a67d2e932c
fix(zoned): fix timezoneid 2026-01-26 23:22:49 +06:00
Nurul Huda (Apon)
25d16f5671
refactor: remove internal allocator usage 2026-01-26 23:14:43 +06:00
Nurul Huda (Apon)
3000ef85c4
feat(plain): add initial wrapper 2026-01-26 21:50:48 +06:00
Nurul Huda (Apon)
6a8a52640f
chore: properly organize code 2026-01-26 15:44:43 +06:00
Nurul Huda (Apon)
d804953db0
test: add stub tests for all scopes 2026-01-26 15:23:08 +06:00
Nurul Huda (Apon)
162c2fc711
chore: add examples 2026-01-26 15:11:18 +06:00
Nurul Huda (Apon)
9b382eb796
feat(duration): add native zig types 2026-01-26 14:32:32 +06:00
Nurul Huda (Apon)
acbadeb89a
feat: more native zig types 2026-01-26 14:23:31 +06:00
Nurul Huda (Apon)
ca29ace7fa
fix: use Duration instead of abi.c.Duration 2026-01-26 13:35:42 +06:00
Nurul Huda (Apon)
acd7ed05cb
refactor: re-use common types 2026-01-26 13:19:52 +06:00
Nurul Huda (Apon)
8b925553d4
refactor: wrap c enums 2026-01-26 13:18:05 +06:00
Nurul Huda (Apon)
156e260e08
refactor: cabi > abi 2026-01-26 13:04:58 +06:00
Nurul Huda (Apon)
80a510741a
test: improve test printing 2026-01-26 13:00:00 +06:00
Nurul Huda (Apon)
f577120af8
refactor: use diplomatewrite wrapper 2026-01-26 12:55:25 +06:00
Nurul Huda (Apon)
09536870cb
test: make all test decl 2026-01-26 12:48:40 +06:00
Nurul Huda (Apon)
f3c6bcdc30
chore: improve readme 2026-01-26 12:38:42 +06:00
Nurul Huda (Apon)
69faf52da7
fix: use correct path for win 2026-01-26 12:19:32 +06:00
Nurul Huda (Apon)
017be9dfda
ci: enable ci on win 2026-01-26 11:55:10 +06:00
Nurul Huda (Apon)
bec3b3ff1e
chore: include readme 2026-01-26 11:48:42 +06:00
Nurul Huda (Apon)
d03cee8e7a chore: clean build.zig.zon 2026-01-26 11:37:08 +06:00
Nurul Huda (Apon)
46eb39ae26 refactor: use temporal_rs as pkg 2026-01-26 11:34:26 +06:00
Nurul Huda (Apon)
518998fcd8 fix: main() usage of instant 2026-01-24 01:06:26 +06:00
Nurul Huda (Apon)
834d5b7f13 feat(duration): initial impl 2026-01-24 00:57:55 +06:00
Nurul Huda (Apon)
6fe2133cb1 feat(instant): make toString() have proper options 2026-01-24 00:37:35 +06:00
Nurul Huda (Apon)
b5f34b4fed fix(instant): update props to be snake_case 2026-01-24 00:27:50 +06:00
Nurul Huda (Apon)
e42982deda test: check props 2026-01-24 00:01:19 +06:00
Nurul Huda (Apon)
cffa94146e fix(Instant): align with spec 2026-01-23 23:57:14 +06:00
Nurul Huda (Apon)
6da6b893b8 test: make all tests to be decltest 2026-01-23 23:27:32 +06:00
Nurul Huda (Apon)
0d18a9b332 test: add decl tests 2026-01-23 23:18:06 +06:00
Nurul Huda (Apon)
c5051f9795 test: add decl for all methods 2026-01-23 22:58:51 +06:00
Nurul Huda (Apon)
a060dd9ca9 test: bootstrap tests 2026-01-23 22:37:44 +06:00
Nurul Huda (Apon)
417215a1a5 ci: disable win build 2026-01-23 21:29:51 +06:00
Nurul Huda (Apon)
52edac6674 fix: rm msvcrt 2026-01-23 21:21:41 +06:00
Nurul Huda (Apon)
7789ec9d7c fix: add more mssing syslib for win 2026-01-23 21:17:46 +06:00
Nurul Huda (Apon)
d974d8d511 fix: add syslib for win 2026-01-23 21:10:27 +06:00
Nurul Huda (Apon)
bec0413ab9 fix: link syslib in mod 2026-01-23 21:02:26 +06:00
Nurul Huda (Apon)
8a237db6a0 ci: skip tests on windows for now 2026-01-23 20:49:27 +06:00
Nurul Huda (Apon)
50fe59e2d5 fix(linux): link system library 2026-01-23 20:41:10 +06:00
Nurul Huda (Apon)
ea78041e13 fix: link libc 2026-01-23 20:26:46 +06:00