| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-04-15 | Add --no-source-mapping flag | Bruce Hill | |
| 2025-04-12 | Replace addr2line with libbacktrace to get improved stack traces | Bruce Hill | |
| 2025-04-06 | Rename Array -> List in all code and docs | Bruce Hill | |
| 2025-04-04 | First working compile of refactor to add explicit typing to declarations | Bruce Hill | |
| and support untyped empty collections and `none`s | |||
| 2025-04-01 | Moved RNG out of the compiler and into a standalone library | Bruce Hill | |
| 2025-04-01 | Add back extra space | Bruce Hill | |
| 2025-04-01 | Remove accidental extra newline | Bruce Hill | |
| 2025-04-01 | Move patterns into a module | Bruce Hill | |
| 2025-03-31 | Remove threads and mutexed data from the language in favor of a | Bruce Hill | |
| module-based approach | |||
| 2025-03-27 | Deprecate custom printf specifiers in favor of print() function that | Bruce Hill | |
| uses _Generic() to generically convert any value to a string or print as a string. | |||
| 2025-03-21 | Move files into src/ and build into build/ | Bruce Hill | |
