aboutsummaryrefslogtreecommitdiff
path: root/tests/app
AgeCommit message (Expand)AuthorFilesLines
9 daysbootstrap rtl: List.add and List.insert_firstSamuel Lidén Borell1-2/+26
9 daystests: Make test more robust by printing message after all checksSamuel Lidén Borell1-2/+4
9 daysbootstrap rtl: Implement List constructor and count methodSamuel Lidén Borell1-0/+11
9 daysbootstrap: typeparam declarations. Test of type-parametric classSamuel Lidén Borell1-0/+15
12 daysbootstrap: Implement some basic Reader functionsSamuel Lidén Borell1-0/+4
2026-04-05tests: Fix typo in testSamuel Lidén Borell1-1/+1
2026-04-03bootstrap: Implement typescopes inside (some) expressionsSamuel Lidén Borell2-15/+14
2026-03-21bootstrap: Emit C type definitions of enumsSamuel Lidén Borell2-0/+37
2026-03-21bootstrap: Enum declarationsSamuel Lidén Borell2-0/+7
2026-03-21bootstrap: Fix local variable assignability checkSamuel Lidén Borell1-4/+2
2026-03-21bootstrap: Update TODOsSamuel Lidén Borell1-1/+0
2026-03-20bootstrap: Fix non-trivial left-hand expressions in += -= *= /=Samuel Lidén Borell1-5/+3
2026-03-20bootstrap: Emit initialisation for fields with initialisersSamuel Lidén Borell2-1/+9
2026-03-20bootstrap: Implicitly add parameters to the default constructorSamuel Lidén Borell3-0/+7
2026-03-13bootstrap: Add a few more String functionsSamuel Lidén Borell1-0/+25
2026-03-13tests: Fix unused variable warningSamuel Lidén Borell1-0/+2
2026-03-13tests: Use new names for builtin types (Int, Bool, etc.)Samuel Lidén Borell1-3/+3
2026-02-15bootstrap: Make core types available in interfaces alsoSamuel Lidén Borell1-0/+1
2026-02-07bootstrap: Implement string comparisonSamuel Lidén Borell1-0/+11
2026-02-06bootstrap: Fix conflict in `main` with params of preceding functionSamuel Lidén Borell1-0/+9
2026-01-10Tests: Add "otherlib"Samuel Lidén Borell2-0/+7
2026-01-07bootstrap: Parse interfaces of dependenciesSamuel Lidén Borell1-2/+3
2026-01-06bootstrap: Parsing of dependency list files (deps.index)Samuel Lidén Borell1-0/+2
2026-01-06Foundations of a test suiteSamuel Lidén Borell2-0/+24