| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | check for duplicate fields faster using bloom filter | 2022-09-01 | 1 | -6/+54 | |
| | | |||||
| * | replace instances of streq with == | 2022-09-01 | 1 | -10/+10 | |
| | | | | | | where strings are interned, this is ok. this was the intention of interning strings from the beginning. | ||||
| * | disallow duplicate fields | 2022-09-01 | 1 | -0/+11 | |
| | | |||||
| * | fix memory leak | 2022-09-01 | 1 | -0/+1 | |
| | | |||||
| * | relax block comment lexing requirements | 2022-09-01 | 1 | -2/+24 | |
| | | |||||
| * | disallow mutating elements of const array | 2022-09-01 | 1 | -2/+6 | |
| | | |||||
| * | remove nesemu1 | 2022-08-31 | 1 | -1/+1 | |
| | | |||||
| * | fix some warnings | 2022-08-31 | 1 | -1/+1 | |
| | | |||||
| * | def x = expr -> defmacro x = expr, def const -> def | 2022-08-31 | 1 | -5/+12 | |
| | | |||||
| * | self hosting !!! with some workarounds though . | 2022-08-31 | 1 | -6/+7 | |
| | | |||||
| * | remove some testing thing | 2022-08-31 | 1 | -5/+0 | |
| | | |||||
| * | get close to self hosting (ack works) | 2022-08-31 | 1 | -4/+15 | |
| | | |||||
| * | fix some type size errors | 2022-08-30 | 1 | -4/+2 | |
| | | |||||
| * | interntype by ref | 2022-08-30 | 1 | -8/+8 | |
| | | |||||
| * | union statics | 2022-08-30 | 1 | -1/+1 | |
| | | |||||
| * | bitfield initializers | 2022-08-30 | 1 | -2/+50 | |
| | | |||||
| * | Makefile and such | 2022-08-30 | 1 | -0/+4 | |
| | | |||||
| * | remove ir*.cff; make vararg only with primitive types | 2022-08-29 | 1 | -43/+52 | |
| | | |||||
| * | many things ,varags | 2022-08-29 | 1 | -100/+122 | |
| | | |||||
| * | add type, multiline strings | 2022-08-29 | 1 | -2/+14 | |
| | | |||||
| * | fix some fold and add def const | 2022-08-28 | 1 | -1/+6 | |
| | | |||||
| * | miscellaneous | 2022-08-27 | 1 | -1/+1 | |
| | | |||||
| * | fix value when assign op store overflows, also typecheck assignops | 2022-08-27 | 1 | -2/+8 | |
| | | |||||
| * | improve bitfields | 2022-08-27 | 1 | -10/+3 | |
| | | |||||
| * | bitfields | 2022-08-26 | 1 | -29/+143 | |
| | | |||||
| * | 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 | |
| | | |||||