| Age | Commit message (Expand) | Author |
| 2018-11-12 | Fix for codegen of Set-style dicts. | Bruce Hill |
| 2018-11-11 | Cleaning up say/print and io.write (now you can use (say "foo" inline)) | Bruce Hill |
| 2018-11-11 | Removed dead code. | Bruce Hill |
| 2018-11-11 | Added (% as hex) and fixed bug with text interpolation codegen not | Bruce Hill |
| 2018-11-11 | Fixed whitespace | 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 | Added doc | Bruce Hill |
| 2018-11-11 | Fixed shebang not getting newline | Bruce Hill |
| 2018-11-11 | Fixed -O optimization flag. | Bruce Hill |
| 2018-11-11 | Updating README. | Bruce Hill |
| 2018-11-11 | Updated to use 'set' syntax instead of ": yes" | Bruce Hill |
| 2018-11-11 | Adding compat for deprecating math convenience functions. | Bruce Hill |
| 2018-11-11 | Fixed some autoformatting stuff, and prepping to deprecate some math | Bruce Hill |
| 2018-11-11 | Fixed whitespace error. | Bruce Hill |
| 2018-11-11 | Fully upgraded to 4.10.12.7, including deprecating the old list/dict | Bruce Hill |
| 2018-11-11 | Added shebang and descriptive comment. | Bruce Hill |
| 2018-11-11 | Style tweak: using (retry) instead of %retry for goto label. | Bruce Hill |
| 2018-11-11 | Removing compile-error shim. | Bruce Hill |
| 2018-11-11 | Now preserving hex numbers with "0xF00" -> parse -> decompile -> | Bruce Hill |
| 2018-11-11 | Lots of fixes to the upgrading and codegen/autoformatting pipeline, also | Bruce Hill |
| 2018-11-10 | Recompile | Bruce Hill |
| 2018-11-10 | Tweaks to line clumping | Bruce Hill |
| 2018-11-09 | Fixed word clumping with linebreaks. | Bruce Hill |
| 2018-11-09 | Fixed other place for clumping "'" | Bruce Hill |
| 2018-11-09 | Changed clumping to only be different for "'", not other operators. | Bruce Hill |
| 2018-11-09 | Recompile | Bruce Hill |
| 2018-11-09 | Fixed `'s` clumping for stuff like (%foo's metatable) | Bruce Hill |
| 2018-11-09 | Fixed decompile issue with short actions not getting indented. | Bruce Hill |
| 2018-11-09 | Fixed comment clumping issue. | Bruce Hill |
| 2018-11-09 | Fixed text upgrading. | Bruce Hill |
| 2018-11-09 | Better handling of shebangs and comments at the top of a file. | Bruce Hill |
| 2018-11-09 | Removed debug code. | Bruce Hill |
| 2018-11-09 | Improvements for parenthesization of escaped nomsu. | Bruce Hill |
| 2018-11-09 | Fixing the upgrade pipeline, plus some misc. fixes. | 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 | Fixes/upgrades. | Bruce Hill |
| 2018-11-08 | Major overhaul, splitting nomsu_compiler into nomsu_environment, | Bruce Hill |
| 2018-11-06 | Added `things` library (improved version of lib/object.nom). | Bruce Hill |
| 2018-11-06 | Removed utils.lua, simplified some metaprogramming stuff, added native support | Bruce Hill |
| 2018-11-02 | Merge branch 'master' into working | Bruce Hill |
| 2018-11-02 | Tweak | Bruce Hill |
| 2018-11-02 | Changed stub convention to (foo 1 baz 2) -> foo_1_baz instead of | Bruce Hill |
| 2018-10-31 | Simplified AST to just use a single moonscript class called "SyntaxTree" | Bruce Hill |
| 2018-10-31 | More explicit. | Bruce Hill |
| 2018-10-31 | Renamed (action %) -> (%'s meaning) | Bruce Hill |
| 2018-10-31 | Added upgrade file. | Bruce Hill |
| 2018-10-31 | Bumped version number, fixed REPL, and simplified/fixed (use %). | Bruce Hill |