| Age | Commit message (Expand) | Author | Files | Lines |
| 6 days | Notes: Alternatives to goto-sectionsHEADmain | Samuel Lidén Borell | 1 | -0/+79 |
| 6 days | bootstrap: Detect basic cases of unreachable code | Samuel Lidén Borell | 4 | -5/+72 |
| 6 days | bootstrap: Only add S_NOP for empty statements | Samuel Lidén Borell | 1 | -1/+3 |
| 13 days | Add limited FizzBuzz test that tests assignedness handling | Samuel Lidén Borell | 1 | -0/+99 |
| 13 days | bootstrap: Basic assignedness check | Samuel Lidén Borell | 3 | -9/+176 |
| 13 days | bootstrap: Fix variable shadowing warning in generated code | Samuel Lidén Borell | 1 | -12/+18 |
| 13 days | bootstrap: Basic framework for varstate checking. Fix test code | Samuel Lidén Borell | 8 | -9/+142 |
| 13 days | bootstrap: Fix crash on empty blocks | Samuel Lidén Borell | 3 | -0/+8 |
| 14 days | bootstrap: Fix error message when assigning to a non-existent variable | Samuel Lidén Borell | 1 | -1/+3 |
| 14 days | bootstrap: Add descriptive ASSERT_BOUND macro. Use proper boolean values | Samuel Lidén Borell | 5 | -10/+10 |
| 2025-10-05 | Notes: Package non-code build, GC, giveme, cached vs shared files | Samuel Lidén Borell | 4 | -1/+167 |
| 2025-09-24 | bootstrap: Add per-statement namespaces to temporaries | Samuel Lidén Borell | 3 | -10/+42 |
| 2025-09-23 | bootstrap: Fix indentation of `else` | Samuel Lidén Borell | 1 | -1/+1 |
| 2025-09-06 | bootstrap: Build stage2 via object files | Samuel Lidén Borell | 1 | -9/+19 |
| 2025-09-06 | bootstrap: Writer initialization and write_str() | Samuel Lidén Borell | 3 | -4/+38 |
| 2025-09-06 | bootstrap: C-string to SLUL-string functions | Samuel Lidén Borell | 2 | -0/+44 |
| 2025-09-06 | bootstrap: Add stub functions for Writer class | Samuel Lidén Borell | 6 | -17/+86 |
| 2025-08-31 | Notes: Multi-line expressions | Samuel Lidén Borell | 1 | -0/+110 |
| 2025-08-31 | Notes: Class types, exceptions, GC, secure CI/CD, multi-threading, backend | Samuel Lidén Borell | 9 | -0/+288 |
| 2025-08-29 | Add Code of Conduct | Samuel Lidén Borell | 1 | -0/+53 |
| 2025-08-29 | Re-word paragraph about licensing of contributions | Samuel Lidén Borell | 1 | -4/+4 |
| 2025-08-29 | bootstrap: Remove MIT-0 license from bootstrap RTL | Samuel Lidén Borell | 13 | -77/+14 |
| 2025-08-29 | bootstrap: Show proper errors on OoM/internal errors | Samuel Lidén Borell | 6 | -12/+35 |
| 2025-08-29 | bootstrap: Fix overflow check for integer CLI params | Samuel Lidén Borell | 1 | -1/+6 |
| 2025-08-29 | bootstrap: Beginning of MessageReporter | Samuel Lidén Borell | 6 | -8/+254 |
| 2025-08-28 | bootstrap: Remove output file on error | Samuel Lidén Borell | 1 | -1/+6 |
| 2025-08-28 | bootstrap: Revise CLI input params to use Readers instead of Files | Samuel Lidén Borell | 3 | -26/+53 |
| 2025-08-24 | Notes: Various notes | Samuel Lidén Borell | 11 | -0/+496 |
| 2025-08-16 | bootstrap: Assign CLI arguments to fields (bool and int only for now) | Samuel Lidén Borell | 2 | -8/+85 |
| 2025-08-16 | bootstrap: Lookup CLI options and bind their values | Samuel Lidén Borell | 1 | -8/+59 |
| 2025-08-16 | bootstrap: Call argument parsing function in RTL from main() | Samuel Lidén Borell | 2 | -3/+8 |
| 2025-08-16 | bootstrap: Don't emit constructors for service classes | Samuel Lidén Borell | 3 | -5/+17 |
| 2025-08-16 | bootstrap: Basic CLI arguments loop and error handling | Samuel Lidén Borell | 2 | -4/+146 |
| 2025-08-16 | bootstrap: Internal RTL string decoding function | Samuel Lidén Borell | 3 | -3/+65 |
| 2025-08-16 | bootstrap: Null terminate all string constants. | Samuel Lidén Borell | 1 | -1/+4 |
| 2025-08-16 | bootstrap: Emit initialization of `giveme`s | Samuel Lidén Borell | 3 | -3/+104 |
| 2025-08-16 | Remove redundant whitespace and a duplicate line | Samuel Lidén Borell | 4 | -5/+0 |
| 2025-08-16 | bootstrap: Add stub functions in RTL for CLI handling | Samuel Lidén Borell | 4 | -2/+212 |
| 2025-08-16 | bootstrap: Emit all string constants, including those in `giveme`s | Samuel Lidén Borell | 1 | -10/+8 |
| 2025-08-16 | bootstrap: Leave outer type as NULL for now | Samuel Lidén Borell | 1 | -1/+2 |
| 2025-08-13 | Notes: Repo vs release artifacts, SBOMs, more on capabilities | Samuel Lidén Borell | 3 | -1/+343 |
| 2025-08-10 | Notes: Capabilities and I/O / system access | Samuel Lidén Borell | 2 | -1/+113 |
| 2025-08-10 | Notes: API versioning, stdlib, integers, libc, hardening, service loading | Samuel Lidén Borell | 7 | -0/+384 |
| 2025-08-10 | bootstrap: Rename BASELINE_CFLAGS to BASE_CFLAGS | Samuel Lidén Borell | 1 | -3/+3 |
| 2025-08-09 | Emit initialization of CommandMain service impl | Samuel Lidén Borell | 5 | -15/+107 |
| 2025-08-03 | Notes: runtime hardening: fix typo | Samuel Lidén Borell | 1 | -3/+3 |
| 2025-08-03 | Notes: Runtime hardening, target detection, `giveme`s, distributions | Samuel Lidén Borell | 5 | -0/+384 |
| 2025-08-02 | bootstrap: Reduce unecessarily large struct QualifierInfo | Samuel Lidén Borell | 1 | -2/+2 |
| 2025-07-30 | bootstrap: Put compiler option arguments before non-options | Samuel Lidén Borell | 1 | -5/+5 |
| 2025-07-27 | Notes: portability, distributions, libc/crt0/rtld, loopcall | Samuel Lidén Borell | 5 | -0/+522 |