| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | ||
| * | expand template at expression position | 2022-08-07 | 2 | -2/+14 | ||
| * | basic templates (generics) | 2022-08-07 | 6 | -52/+253 | ||
| * | recursive datatypes without forward declaring first | 2022-08-07 | 3 | -46/+53 | ||
| * | many decl bugfixes | 2022-08-07 | 7 | -68/+93 | ||
| * | Type:decl syntax and fix some diagnostics | 2022-08-07 | 3 | -10/+37 | ||
| * | constify access of const aggregate | 2022-08-07 | 2 | -1/+4 | ||
| * | union init | 2022-08-07 | 2 | -9/+19 | ||
| * | incoplete extern static | 2022-08-07 | 3 | -6/+11 | ||
| * | slices | 2022-08-06 | 4 | -32/+121 | ||
| * | .#len operator | 2022-08-06 | 2 | -19/+33 | ||
| * | inferred length array init | 2022-08-06 | 4 | -8/+27 | ||
| * | decl span fix | 2022-08-06 | 2 | -3/+4 | ||
| * | fnv1a fix | 2022-08-06 | 2 | -17/+19 | ||