| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | ||
| * | . operator on pointers | 2022-08-05 | 1 | -4/+7 | ||
| * | modify let and static decls to allow multiple vars | 2022-08-05 | 1 | -82/+145 | ||
| * | be lazier | 2022-08-05 | 1 | -13/+14 | ||
| * | oops | 2022-08-05 | 1 | -2/+3 | ||
| * | headers, import | 2022-08-05 | 1 | -47/+105 | ||
| * | fn type syntax, bugfixs | 2022-08-05 | 1 | -2/+49 | ||
| * | better diagnostics | 2022-08-05 | 1 | -77/+113 | ||
| * | more struct | 2022-08-05 | 1 | -11/+34 | ||
| * | struct,unions, compound literals; mostly | 2022-08-04 | 1 | -13/+204 | ||
| * | case ; | 2022-08-04 | 1 | -1/+1 | ||
| * | enum | 2022-08-04 | 1 | -25/+185 | ||
| * | fold & more | 2022-08-04 | 1 | -134/+18 | ||
| * | stuff | 2022-08-04 | 1 | -57/+150 | ||
| * | initial | 2022-08-03 | 1 | -0/+1733 | ||