| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-04-07 | Move core libraries into their own folder | Bruce Hill | |
| 2025-04-06 | Make string escapes more normal: "\n" for newline, etc. Backticks can be | Bruce Hill | |
| used to put in literal code without escape sequences. | |||
| 2025-04-06 | Improved inline C code: now uses `C_code` keyword and supports | Bruce Hill | |
| interpolation with @ | |||
| 2025-04-06 | No more colons for blocks | Bruce Hill | |
| 2025-04-06 | Change method calls to use `foo.baz()` instead of `foo:baz()` | 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 | Tweak threads code | Bruce Hill | |
| 2025-03-31 | Deprecate do_begin/do_end | Bruce Hill | |
| 2025-03-30 | Add RW-lock | Bruce Hill | |
| 2025-03-21 | Update threads allocation code | Bruce Hill | |
| 2025-03-19 | Replace "begin"/"end" with "do_begin"/"do_end" | Bruce Hill | |
| 2025-03-18 | Pluralize pthreads | Bruce Hill | |
