| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | aligns fix | 2022-08-25 | 1 | -4/+3 | |
| * | add cond switch | 2022-08-25 | 1 | -1/+1 | |
| * | eu switch | 2022-08-25 | 1 | -2/+4 | |
| * | switch check | 2022-08-25 | 1 | -0/+23 | |
| * | check casts | 2022-08-25 | 1 | -3/+19 | |
| * | slice and stuff | 2022-08-24 | 1 | -1/+1 | |
| * | more llvm | 2022-08-24 | 1 | -6/+13 | |
| * | llvm defer and more | 2022-08-24 | 1 | -72/+154 | |
| * | collatz! | 2022-08-23 | 1 | -6/+0 | |
| * | llvm hello worlding | 2022-08-22 | 1 | -6/+14 | |
| * | screw it , llvm | 2022-08-22 | 1 | -2/+3 | |
| * | ir | 2022-08-22 | 1 | -2/+2 | |
| * | asm prelude, more IR | 2022-08-21 | 1 | -5/+15 | |
| * | more IR progress | 2022-08-20 | 1 | -4/+10 | |
| * | initial work on IR | 2022-08-20 | 1 | -2/+5 | |
| * | defer fix | 2022-08-20 | 1 | -6/+6 | |
| * | fix memory bug | 2022-08-19 | 1 | -7/+36 | |
| * | fix tepl cache | 2022-08-19 | 1 | -4/+6 | |
| * | more miscellaneous fixes | 2022-08-19 | 1 | -1/+2 | |
| * | some rough edges.. | 2022-08-19 | 1 | -27/+91 | |
| * | change enum backing type | 2022-08-19 | 1 | -4/+28 | |
| * | attrib | 2022-08-19 | 1 | -0/+13 | |
| * | labels, #FILE #LINE, some bugfixes, c types | 2022-08-19 | 1 | -24/+68 | |
| * | fix hashing and typeeq for enums | 2022-08-19 | 1 | -1/+3 | |
| * | #tag lvalue | 2022-08-19 | 1 | -1/+4 | |
| * | EUSwitch and #tag | 2022-08-19 | 1 | -3/+63 | |
| * | fix leaks | 2022-08-19 | 1 | -2/+3 | |
| * | do not use P.tokloc directly | 2022-08-19 | 1 | -63/+56 | |
| * | templates | 2022-08-19 | 1 | -21/+226 | |
| * | tagged unions | 2022-08-19 | 1 | -1/+17 | |
| * | enum union size,align and enumty | 2022-08-19 | 1 | -11/+52 | |
| * | take alignment in allocator | 2022-08-19 | 1 | -3/+3 | |
| * | alignof, offsetof | 2022-08-19 | 1 | -2/+16 | |
| * | switch enum | 2022-08-18 | 1 | -0/+1 | |
| * | iswitch | 2022-08-18 | 1 | -1/+59 | |
| * | lots of goodnes | 2022-08-18 | 1 | -31/+469 | |
| * | fix bodyarg | 2022-08-18 | 1 | -30/+149 | |
| * | parse defmacro | 2022-08-17 | 1 | -5/+157 | |
| * | collatz checks | 2022-08-17 | 1 | -3/+40 | |
| * | struct,union | 2022-08-17 | 1 | -33/+89 | |
| * | ack check | 2022-08-17 | 1 | -33/+139 | |
| * | if and loopses | 2022-08-17 | 1 | -19/+134 | |
| * | let | 2022-08-17 | 1 | -5/+76 | |
| * | more exprs, warnings | 2022-08-17 | 1 | -5/+122 | |
| * | binary operators and more stuff | 2022-08-16 | 1 | -23/+164 | |
| * | nullish coalescing operator ?? | 2022-08-16 | 1 | -2/+6 | |
| * | change 'not' to '!' | 2022-08-16 | 1 | -19/+19 | |
| * | stuff | 2022-08-16 | 1 | -7/+126 | |
| * | self hosted hello world parses | 2022-08-15 | 1 | -1/+40 | |
| * | self hosted progress | 2022-08-15 | 1 | -10/+317 |