40 Commits

Author SHA1 Message Date
hl-valdemar fa53ca2219 conditionally unwrapping while loops 2026-08-11 20:05:55 +02:00
hl-valdemar 07e89e23e1 array reflection 2026-07-22 11:13:46 +02:00
hl-valdemar 8e153fa84e refine returned match errors 2026-07-22 02:07:51 +02:00
hl-valdemar 9c6215776e add constcast and immutable free 2026-07-22 00:44:47 +02:00
hl-valdemar 17508ff751 add noreturn and unreachable 2026-07-22 00:30:13 +02:00
hl-valdemar 402871ef7a rename none to null 2026-07-22 00:07:42 +02:00
hl-valdemar dd00af7731 memcopy! and memset! intrinsics 2026-07-21 21:57:27 +02:00
hl-valdemar c7e3162ecb bitwise operations 2026-07-19 00:45:51 +02:00
hl-valdemar 97f1c06057 comptime expandable match statements 2026-07-17 14:40:18 +02:00
hl-valdemar 0b0b00a050 bug fixes 2026-07-13 23:56:55 +02:00
hl-valdemar 6de4d9f9f3 errdefer and try/defer fix 2026-07-13 19:57:23 +02:00
hl-valdemar 288df082e2 io interface (first pass) 2026-07-13 18:04:07 +02:00
hl-valdemar 2ed333c70d enforce integer division via explicit builtins 2026-07-13 18:04:07 +02:00
hl-valdemar b0c716537e bug fixes 2026-07-12 13:04:20 +02:00
hl-valdemar 95c61311ca allocator interface (first pass) 2026-07-07 16:20:51 +02:00
hl-valdemar 870f946b52 fix interop and indexing oversights 2026-07-01 22:12:22 +02:00
hl-valdemar 7ca7e33033 fallible ergonomics 2026-06-30 20:40:40 +02:00
hl-valdemar ae5af37b85 error handling kickoff 2026-06-30 19:38:28 +02:00
hl-valdemar 462632554c match statements 2026-06-29 08:16:17 +02:00
hl-valdemar eaa66511a0 block labels 2026-06-28 08:51:28 +02:00
hl-valdemar 81ae939bf0 break and continue in loops 2026-06-27 03:36:31 +02:00
hl-valdemar e0b6f6049c c bool support and c-integer coercion 2026-06-25 17:54:23 +02:00
hl-valdemar f16f352d1e distinct type aliasing 2026-06-23 18:24:36 +02:00
hl-valdemar 6512ccd543 compound assignment 2026-06-23 18:24:36 +02:00
hl-valdemar 663f4dc658 condtional multi-unwrap and guard clauses 2026-06-23 18:24:36 +02:00
hl-valdemar 27f42dd253 for loops 2026-06-23 18:24:36 +02:00
hl-valdemar 380b5943b3 while loops 2026-06-23 18:24:36 +02:00
hl-valdemar c90ada608e booleans, comparisons, and if/else 2026-06-23 18:24:36 +02:00
hl-valdemar 19e9fbdd4b extern variables and object-like macro consts 2026-06-23 18:24:36 +02:00
hl-valdemar f5605fd3ec function pointers and callbacks 2026-06-23 18:24:35 +02:00
hl-valdemar 3b7c3fcbd0 sentinel pointers and c strings 2026-06-23 18:24:35 +02:00
hl-valdemar 2d3d0bd266 c variadic calls 2026-06-23 18:24:35 +02:00
hl-valdemar 638ca57f5c restricted c header imports 2026-06-23 18:24:35 +02:00
hl-valdemar 4e860b033e c interop type foundation 2026-06-23 18:24:35 +02:00
hl-valdemar 94e56f6888 unary minus 2026-06-12 18:07:21 +02:00
hl-valdemar 4112b79c6b compact compiler ids and spans to reduce memory usage 2026-06-12 18:07:21 +02:00
hl-valdemar 99ba907f59 harden compiler parsing, recovery, and deep-expression handling 2026-06-12 18:07:21 +02:00
hl-valdemar a5ceb727c1 manual c function interop 2026-06-12 18:07:21 +02:00
hl-valdemar cdbe4fbc99 intern identifiers 2026-06-10 21:46:26 +02:00
hl-valdemar 087fdb45d5 initial draft 2026-06-09 23:05:28 +02:00