aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
6 daysnotes: Embedded structsHEADmainSamuel Lidén Borell1-0/+31
6 daysnotes: Arena output, assert keyword, optional types, secure dev processSamuel Lidén Borell4-1/+233
7 daysspecification: Fix section referencesSamuel Lidén Borell1-24/+28
7 daysbootstrap: Disallow nested function calls in `giveme` sectionSamuel Lidén Borell1-1/+4
7 daysRename "service type definition" to "entry header line"Samuel Lidén Borell7-80/+82
12 daysnotes: optional types / error handling, repo limits for non-membersSamuel Lidén Borell3-0/+67
12 daysbootstrap: Check that enum values don't have same names as typesSamuel Lidén Borell3-1/+22
12 daysbootstrap: Fix missing source location for enum valuesSamuel Lidén Borell1-0/+1
13 daysnotes: Combining errors and optional valuesSamuel Lidén Borell1-0/+42
2026-05-24bootstrap rtl: Make bitshift less ambiguous to readSamuel Lidén Borell1-5/+5
2026-05-24bootstrap: Remove some dead codeSamuel Lidén Borell2-2/+0
2026-05-24bootstrap: Fix unnecessary variable assignment/add-assignmentSamuel Lidén Borell2-5/+3
2026-05-24bootstrap rtl: Fix Reader limit not being decreasedSamuel Lidén Borell1-0/+1
2026-05-24notes: typestate pre/post-condition syntaxSamuel Lidén Borell1-2/+244
2026-05-22Some TODO/FIXME comments regarding typeparams/genericsSamuel Lidén Borell2-0/+20
2026-05-22bootstrap: Properly fix workarounds for typeparamsSamuel Lidén Borell8-47/+168
2026-05-20bootstrap rtl: List.add and List.insert_firstSamuel Lidén Borell3-9/+86
2026-05-20bootstrap: Temporary workaround for type-parametric function parametersSamuel Lidén Borell1-2/+16
2026-05-20bootstrap: Temporary workaround for typecompat of typeparamsSamuel Lidén Borell1-0/+7
2026-05-20tests: Make test more robust by printing message after all checksSamuel Lidén Borell1-2/+4
2026-05-20bootstrap rtl: Implement List constructor and count methodSamuel Lidén Borell6-0/+61
2026-05-20rtl: Basic interface of List typeSamuel Lidén Borell1-0/+50
2026-05-20bootstrap: typeparam declarations. Test of type-parametric classSamuel Lidén Borell10-4/+130
2026-05-20bootstrap: Fix parsing of `only`-sections in interface filesSamuel Lidén Borell1-1/+2
2026-05-19notes: Possibility to use loopcall for allocation optimisationSamuel Lidén Borell1-0/+29
2026-05-19bootstrap: Parsing of type parameter usageSamuel Lidén Borell3-12/+74
2026-05-18bootstrap rtl: Implement read_u32_le and write_u*Samuel Lidén Borell4-13/+63
2026-05-18bootstrap rtl: Fix default (stdin) for ReaderSamuel Lidén Borell1-1/+1
2026-05-18notes: optional types (and optional type-generic elements), mutabilitySamuel Lidén Borell2-2/+67
2026-05-17bootstrap rtl: Fix clang -Wsign-conversion warningSamuel Lidén Borell1-1/+1
2026-05-17bootstrap: Implement some basic Reader functionsSamuel Lidén Borell10-5/+265
2026-05-17rtl: Various additions and changes to the Reader and Writer classesSamuel Lidén Borell1-26/+92
2026-05-17bootstrap rtl: Fix comparison of "-" for stdout WriterSamuel Lidén Borell1-1/+1
2026-05-15Basic design and thoughs about the built-in Reader classSamuel Lidén Borell1-2/+161
2026-05-15Notes: GC, single file projectsSamuel Lidén Borell2-0/+60
2026-05-15Expand TODO comment about optional typesSamuel Lidén Borell1-0/+10
2026-05-14bootstrap: Fix long options with placeholders in RTL show_helpSamuel Lidén Borell1-1/+1
2026-05-14bootstrap: Fix True in `giveme` linesSamuel Lidén Borell3-3/+3
2026-05-14Simplify test code now that TODO has been fixedSamuel Lidén Borell1-6/+2
2026-05-14bootstrap: Implement non-option arguments in RTLSamuel Lidén Borell2-10/+116
2026-05-14bootstrap: Fix MessageReporter multiple argumentsSamuel Lidén Borell2-5/+3
2026-05-14bootstrap: RTL functions for String command-line argumentsSamuel Lidén Borell3-4/+61
2026-05-12bootstrap: Fix conversion warning in blake2-impl.hSamuel Lidén Borell1-9/+9
2026-05-10bootstrap: Ensure `this` is not reassignedSamuel Lidén Borell4-2/+23
2026-05-10bootstrap: Use proper method of emitting fields and variable accessesSamuel Lidén Borell1-6/+10
2026-05-10bootstrap: Suppress unused variable warnings after const-evaluationSamuel Lidén Borell3-3/+15
2026-05-10bootstrap: Warn about unused variables (in transpiler frontend)Samuel Lidén Borell5-0/+30
2026-05-10bootstrap: Fix line number of local variables without initvalsSamuel Lidén Borell1-1/+1
2026-05-09bootstrap: Redesign of typechecking code to support typescopes properlySamuel Lidén Borell12-506/+762
2026-05-09bootstrap: Filter more libc funcs in make bt (backtrace) targetSamuel Lidén Borell1-1/+3