| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | llvm hello worlding | 2022-08-22 | 8 | -48/+570 | |
| * | screw it , llvm | 2022-08-22 | 4 | -3/+34 | |
| * | ir | 2022-08-22 | 5 | -4/+86 | |
| * | asm prelude, more IR | 2022-08-21 | 8 | -37/+227 | |
| * | more IR (is it correct even. its so confusing) | 2022-08-20 | 4 | -17/+143 | |
| * | more IR progress | 2022-08-20 | 6 | -56/+196 | |
| * | initial work on IR | 2022-08-20 | 10 | -7/+345 | |
| * | defer fix | 2022-08-20 | 5 | -15/+22 | |
| * | defer | 2022-08-20 | 6 | -22/+86 | |
| * | fix memory bug | 2022-08-19 | 4 | -10/+40 | |
| * | fix tepl cache | 2022-08-19 | 1 | -4/+6 | |
| * | add license | 2022-08-19 | 1 | -0/+10 | |
| * | more miscellaneous fixes | 2022-08-19 | 3 | -7/+12 | |
| * | some rough edges.. | 2022-08-19 | 4 | -28/+129 | |
| * | change enum backing type | 2022-08-19 | 3 | -6/+33 | |
| * | attrib | 2022-08-19 | 2 | -0/+15 | |
| * | labels, #FILE #LINE, some bugfixes, c types | 2022-08-19 | 6 | -68/+138 | |
| * | fix hashing and typeeq for enums | 2022-08-19 | 3 | -2/+10 | |
| * | #tag lvalue | 2022-08-19 | 1 | -1/+4 | |
| * | EUSwitch and #tag | 2022-08-19 | 3 | -6/+75 | |
| * | fix vim syntax | 2022-08-19 | 2 | -3/+7 | |
| * | fix leaks | 2022-08-19 | 1 | -2/+3 | |
| * | do not use P.tokloc directly | 2022-08-19 | 1 | -63/+56 | |
| * | templates | 2022-08-19 | 5 | -29/+291 | |
| * | tagged unions | 2022-08-19 | 3 | -1/+21 | |
| * | enum union size,align and enumty | 2022-08-19 | 3 | -11/+59 | |
| * | big mem fix | 2022-08-19 | 1 | -1/+3 | |
| * | take alignment in allocator | 2022-08-19 | 3 | -12/+15 | |
| * | update syntax | 2022-08-19 | 1 | -1/+1 | |
| * | alignof, offsetof | 2022-08-19 | 6 | -13/+63 | |
| * | oops | 2022-08-18 | 1 | -1/+1 | |
| * | switch enum | 2022-08-18 | 3 | -2/+7 | |
| * | iswitch | 2022-08-18 | 3 | -1/+73 | |
| * | lots of goodnes | 2022-08-18 | 8 | -43/+653 | |
| * | fix bodyarg | 2022-08-18 | 13 | -66/+210 | |
| * | macro bodyarg | 2022-08-18 | 2 | -7/+45 | |
| * | parse defmacro | 2022-08-17 | 8 | -14/+268 | |
| * | collatz checks | 2022-08-17 | 4 | -4/+98 | |
| * | struct,union | 2022-08-17 | 3 | -33/+98 | |
| * | ack check | 2022-08-17 | 4 | -33/+184 | |
| * | collatz | 2022-08-17 | 1 | -0/+28 | |
| * | if and loopses | 2022-08-17 | 2 | -19/+147 | |
| * | let | 2022-08-17 | 5 | -7/+87 | |
| * | more exprs, warnings | 2022-08-17 | 7 | -13/+172 | |
| * | binary operators and more stuff | 2022-08-16 | 12 | -38/+241 | |
| * | nullish coalescing operator ?? | 2022-08-16 | 3 | -13/+34 | |
| * | syntax | 2022-08-16 | 2 | -2/+3 | |
| * | change 'not' to '!' | 2022-08-16 | 7 | -27/+25 | |
| * | stuff | 2022-08-16 | 11 | -36/+256 | |
| * | diagnostics file loc | 2022-08-15 | 1 | -0/+24 |