| Age | Commit message (Expand) | Author |
| 2019-02-05 | Bunch of changes: | Bruce Hill |
| 2019-01-29 | Switched to have colors/utf8 be optional, fixed an issue with currently | Bruce Hill |
| 2019-01-25 | Added metatables for bool, number, function, coroutine. Added | Bruce Hill |
| 2019-01-23 | Added _1_as_text(), which converts true -> yes, false -> no. | Bruce Hill |
| 2019-01-22 | Moved all the text method stuff into text.moon instead of splitting | Bruce Hill |
| 2019-01-18 | Better error handling. | Bruce Hill |
| 2019-01-16 | Better error messaging (using pretty_error in more places) | Bruce Hill |
| 2019-01-15 | Updating to v6.15, which includes "external (...)" instead of separate | Bruce Hill |
| 2019-01-14 | Moved compatibility to lib/ and fixed path searching for .peg files. | Bruce Hill |
| 2019-01-14 | Overhaul in progress, mostly working. Moved all the nomsu packages into | Bruce Hill |
| 2019-01-11 | Tweaked code to use both _ENV and _G for better compatibility of | Bruce Hill |
| 2019-01-10 | Major overhaul of how modules and environments work, along with some | Bruce Hill |
| 2019-01-08 | Made the source mapping optional (and disabled with -O2+) | Bruce Hill |
| 2019-01-07 | Added quit/exit and switched Files.read->exists. | Bruce Hill |
| 2018-12-31 | Fixed bug where cached files would incorrectly appear to not have been | Bruce Hill |
| 2018-12-15 | Fix for files getting run twice by (use "") | Bruce Hill |
| 2018-12-14 | Fixed some bugs, including upgrade --upgrade-from=version not working. | Bruce Hill |
| 2018-11-26 | Updated and fixed the command line API. Introduced the "-t tool" flag | Bruce Hill |
| 2018-11-23 | Tweaks and tidying. | Bruce Hill |
| 2018-11-20 | Simplifying the filesystem code (no longer entangled with nomsupath) and | Bruce Hill |
| 2018-11-19 | Tweaks and API cleanup. | Bruce Hill |
| 2018-11-17 | In-progress (but working) overhaul of some elements including: function | Bruce Hill |
| 2018-11-11 | Cleaning up say/print and io.write (now you can use (say "foo" inline)) | Bruce Hill |
| 2018-11-11 | Fixed compatibility thing with NomsuCode::from | Bruce Hill |
| 2018-11-11 | Re-implemented nomsu -> lua comment translation and added file chunk | Bruce Hill |
| 2018-11-11 | Fixed -O optimization flag. | Bruce Hill |
| 2018-11-11 | Lots of fixes to the upgrading and codegen/autoformatting pipeline, also | Bruce Hill |
| 2018-11-09 | Removed debug code. | Bruce Hill |
| 2018-11-09 | No longer passing `tree` to every compile action. Now, you can just | Bruce Hill |
| 2018-11-09 | Deprecating (% as lua statements) and (% as lua return) | Bruce Hill |
| 2018-11-09 | Lots of cleanups, including expanded use of (... compiles to "text | Bruce Hill |
| 2018-11-08 | Major overhaul, splitting nomsu_compiler into nomsu_environment, | Bruce Hill |