| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-09-08 | Fix nearly every GCC warning and add __attribute__((pure/const)) where | Bruce Hill | |
| appropriate | |||
| 2024-09-05 | Replace $Type with Type$info for builtin TypeInfos | Bruce Hill | |
| 2024-09-05 | Do the extremely obvious optimization of checking if two pieces of data | Bruce Hill | |
| are at the same location before bothering to compare them | |||
| 2024-09-05 | Clean up some imports | Bruce Hill | |
| 2024-09-03 | Use Text("...") literal constructor instead of Text$from_str("...") | Bruce Hill | |
| function call. | |||
| 2024-09-02 | Initial WIP first past | Bruce Hill | |
| 2024-08-13 | Partially working first draft of bigints | Bruce Hill | |
| 2024-08-05 | Add a Range datatype with creation methods like `5:to(10)` and | Bruce Hill | |
| modification methods like `range:by(2)` or `range:reversed()` | |||
