index
:
slul-try2
main
SLUL Programming Language, try 2 (simplified version)
samuel@kodafritt.se
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bootstrap
Age
Commit message (
Expand
)
Author
Files
Lines
6 hours
Beginnings of a specification
HEAD
main
Samuel Lidén Borell
1
-1
/
+1
6 hours
bootstrap: Update TODOs: Arrays will be implements as list objects
Samuel Lidén Borell
4
-9
/
+6
7 hours
bootstrap: Remove unfinished support for nested types
Samuel Lidén Borell
3
-102
/
+26
9 hours
bootstrap: Make core types available in interfaces also
Samuel Lidén Borell
2
-1
/
+3
9 hours
bootstrap: Rename string.c to escape.c to avoid duplicate filename
Samuel Lidén Borell
2
-4
/
+4
7 days
Notes: APIs, implicit declaration, integer types, package registry, etc.
Samuel Lidén Borell
2
-0
/
+13
8 days
bootstrap: More intuitive errors for missing `end` before next function
Samuel Lidén Borell
4
-6
/
+11
9 days
bootstrap: Implement string comparison
Samuel Lidén Borell
5
-12
/
+65
9 days
bootstrap: Add String.from_codepoint
Samuel Lidén Borell
2
-1
/
+83
9 days
bootstrap: Multi-line assertions are unimplemented
Samuel Lidén Borell
1
-0
/
+4
9 days
bootstrap: Include expression in assertion messages
Samuel Lidén Borell
5
-8
/
+39
9 days
bootstrap: Include filename in assertion messages
Samuel Lidén Borell
3
-25
/
+34
9 days
bootstrap: Implement basic help text based on `giveme`s
Samuel Lidén Borell
1
-1
/
+31
9 days
bootstrap: Implement stdout default for Writer
Samuel Lidén Borell
3
-5
/
+17
9 days
bootstrap: Handling of string escapes
Samuel Lidén Borell
4
-4
/
+104
9 days
bootstrap: Fix out-of-bounds read when escaping strings
Samuel Lidén Borell
1
-7
/
+9
9 days
bootstrap: Fix conflict in `main` with params of preceding function
Samuel Lidén Borell
1
-0
/
+1
9 days
bootstrap: Improve errors for service type declarations and giveme sections
Samuel Lidén Borell
2
-5
/
+10
9 days
bootstrap: Fix clang warning about enum conversion
Samuel Lidén Borell
1
-1
/
+9
2026-01-31
bootstrap: Add const
Samuel Lidén Borell
4
-8
/
+8
2026-01-31
bootstrap: Fix incorrect cast from const to non-const
Samuel Lidén Borell
1
-1
/
+1
2026-01-31
bootstrap: Fix another extranous semicolon in macro
Samuel Lidén Borell
1
-1
/
+1
2026-01-30
bootstrap: Fix extranous semicolon after function-like macro
Samuel Lidén Borell
1
-1
/
+1
2026-01-30
bootstrap: Include stddef.h for unreachable()
Samuel Lidén Borell
2
-0
/
+2
2026-01-29
bootstrap: Fix trailing comma
Samuel Lidén Borell
1
-1
/
+1
2026-01-29
bootstrap: Fall back to defining unreachable() as abort()
Samuel Lidén Borell
2
-2
/
+2
2026-01-29
bootstrap: Fix uninitialized struct member
Samuel Lidén Borell
1
-0
/
+1
2026-01-29
bootstrap: Fix warning about mixed char signedness
Samuel Lidén Borell
2
-2
/
+3
2026-01-29
bootstrap: Remove unused function: store16
Samuel Lidén Borell
1
-7
/
+0
2026-01-27
bootstrap: Typo and grammar fix in comments
Samuel Lidén Borell
3
-6
/
+6
2026-01-27
bootstrap: Clearer notice about modifications of blake2 code
Samuel Lidén Borell
3
-6
/
+18
2026-01-27
bootstrap: Adapt/backport blake2s code to C89
Samuel Lidén Borell
3
-110
/
+51
2026-01-27
bootstrap: Add missing Makefile dependencies for blake2
Samuel Lidén Borell
1
-1
/
+3
2026-01-27
bootstrap: Remove blake2 functions that are not needed for SLUL
Samuel Lidén Borell
3
-332
/
+9
2026-01-26
bootstrap: Normalize whitespace in Makefile
Samuel Lidén Borell
1
-7
/
+7
2026-01-26
bootstrap: Tests for blake2s
Samuel Lidén Borell
2
-11
/
+133
2026-01-26
bootstrap: Remove unused variable from Makefile
Samuel Lidén Borell
1
-2
/
+2
2026-01-26
bootstrap: Run gcc -fanalyzer on RTL also
Samuel Lidén Borell
1
-2
/
+6
2026-01-25
bootstrap: Use blake2s for API-checking
Samuel Lidén Borell
2
-118
/
+19
2026-01-25
bootstrap: Add blake2s reference code
Samuel Lidén Borell
3
-0
/
+722
2026-01-25
bootstrap: Add sparse to check-all
Samuel Lidén Borell
1
-3
/
+13
2026-01-25
bootstrap: Remove arbitrary limit of number of source files
Samuel Lidén Borell
4
-14
/
+17
2026-01-25
bootstrap: Make variable static
Samuel Lidén Borell
1
-1
/
+1
2026-01-24
bootstrap: Fix race condition / flakiness in check-all
Samuel Lidén Borell
1
-6
/
+3
2026-01-24
bootstrap: Add TODOs
Samuel Lidén Borell
2
-0
/
+14
2026-01-24
bootstrap: Add cppcheck to check-all
Samuel Lidén Borell
1
-3
/
+19
2026-01-24
bootstrap: Fix harmless const/decl/scoping cppcheck warnings
Samuel Lidén Borell
8
-12
/
+11
2026-01-24
bootstrap: Refactor to silence cppcheck warning
Samuel Lidén Borell
1
-2
/
+8
2026-01-24
bootstrap: Fix dead code found by cppcheck
Samuel Lidén Borell
3
-27
/
+22
2026-01-24
bootstrap: Fix logic errors found by cppcheck
Samuel Lidén Borell
2
-2
/
+2
[next]