| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | fix arena | 2022-08-14 | 2 | -1/+7 | ||
| | | ||||||
| * | better comment syntax | 2022-08-14 | 1 | -14/+13 | ||
| | | ||||||
| * | multiline comment and stuff | 2022-08-14 | 2 | -1/+13 | ||
| | | ||||||
| * | ok.. | 2022-08-13 | 5 | -7/+10 | ||
| | | ||||||
| * | target | 2022-08-13 | 4 | -5/+16 | ||
| | | ||||||
| * | retty | 2022-08-13 | 1 | -1/+1 | ||
| | | ||||||
| * | set template | 2022-08-13 | 3 | -9/+20 | ||
| | | ||||||
| * | fix cgen cond | 2022-08-13 | 1 | -1/+1 | ||
| | | ||||||
| * | cond switch | 2022-08-13 | 3 | -1/+59 | ||
| | | ||||||
| * | fix #FILE #LINE | 2022-08-12 | 1 | -6/+17 | ||
| | | ||||||
| * | selfhosted lexer | 2022-08-12 | 4 | -6/+25 | ||
| | | ||||||
| * | oops | 2022-08-12 | 1 | -10/+8 | ||
| | | ||||||
| * | va list, cont fix | 2022-08-12 | 5 | -13/+71 | ||
| | | ||||||
| * | things | 2022-08-11 | 3 | -20/+51 | ||
| | | ||||||
| * | do-while | 2022-08-11 | 3 | -0/+35 | ||
| | | ||||||
| * | mcall ty | 2022-08-11 | 2 | -1/+1 | ||
| | | ||||||
| * | finally? | 2022-08-11 | 1 | -3/+5 | ||
| | | ||||||
| * | more fix | 2022-08-11 | 4 | -10/+13 | ||
| | | ||||||
| * | fixs | 2022-08-11 | 4 | -29/+50 | ||
| | | ||||||
| * | many bugfix | 2022-08-10 | 4 | -11/+18 | ||
| | | ||||||
| * | oops | 2022-08-09 | 1 | -1/+1 | ||
| | | ||||||
| * | oops | 2022-08-09 | 5 | -1/+2 | ||
| | | ||||||
| * | != | 2022-08-09 | 1 | -2/+2 | ||
| | | ||||||
| * | change comment syntax | 2022-08-09 | 5 | -10/+11 | ||
| | | ||||||
| * | ok | 2022-08-08 | 8 | -4/+18 | ||
| | | ||||||
| * | start self hosted comler | 2022-08-08 | 7 | -5/+54 | ||
| | | ||||||
| * | 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 | 2 | -1/+2 | ||
| | | ||||||
| * | expand macros at toplevel | 2022-08-08 | 2 | -1/+10 | ||
| | | ||||||
| * | var_%d__ | 2022-08-08 | 1 | -5/+5 | ||
| | | ||||||
| * | change label syntax | 2022-08-08 | 2 | -5/+5 | ||
| | | ||||||
| * | lexing fix | 2022-08-08 | 2 | -1/+6 | ||
| | | ||||||
| * | direct access of eunion fields | 2022-08-08 | 5 | -10/+32 | ||
| | | ||||||
| * | some free | 2022-08-08 | 1 | -2/+6 | ||
| | | ||||||
| * | break & continue | 2022-08-08 | 5 | -15/+104 | ||
| | | ||||||
| * | tweak | 2022-08-08 | 3 | -2/+16 | ||
| | | ||||||
| * | switch capture by ref | 2022-08-08 | 4 | -14/+54 | ||
| | | ||||||
| * | oops | 2022-08-08 | 1 | -1/+1 | ||
| | | ||||||
| * | basic pattern matching | 2022-08-08 | 5 | -7/+110 | ||
| | | ||||||
| * | add tagged unions | 2022-08-07 | 4 | -25/+153 | ||
| | | ||||||
| * | fix (for some reason this only segfaulted on -m32) | 2022-08-07 | 1 | -6/+10 | ||
| | | ||||||
| * | infer in assignment exprs | 2022-08-07 | 1 | -1/+4 | ||
| | | ||||||
| * | sh | 2022-08-07 | 1 | -0/+2 | ||
| | | ||||||
| * | ackermann example | 2022-08-07 | 1 | -0/+15 | ||
| | | ||||||
| * | allow def inside aggregate | 2022-08-07 | 2 | -5/+6 | ||
| | | ||||||
| * | fix template accessing future environment | 2022-08-07 | 4 | -13/+36 | ||
| | | ||||||
| * | constant defs | 2022-08-07 | 5 | -3/+41 | ||
| | | ||||||
| * | uniinitialized variables | 2022-08-07 | 2 | -11/+52 | ||
| | | ||||||