| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | get close to self hosting (ack works) | 2022-08-31 | 1 | -0/+2 | |
| | | |||||
| * | Makefile and such | 2022-08-30 | 1 | -0/+3 | |
| | | |||||
| * | many things ,varags | 2022-08-29 | 1 | -7/+14 | |
| | | |||||
| * | initial work on IR | 2022-08-20 | 1 | -2/+5 | |
| | | |||||
| * | defer fix | 2022-08-20 | 1 | -8/+8 | |
| | | |||||
| * | defer | 2022-08-20 | 1 | -10/+30 | |
| | | |||||
| * | lots of goodnes | 2022-08-18 | 1 | -7/+43 | |
| | | |||||
| * | more exprs, warnings | 2022-08-17 | 1 | -0/+2 | |
| | | |||||
| * | binary operators and more stuff | 2022-08-16 | 1 | -2/+5 | |
| | | |||||
| * | nullish coalescing operator ?? | 2022-08-16 | 1 | -1/+1 | |
| | | |||||
| * | change 'not' to '!' | 2022-08-16 | 1 | -1/+0 | |
| | | | | | it looks nicer | ||||
| * | woa | 2022-08-14 | 1 | -1/+7 | |
| | | |||||
| * | fix arena | 2022-08-14 | 1 | -0/+4 | |
| | | |||||
| * | ok.. | 2022-08-13 | 1 | -0/+1 | |
| | | |||||
| * | target | 2022-08-13 | 1 | -2/+8 | |
| | | |||||
| * | set template | 2022-08-13 | 1 | -1/+5 | |
| | | |||||
| * | fix cgen cond | 2022-08-13 | 1 | -1/+1 | |
| | | |||||
| * | cond switch | 2022-08-13 | 1 | -0/+19 | |
| | | |||||
| * | selfhosted lexer | 2022-08-12 | 1 | -1/+7 | |
| | | |||||
| * | oops | 2022-08-12 | 1 | -10/+8 | |
| | | |||||
| * | va list, cont fix | 2022-08-12 | 1 | -9/+31 | |
| | | |||||
| * | things | 2022-08-11 | 1 | -3/+8 | |
| | | |||||
| * | do-while | 2022-08-11 | 1 | -0/+8 | |
| | | |||||
| * | mcall ty | 2022-08-11 | 1 | -1/+0 | |
| | | |||||
| * | finally? | 2022-08-11 | 1 | -3/+5 | |
| | | |||||
| * | more fix | 2022-08-11 | 1 | -6/+4 | |
| | | |||||
| * | fixs | 2022-08-11 | 1 | -14/+32 | |
| | | |||||
| * | many bugfix | 2022-08-10 | 1 | -3/+5 | |
| | | |||||
| * | ok | 2022-08-08 | 1 | -2/+5 | |
| | | |||||
| * | var_%d__ | 2022-08-08 | 1 | -5/+5 | |
| | | |||||
| * | direct access of eunion fields | 2022-08-08 | 1 | -2/+8 | |
| | | |||||
| * | break & continue | 2022-08-08 | 1 | -5/+15 | |
| | | |||||
| * | tweak | 2022-08-08 | 1 | -0/+2 | |
| | | |||||
| * | switch capture by ref | 2022-08-08 | 1 | -11/+28 | |
| | | |||||
| * | oops | 2022-08-08 | 1 | -1/+1 | |
| | | |||||
| * | basic pattern matching | 2022-08-08 | 1 | -0/+27 | |
| | | |||||
| * | add tagged unions | 2022-08-07 | 1 | -4/+50 | |
| | | |||||
| * | fix (for some reason this only segfaulted on -m32) | 2022-08-07 | 1 | -6/+10 | |
| | | |||||
| * | constant defs | 2022-08-07 | 1 | -2/+2 | |
| | | |||||
| * | basic templates (generics) | 2022-08-07 | 1 | -3/+2 | |
| | | |||||
| * | many decl bugfixes | 2022-08-07 | 1 | -2/+2 | |
| | | |||||
| * | Type:decl syntax and fix some diagnostics | 2022-08-07 | 1 | -0/+2 | |
| | | |||||
| * | incoplete extern static | 2022-08-07 | 1 | -0/+2 | |
| | | |||||
| * | slices | 2022-08-06 | 1 | -4/+21 | |
| | | |||||
| * | inferred length array init | 2022-08-06 | 1 | -4/+5 | |
| | | |||||
| * | decl span fix | 2022-08-06 | 1 | -2/+2 | |
| | | |||||
| * | basic method calls & many bugfix | 2022-08-06 | 1 | -27/+52 | |
| | | |||||
| * | . operator on pointers | 2022-08-05 | 1 | -1/+1 | |
| | | |||||
| * | modify let and static decls to allow multiple vars | 2022-08-05 | 1 | -4/+7 | |
| | | | | | | this involved transforming statement and declaration parsing code to use a CPS-like style to yield many decls within one lexical decl | ||||
| * | headers, import | 2022-08-05 | 1 | -3/+3 | |
| | | |||||