Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2020-12-29 | Moved "lux/data/number" to "lux/math/number". | Eduardo Julian | 1 | -3/+3 |
2020-12-25 | Replaced kebab-case with snake_case for naming convention. | Eduardo Julian | 1 | -16/+16 |
2020-12-10 | Re-named "with-cover" to "for". | Eduardo Julian | 1 | -6/+6 |
2020-12-02 | Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con... | Eduardo Julian | 1 | -7/+7 |
2020-11-24 | Better error messages when re-using a name when making a definition. | Eduardo Julian | 1 | -3/+3 |
2020-11-05 | Improved error reporting for syntax macros. | Eduardo Julian | 1 | -1/+1 |
2020-11-02 | Allow defining anonymous actors. | Eduardo Julian | 1 | -2/+2 |
2020-10-24 | Changed type-parameters for Mixin types. | Eduardo Julian | 1 | -6/+6 |
2020-10-12 | Tweaked how I64 masks are made. | Eduardo Julian | 1 | -5/+3 |
2020-10-09 | Also using BIPUSH and SIPUSH during JVM generation. | Eduardo Julian | 1 | -101/+7 |
2020-10-07 | Re-named "Cursor" type to "Location". | Eduardo Julian | 1 | -1/+3 |
2020-10-07 | Test imports for circular dependencies. | Eduardo Julian | 1 | -0/+212 |