| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | rename arraylength macro -> countof | 2025-12-11 | 1 | -3/+3 | |
| | | |||||
| * | c: accept C99 `[static N]` style array decls, changes to fn quals | 2025-12-11 | 1 | -9/+3 | |
| | | | | | | | Function parameters qualifiers don't matter outside of function definition. `int (const int)` should be compatible with `int(int)` etc. So no need to store them in the typedata. | ||||
| * | c: support for noreturn, and decl parsing cleanup | 2025-12-11 | 1 | -1/+0 | |
| | | |||||
| * | c/type: make implicit const T* -> T* conversion warning, not error | 2025-11-26 | 1 | -2/+1 | |
| | | |||||
| * | factor type stuff into type.h | 2025-11-16 | 1 | -1/+1 | |
| | | |||||
| * | - break; | 2025-10-24 | 1 | -1/+0 | |
| | | |||||
| * | implement long double (as double synonym). wchar_t placeholder | 2025-10-15 | 1 | -1/+0 | |
| | | |||||
| * | arithmetic type cvt errata | 2025-10-13 | 1 | -2/+2 | |
| | | |||||
| * | add initializers (only static for initialier list rn) | 2023-06-29 | 1 | -1/+1 | |
| | | | | | and other fixes | ||||
| * | support calling undeclared functions | 2023-06-04 | 1 | -0/+4 | |
| | | |||||
| * | abi lowering pass | 2023-06-04 | 1 | -6/+0 | |
| | | |||||
| * | field access | 2023-05-29 | 1 | -6/+34 | |
| | | |||||
| * | improve struct token | 2023-05-28 | 1 | -3/+3 | |
| | | |||||
| * | hm | 2023-05-26 | 1 | -2/+4 | |
| | | |||||
| * | initial commit | 2023-05-10 | 1 | -0/+287 | |