| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-08-25 | Update file header comments | Bruce Hill | |
| 2025-08-24 | Clean up and fix issue with `if var := val` statements. Previous | Bruce Hill | |
| implementation was kinda janky, but the new one is more robust and simple. | |||
| 2025-08-24 | Remove vim modelines | Bruce Hill | |
| 2025-08-23 | Autoformat everything with clang-format | Bruce Hill | |
| 2025-04-30 | Update compiler to use randomly generated unique-per-file symbol | Bruce Hill | |
| suffixes instead of needing to rename symbols with objcopy | |||
| 2025-04-16 | Roll back change to add a return for unreachable functions | Bruce Hill | |
| 2025-04-16 | Automatically add return for unreachable code blocks (following a | Bruce Hill | |
| _Noreturn) to make TinyCC happy | |||
| 2025-04-15 | Deprecate `auto` | Bruce Hill | |
| 2025-04-15 | Bring back TCC support! | Bruce Hill | |
| 2025-04-03 | Deprecate heap_strf | Bruce Hill | |
| 2025-03-21 | Move stdlib into src/ | Bruce Hill | |
