| Age | Commit message (Expand) | Author |
| 2019-01-27 | Added list of all .nom files | Bruce Hill |
| 2019-01-25 | Added metatables for bool, number, function, coroutine. Added | Bruce Hill |
| 2019-01-22 | Moved all the text method stuff into text.moon instead of splitting | Bruce Hill |
| 2019-01-15 | Added rule to precompile tools/compatibility when installing. | Bruce Hill |
| 2019-01-15 | Updated makefile to avoid precompiling and testing compatibility and tools. | 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-10 | Major overhaul of how modules and environments work, along with some | Bruce Hill |
| 2019-01-04 | Made wildcards recursive and fixed default PREFIX | Bruce Hill |
| 2018-12-31 | Bumped version number. | Bruce Hill |
| 2018-12-14 | Initial setup work for syntax version 5. | Bruce Hill |
| 2018-11-08 | Major overhaul, splitting nomsu_compiler into nomsu_environment, | Bruce Hill |
| 2018-11-06 | Removed utils.lua, simplified some metaprogramming stuff, added native support | Bruce Hill |
| 2018-09-14 | Renaming parser2 to parser. | Bruce Hill |
| 2018-09-14 | Removing the remnants of the old parser system. | Bruce Hill |
| 2018-09-12 | Initial working version. | Bruce Hill |
| 2018-09-06 | Removed the mandatory "_" prefix for Nomsu variables, renamed "list" and | Bruce Hill |
| 2018-08-30 | Added bitops files to Makefile. | Bruce Hill |
| 2018-08-29 | Handling more compatibility stuff, including Lua 5.4, and a backup for | Bruce Hill |
| 2018-07-24 | Switched to optimization level 1 by default (i.e. use precompiled nomsu | Bruce Hill |
| 2018-07-23 | Renamed nomsu_tree -> syntax_tree, so anyone looking for syntax trees | Bruce Hill |
| 2018-07-22 | Actually removing the tests now that they're inline. | Bruce Hill |
| 2018-07-22 | Switching makefile to use inline tests. | Bruce Hill |
| 2018-07-18 | Updated Makefile to copy over compatibility and tools directories, and | Bruce Hill |
| 2018-06-24 | Added UNINSTALL_VERSION parameter to makefile so users can specify a | Bruce Hill |
| 2018-06-24 | Tweaked `make test` to run both unoptimized and optimized tests. | Bruce Hill |
| 2018-06-24 | Removed vestiges of nomsu_latest, so the makefile works properly. | Bruce Hill |
| 2018-06-24 | Added manpage and fixed a bug that screwed up nomsu loading. | Bruce Hill |
| 2018-06-24 | Slightly tidier install without making a local nomsu$version file, just | Bruce Hill |
| 2018-06-24 | Simplifications/streamlining the Make process, and cleaning up some of | Bruce Hill |
| 2018-06-23 | Cleaning up makefile and REPL colors. | Bruce Hill |
| 2018-06-23 | Fixed up nomsupath behavior and refactored file stuff into its own file. | Bruce Hill |
| 2018-06-23 | Fixed and simplified makefile a bit. | Bruce Hill |
| 2018-06-23 | Added versioning system. | Bruce Hill |
| 2018-06-22 | Changed `make clean` to only clean up build files, not uninstall. | Bruce Hill |
| 2018-06-22 | Updating documentation. | Bruce Hill |
| 2018-06-22 | Adding fancy makefile that compiles all the moonscript files and | Bruce Hill |