| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | |
| * | incoplete extern static | 2022-08-07 | 1 | -6/+6 | |
| * | slices | 2022-08-06 | 1 | -27/+83 | |
| * | .#len operator | 2022-08-06 | 1 | -16/+31 | |
| * | inferred length array init | 2022-08-06 | 1 | -0/+16 | |
| * | decl span fix | 2022-08-06 | 1 | -1/+2 | |
| * | basic method calls & many bugfix | 2022-08-06 | 1 | -31/+147 | |
| * | print source on error | 2022-08-06 | 1 | -2/+2 | |
| * | revert 762c6c17 | 2022-08-06 | 1 | -41/+3 | |
| * | macro body arg | 2022-08-06 | 1 | -3/+41 | |
| * | sizeof | 2022-08-06 | 1 | -0/+11 | |
| * | call functin pointers directly | 2022-08-05 | 1 | -8/+13 |