| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | add some targets | 2022-09-01 | 1 | -2/+47 | |
| * | on big aggregates big, use a hash map to lookup fields | 2022-09-01 | 6 | -22/+105 | |
| * | check for duplicate fields faster using bloom filter | 2022-09-01 | 1 | -6/+54 | |
| * | replace instances of streq with == | 2022-09-01 | 2 | -11/+11 | |
| * | disallow duplicate fields | 2022-09-01 | 1 | -0/+11 | |
| * | fix memory leak | 2022-09-01 | 1 | -0/+1 | |
| * | fix filepaths set edge case | 2022-09-01 | 1 | -1/+1 | |
| * | relax block comment lexing requirements | 2022-09-01 | 2 | -2/+25 | |
| * | fix typo | 2022-09-01 | 1 | -3/+3 | |
| * | tweak cli options | 2022-09-01 | 1 | -7/+10 | |
| * | static bitfield initializers | 2022-09-01 | 1 | -0/+21 | |
| * | disallow mutating elements of const array | 2022-09-01 | 2 | -3/+7 | |
| * | remove nesemu1 | 2022-08-31 | 1 | -1/+1 | |
| * | fix some warnings | 2022-08-31 | 2 | -3/+3 | |
| * | def x = expr -> defmacro x = expr, def const -> def | 2022-08-31 | 5 | -10/+19 | |
| * | self hosting !!! with some workarounds though . | 2022-08-31 | 3 | -9/+13 | |
| * | remove unused file | 2022-08-31 | 1 | -15/+0 | |
| * | remove some testing thing | 2022-08-31 | 2 | -7/+1 | |
| * | get close to self hosting (ack works) | 2022-08-31 | 3 | -39/+64 | |
| * | fix some type size errors | 2022-08-30 | 4 | -10/+7 | |
| * | interntype by ref | 2022-08-30 | 3 | -18/+18 | |
| * | ptr diff fix | 2022-08-30 | 1 | -5/+8 | |
| * | union statics | 2022-08-30 | 2 | -65/+135 | |
| * | bitfield initializers | 2022-08-30 | 3 | -2/+65 | |
| * | Makefile and such | 2022-08-30 | 4 | -11/+84 | |
| * | fix vararg | 2022-08-30 | 1 | -3/+10 | |
| * | i1 | 2022-08-29 | 1 | -1/+1 | |
| * | fix some bugs | 2022-08-29 | 1 | -9/+19 | |
| * | remove ir*.cff; make vararg only with primitive types | 2022-08-29 | 10 | -1057/+236 | |
| * | many things ,varags | 2022-08-29 | 5 | -148/+291 | |
| * | staticify | 2022-08-29 | 1 | -18/+51 | |
| * | add type, multiline strings | 2022-08-29 | 3 | -4/+30 | |
| * | llvm fix some bug | 2022-08-28 | 1 | -2/+2 | |
| * | fix some fold and add def const | 2022-08-28 | 5 | -3/+80 | |
| * | miscellaneous | 2022-08-27 | 3 | -7/+27 | |
| * | gen strlit value | 2022-08-27 | 1 | -0/+2 | |
| * | fix value when assign op store overflows, also typecheck assignops | 2022-08-27 | 2 | -7/+13 | |
| * | deref fix | 2022-08-27 | 1 | -1/+1 | |
| * | llvm print line | 2022-08-27 | 1 | -0/+1 | |
| * | improve bitfields | 2022-08-27 | 2 | -119/+117 | |
| * | bitfields | 2022-08-26 | 5 | -52/+242 | |
| * | array statics | 2022-08-26 | 1 | -0/+28 | |
| * | some fixes + .[] syntax sugar | 2022-08-26 | 3 | -2/+16 | |
| * | oops | 2022-08-26 | 1 | -1/+1 | |
| * | vararg promote array->ptr | 2022-08-26 | 4 | -5/+8 | |
| * | gensym fix, offset fix, str statics | 2022-08-26 | 2 | -3/+11 | |
| * | vararg promotion | 2022-08-25 | 1 | -2/+10 | |
| * | don't inherit defers into nested functions | 2022-08-25 | 1 | -0/+3 | |
| * | hmm | 2022-08-25 | 1 | -3/+9 | |
| * | now test.cff kinda | 2022-08-25 | 3 | -12/+64 |