132 Commits

Author SHA1 Message Date
hl-valdemar c2343b54bb usize indexing only 2026-08-11 20:38:38 +02:00
hl-valdemar fa53ca2219 conditionally unwrapping while loops 2026-08-11 20:05:55 +02:00
hl-valdemar ba6052eef3 move hide behind @ and specify with : 2026-08-10 23:25:55 +02:00
hl-valdemar 5244bfbf1b improve error messages 2026-08-09 22:42:02 +02:00
hl-valdemar 8785912b73 file-local / package-local decls 2026-08-09 17:18:41 +02:00
hl-valdemar a7a32894f3 error inference in fallible functions 2026-08-09 16:18:10 +02:00
hl-valdemar 572ffe7d07 fallible main 2026-08-09 15:08:20 +02:00
hl-valdemar 729488e702 structs as errors in fallibles 2026-08-08 22:49:55 +02:00
hl-valdemar e0f1d2d7cb improve int/float type resolution 2026-08-08 22:38:13 +02:00
hl-valdemar 081a3fd5df mutable decl syntax change 2026-08-05 21:49:12 +02:00
hl-valdemar 88b94197c9 better try/catch fallback 2026-08-05 20:55:00 +02:00
hl-valdemar aadce94b42 yield type check against yield target 2026-08-05 17:35:33 +02:00
hl-valdemar 9e79d6692b rename expand to inline 2026-08-02 21:14:49 +02:00
hl-valdemar c92723bc14 support shorthand enums in value-if 2026-08-02 19:45:30 +02:00
hl-valdemar f25f76adff refine distinct construction semantics 2026-08-02 19:14:59 +02:00
hl-valdemar b9526b5f06 disambiguate enum blocks and complete distinct type operations 2026-08-02 15:27:43 +02:00
hl-valdemar 91aa601464 fix(checker): infer return match calls 2026-08-01 23:59:11 +02:00
hl-valdemar f267e8c3cb package-private visibility 2026-08-01 23:22:14 +02:00
hl-valdemar 304880a9aa bug fix 2026-08-01 22:03:08 +02:00
hl-valdemar 96275121be fix: bug hunt 2026-07-24 23:56:30 +02:00
hl-valdemar 8b50eb7606 whole-function comptime folding for zero-runtime value calls 2026-07-23 09:44:24 +02:00
hl-valdemar 21ff291788 fix comptime yield targeting 2026-07-22 12:12:44 +02:00
hl-valdemar ec5880e757 caller-context comptime preservation 2026-07-22 11:36:12 +02:00
hl-valdemar 07e89e23e1 array reflection 2026-07-22 11:13:46 +02:00
hl-valdemar 0d04925b3a remove undefined global constraint 2026-07-22 02:46:29 +02:00
hl-valdemar 63f000dd42 weak contextual string-literal inference 2026-07-22 02:32:47 +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 5f343ad2d3 unify catch fallback value sources 2026-07-22 00:39:01 +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 1619ea98a3 preserve active comptime state in local type declarations 2026-07-21 22:58:44 +02:00
hl-valdemar dd00af7731 memcopy! and memset! intrinsics 2026-07-21 21:57:27 +02:00
hl-valdemar 297f2e3078 struct field declared type inference 2026-07-20 16:51:50 +02:00
hl-valdemar ad4802a270 preserve global resolved type properly 2026-07-20 16:11:36 +02:00
hl-valdemar 05aa7d084a make record fields resolve type-factory calls before runtime validation 2026-07-20 16:05:28 +02:00
hl-valdemar ec36b6b861 fix optional-presence comparison 2026-07-20 15:46:04 +02:00
hl-valdemar deab47e75e finite-domain enum return analysis 2026-07-20 15:13:26 +02:00
hl-valdemar 10abba54a5 comptime-state propagation through generated struct field resolution 2026-07-20 08:38:52 +02:00
hl-valdemar 59bbb197e0 struct type construction 2026-07-19 23:38:10 +02:00
hl-valdemar 95f90cc306 close some gaps in the type system 2026-07-19 01:44:06 +02:00
hl-valdemar c7e3162ecb bitwise operations 2026-07-19 00:45:51 +02:00
hl-valdemar 9eb7476522 default struct fields 2026-07-18 16:33:31 +02:00
hl-valdemar e889a99e55 bare func declaration identities (comptime) 2026-07-18 14:29:03 +02:00
hl-valdemar 85693e57e1 function values as comptime params 2026-07-18 10:31:17 +02:00
hl-valdemar 9f433af724 preserve application and error inference in test builds 2026-07-18 00:46:05 +02:00
hl-valdemar ef91f13e7b unsigned integer constraint (uint) 2026-07-18 00:17:13 +02:00
hl-valdemar b09787029d native test framework 2026-07-18 00:12:12 +02:00
hl-valdemar 97f1c06057 comptime expandable match statements 2026-07-17 14:40:18 +02:00
hl-valdemar 1f25e6cd1d better comptime match-statement support 2026-07-16 09:01:44 +02:00