| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | self hosted progress | 2022-08-15 | 1 | -11/+14 | |
| * | woa | 2022-08-14 | 1 | -5/+12 | |
| * | fix arena | 2022-08-14 | 1 | -1/+3 | |
| * | better comment syntax | 2022-08-14 | 1 | -14/+13 | |
| * | multiline comment and stuff | 2022-08-14 | 1 | -0/+12 | |
| * | ok.. | 2022-08-13 | 1 | -2/+2 | |
| * | target | 2022-08-13 | 1 | -1/+3 | |
| * | retty | 2022-08-13 | 1 | -1/+1 | |
| * | set template | 2022-08-13 | 1 | -2/+9 | |
| * | cond switch | 2022-08-13 | 1 | -1/+32 | |
| * | fix #FILE #LINE | 2022-08-12 | 1 | -6/+17 | |
| * | selfhosted lexer | 2022-08-12 | 1 | -4/+5 | |
| * | va list, cont fix | 2022-08-12 | 1 | -0/+25 | |
| * | things | 2022-08-11 | 1 | -17/+41 | |
| * | do-while | 2022-08-11 | 1 | -0/+26 | |
| * | mcall ty | 2022-08-11 | 1 | -0/+1 | |
| * | more fix | 2022-08-11 | 1 | -2/+4 | |
| * | fixs | 2022-08-11 | 1 | -10/+13 | |
| * | many bugfix | 2022-08-10 | 1 | -6/+5 | |
| * | oops | 2022-08-09 | 1 | -1/+1 | |
| * | != | 2022-08-09 | 1 | -2/+2 | |
| * | change comment syntax | 2022-08-09 | 1 | -6/+7 | |
| * | ok | 2022-08-08 | 1 | -0/+8 | |
| * | start self hosted comler | 2022-08-08 | 1 | -4/+17 | |
| * | dbg | 2022-08-08 | 1 | -1/+0 | |
| * | anon union/struct | 2022-08-08 | 1 | -1/+14 | |
| * | correct handling of import path | 2022-08-08 | 1 | -4/+21 | |
| * | oops | 2022-08-08 | 1 | -0/+1 | |
| * | expand macros at toplevel | 2022-08-08 | 1 | -0/+7 | |
| * | change label syntax | 2022-08-08 | 1 | -2/+2 | |
| * | lexing fix | 2022-08-08 | 1 | -1/+4 | |
| * | direct access of eunion fields | 2022-08-08 | 1 | -4/+18 | |
| * | some free | 2022-08-08 | 1 | -2/+6 | |
| * | break & continue | 2022-08-08 | 1 | -6/+65 | |
| * | tweak | 2022-08-08 | 1 | -2/+6 | |
| * | switch capture by ref | 2022-08-08 | 1 | -1/+20 | |
| * | basic pattern matching | 2022-08-08 | 1 | -6/+60 | |
| * | add tagged unions | 2022-08-07 | 1 | -21/+87 | |
| * | infer in assignment exprs | 2022-08-07 | 1 | -1/+4 | |
| * | allow def inside aggregate | 2022-08-07 | 1 | -1/+1 | |
| * | fix template accessing future environment | 2022-08-07 | 1 | -5/+14 | |
| * | constant defs | 2022-08-07 | 1 | -1/+31 | |
| * | uniinitialized variables | 2022-08-07 | 1 | -11/+50 | |
| * | expand template at expression position | 2022-08-07 | 1 | -2/+7 | |
| * | basic templates (generics) | 2022-08-07 | 1 | -36/+172 | |
| * | recursive datatypes without forward declaring first | 2022-08-07 | 1 | -44/+46 | |
| * | many decl bugfixes | 2022-08-07 | 1 | -35/+52 | |
| * | Type:decl syntax and fix some diagnostics | 2022-08-07 | 1 | -9/+33 | |
| * | constify access of const aggregate | 2022-08-07 | 1 | -1/+1 | |
| * | union init | 2022-08-07 | 1 | -5/+6 |