aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
12 hoursbootstrap: Avoid repetition (and line break) in assertHEADmainSamuel Lidén Borell1-5/+8
12 hoursbootstrap: Fix logical source line longer than 509 charactersSamuel Lidén Borell1-12/+12
7 daysNotes: class sections syntax, restricted type parametersSamuel Lidén Borell2-0/+149
8 daysbootstrap: Fix blake32s on platforms where neither int or long is 32 bitSamuel Lidén Borell2-13/+19
8 daysbootstrap: Fix enum value names of True/False/NoneSamuel Lidén Borell3-12/+12
12 daysNotes: GenericsSamuel Lidén Borell1-0/+21
12 daysNotes: Disallow identity types in static data(?), MutabilitySamuel Lidén Borell4-1/+23
14 daysNotes: Avoding builtin types. Generics.Samuel Lidén Borell2-0/+293
2026-02-21Use uppercase initials / title case for builtin types and valuesSamuel Lidén Borell15-183/+135
2026-02-20Notes: Typescopes, uppercase/lowercase identifiersSamuel Lidén Borell2-0/+132
2026-02-15Beginnings of a specificationSamuel Lidén Borell2-1/+466
2026-02-15bootstrap: Update TODOs: Arrays will be implements as list objectsSamuel Lidén Borell4-9/+6
2026-02-15Notes: Combining lists/arrays and de-combining wrapping/non-wrapping typesSamuel Lidén Borell2-0/+131
2026-02-15bootstrap: Remove unfinished support for nested typesSamuel Lidén Borell3-102/+26
2026-02-15bootstrap: Make core types available in interfaces alsoSamuel Lidén Borell5-1/+14
2026-02-15bootstrap: Rename string.c to escape.c to avoid duplicate filenameSamuel Lidén Borell2-4/+4
2026-02-08tests: Fix outdir location when running from bootstrap/ directorySamuel Lidén Borell1-0/+2
2026-02-08Notes: APIs, implicit declaration, integer types, package registry, etc.Samuel Lidén Borell8-1/+193
2026-02-07bootstrap: More intuitive errors for missing `end` before next functionSamuel Lidén Borell4-6/+11
2026-02-07bootstrap: Implement string comparisonSamuel Lidén Borell8-14/+82
2026-02-07bootstrap: Add String.from_codepointSamuel Lidén Borell3-1/+89
2026-02-07bootstrap: Multi-line assertions are unimplementedSamuel Lidén Borell1-0/+4
2026-02-07bootstrap: Include expression in assertion messagesSamuel Lidén Borell5-8/+39
2026-02-06bootstrap: Include filename in assertion messagesSamuel Lidén Borell4-25/+36
2026-02-06bootstrap: Implement basic help text based on `giveme`sSamuel Lidén Borell1-1/+31
2026-02-06bootstrap: Implement stdout default for WriterSamuel Lidén Borell3-5/+17
2026-02-06bootstrap: Handling of string escapesSamuel Lidén Borell4-4/+104
2026-02-06bootstrap: Fix out-of-bounds read when escaping stringsSamuel Lidén Borell1-7/+9
2026-02-06bootstrap: Fix conflict in `main` with params of preceding functionSamuel Lidén Borell2-0/+10
2026-02-06bootstrap: Improve errors for service type declarations and giveme sectionsSamuel Lidén Borell2-5/+10
2026-02-06bootstrap: Fix clang warning about enum conversionSamuel Lidén Borell1-1/+9
2026-02-01tests: Allow runtests.sh to be run from the bootstrap directorySamuel Lidén Borell1-1/+1
2026-01-31bootstrap: Add constSamuel Lidén Borell4-8/+8
2026-01-31bootstrap: Fix incorrect cast from const to non-constSamuel Lidén Borell1-1/+1
2026-01-31bootstrap: Fix another extranous semicolon in macroSamuel Lidén Borell1-1/+1
2026-01-30tests: Fix file copy error under UnxUtils on ReactOSSamuel Lidén Borell1-1/+2
2026-01-30tests: Also run final executable under ValgrindSamuel Lidén Borell1-1/+1
2026-01-30bootstrap: Fix extranous semicolon after function-like macroSamuel Lidén Borell1-1/+1
2026-01-30bootstrap: Include stddef.h for unreachable()Samuel Lidén Borell2-0/+2
2026-01-29bootstrap: Fix trailing commaSamuel Lidén Borell1-1/+1
2026-01-29bootstrap: Fall back to defining unreachable() as abort()Samuel Lidén Borell2-2/+2
2026-01-29tests: Run tests under Valgrind if availableSamuel Lidén Borell1-2/+26
2026-01-29bootstrap: Fix uninitialized struct memberSamuel Lidén Borell1-0/+1
2026-01-29bootstrap: Fix warning about mixed char signednessSamuel Lidén Borell2-2/+3
2026-01-29bootstrap: Remove unused function: store16Samuel Lidén Borell1-7/+0
2026-01-27bootstrap: Typo and grammar fix in commentsSamuel Lidén Borell3-6/+6
2026-01-27bootstrap: Clearer notice about modifications of blake2 codeSamuel Lidén Borell3-6/+18
2026-01-27bootstrap: Adapt/backport blake2s code to C89Samuel Lidén Borell3-110/+51
2026-01-27bootstrap: Add missing Makefile dependencies for blake2Samuel Lidén Borell1-1/+3
2026-01-27bootstrap: Remove blake2 functions that are not needed for SLULSamuel Lidén Borell3-332/+9