| Commit message (Expand) | Author | Age | Files | Lines |
| * | check for duplicate fields faster using bloom filter | lemon | 2022-09-01 | 1 | -6/+54 |
| * | replace instances of streq with == | lemon | 2022-09-01 | 1 | -10/+10 |
| * | disallow duplicate fields | lemon | 2022-09-01 | 1 | -0/+11 |
| * | fix memory leak | lemon | 2022-09-01 | 1 | -0/+1 |
| * | relax block comment lexing requirements | lemon | 2022-09-01 | 1 | -2/+24 |
| * | disallow mutating elements of const array | lemon | 2022-09-01 | 1 | -2/+6 |
| * | remove nesemu1 | lemon | 2022-08-31 | 1 | -1/+1 |
| * | fix some warnings | lemon | 2022-08-31 | 1 | -1/+1 |
| * | def x = expr -> defmacro x = expr, def const -> def | lemon | 2022-08-31 | 1 | -5/+12 |
| * | self hosting !!! with some workarounds though . | lemon | 2022-08-31 | 1 | -6/+7 |
| * | remove some testing thing | lemon | 2022-08-31 | 1 | -5/+0 |
| * | get close to self hosting (ack works) | lemon | 2022-08-31 | 1 | -4/+15 |
| * | fix some type size errors | lemon | 2022-08-30 | 1 | -4/+2 |
| * | interntype by ref | lemon | 2022-08-30 | 1 | -8/+8 |
| * | union statics | lemon | 2022-08-30 | 1 | -1/+1 |
| * | bitfield initializers | lemon | 2022-08-30 | 1 | -2/+50 |
| * | Makefile and such | lemon | 2022-08-30 | 1 | -0/+4 |
| * | remove ir*.cff; make vararg only with primitive types | lemon | 2022-08-29 | 1 | -43/+52 |
| * | many things ,varags | lemon | 2022-08-29 | 1 | -100/+122 |
| * | add type, multiline strings | lemon | 2022-08-29 | 1 | -2/+14 |
| * | fix some fold and add def const | lemon | 2022-08-28 | 1 | -1/+6 |
| * | miscellaneous | lemon | 2022-08-27 | 1 | -1/+1 |
| * | fix value when assign op store overflows, also typecheck assignops | lemon | 2022-08-27 | 1 | -2/+8 |
| * | improve bitfields | lemon | 2022-08-27 | 1 | -10/+3 |
| * | bitfields | lemon | 2022-08-26 | 1 | -29/+143 |
| * | some fixes + .[] syntax sugar | lemon | 2022-08-26 | 1 | -0/+7 |
| * | vararg promote array->ptr | lemon | 2022-08-26 | 1 | -2/+3 |
| * | gensym fix, offset fix, str statics | lemon | 2022-08-26 | 1 | -2/+2 |
| * | don't inherit defers into nested functions | lemon | 2022-08-25 | 1 | -0/+3 |
| * | now test.cff kinda | lemon | 2022-08-25 | 1 | -0/+1 |
| * | slen, sptr, complete method type stuff | lemon | 2022-08-25 | 1 | -3/+31 |
| * | aligns fix | lemon | 2022-08-25 | 1 | -4/+3 |
| * | add cond switch | lemon | 2022-08-25 | 1 | -1/+1 |
| * | eu switch | lemon | 2022-08-25 | 1 | -2/+4 |
| * | switch check | lemon | 2022-08-25 | 1 | -0/+23 |
| * | check casts | lemon | 2022-08-25 | 1 | -3/+19 |
| * | slice and stuff | lemon | 2022-08-24 | 1 | -1/+1 |
| * | more llvm | lemon | 2022-08-24 | 1 | -6/+13 |
| * | llvm defer and more | lemon | 2022-08-24 | 1 | -72/+154 |
| * | collatz! | lemon | 2022-08-23 | 1 | -6/+0 |
| * | llvm hello worlding | lemon | 2022-08-22 | 1 | -6/+14 |
| * | screw it , llvm | lemon | 2022-08-22 | 1 | -2/+3 |
| * | ir | lemon | 2022-08-22 | 1 | -2/+2 |
| * | asm prelude, more IR | lemon | 2022-08-21 | 1 | -5/+15 |
| * | more IR progress | lemon | 2022-08-20 | 1 | -4/+10 |
| * | initial work on IR | lemon | 2022-08-20 | 1 | -2/+5 |
| * | defer fix | lemon | 2022-08-20 | 1 | -6/+6 |
| * | fix memory bug | lemon | 2022-08-19 | 1 | -7/+36 |
| * | fix tepl cache | lemon | 2022-08-19 | 1 | -4/+6 |
| * | more miscellaneous fixes | lemon | 2022-08-19 | 1 | -1/+2 |