| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | ||
| * | basic method calls & many bugfix | 2022-08-06 | 10 | -112/+336 | ||
| * | print source on error | 2022-08-06 | 2 | -3/+50 | ||
| * | revert 762c6c17 | 2022-08-06 | 3 | -61/+10 | ||
| * | macro body arg | 2022-08-06 | 3 | -10/+61 | ||
| * | sizeof | 2022-08-06 | 3 | -0/+16 | ||
| * | rehash types set | 2022-08-06 | 1 | -1/+24 | ||
| * | call functin pointers directly | 2022-08-05 | 2 | -8/+17 | ||
| * | . operator on pointers | 2022-08-05 | 3 | -6/+10 | ||
| * | modify let and static decls to allow multiple vars | 2022-08-05 | 5 | -90/+159 | ||
| * | be lazier | 2022-08-05 | 2 | -14/+16 | ||
| * | oops | 2022-08-05 | 1 | -2/+3 | ||
| * | headers, import | 2022-08-05 | 7 | -63/+130 | ||
| * | fn type syntax, bugfixs | 2022-08-05 | 6 | -7/+77 | ||
| * | better diagnostics | 2022-08-05 | 5 | -159/+224 | ||
| * | more struct | 2022-08-05 | 4 | -13/+52 | ||
| * | struct,unions, compound literals; mostly | 2022-08-04 | 7 | -48/+376 | ||
| * | case ; | 2022-08-04 | 2 | -5/+5 | ||
| * | enum | 2022-08-04 | 7 | -43/+303 | ||
| * | oops | 2022-08-04 | 1 | -2/+1 | ||
| * | more fold | 2022-08-04 | 2 | -7/+33 | ||
| * | fold & more | 2022-08-04 | 6 | -212/+381 | ||
| * | stuff | 2022-08-04 | 7 | -127/+351 | ||
| * | initial | 2022-08-03 | 13 | -0/+3675 | ||