| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | some fixes + .[] syntax sugar | 2022-08-26 | 1 | -0/+7 | |
| | | |||||
| * | vararg promote array->ptr | 2022-08-26 | 1 | -2/+3 | |
| | | |||||
| * | gensym fix, offset fix, str statics | 2022-08-26 | 1 | -2/+2 | |
| | | |||||
| * | don't inherit defers into nested functions | 2022-08-25 | 1 | -0/+3 | |
| | | |||||
| * | now test.cff kinda | 2022-08-25 | 1 | -0/+1 | |
| | | |||||
| * | slen, sptr, complete method type stuff | 2022-08-25 | 1 | -3/+31 | |
| | | |||||
| * | 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 | |
| | | | | | for it is not what is intended whilst a macro is being expanded | ||||
| * | 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 | |
| | | |||||