| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | set more | 2022-08-13 | 2 | -3/+21 | ||
| * | retty | 2022-08-13 | 1 | -1/+1 | ||
| * | set template | 2022-08-13 | 7 | -52/+90 | ||
| * | fix cgen cond | 2022-08-13 | 3 | -8/+31 | ||
| * | cond switch | 2022-08-13 | 6 | -11/+147 | ||
| * | fix #FILE #LINE | 2022-08-12 | 1 | -6/+17 | ||
| * | selfhosted lexer | 2022-08-12 | 9 | -42/+306 | ||
| * | oops | 2022-08-12 | 1 | -10/+8 | ||
| * | va list, cont fix | 2022-08-12 | 13 | -21/+295 | ||
| * | things | 2022-08-11 | 9 | -41/+336 | ||
| * | do-while | 2022-08-11 | 4 | -0/+39 | ||
| * | mcall ty | 2022-08-11 | 5 | -3/+13 | ||
| * | finally? | 2022-08-11 | 1 | -3/+5 | ||
| * | more fix | 2022-08-11 | 4 | -10/+13 | ||
| * | fixs | 2022-08-11 | 7 | -31/+87 | ||
| * | hilight attributes | 2022-08-10 | 1 | -0/+1 | ||
| * | many bugfix | 2022-08-10 | 12 | -55/+137 | ||
| * | oops | 2022-08-09 | 1 | -1/+1 | ||
| * | oops | 2022-08-09 | 5 | -1/+2 | ||
| * | != | 2022-08-09 | 1 | -2/+2 | ||
| * | change comment syntax .vim | 2022-08-09 | 1 | -1/+1 | ||
| * | change comment syntax | 2022-08-09 | 5 | -10/+11 | ||
| * | vim syntax | 2022-08-09 | 1 | -0/+32 | ||
| * | ok | 2022-08-08 | 13 | -9/+57 | ||
| * | start self hosted comler | 2022-08-08 | 11 | -5/+90 | ||
| * | 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 | ||
| * | fix toks range | 2022-08-07 | 1 | -2/+2 | ||