Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-01-03 | Switch MATCH to separate begin/end macros | Ben Longbons | 1 | -18/+26 | |
The for loop trick turned out to be very prone to infinite loops at runtime. It's better to force compiler errors even if it's ugly. | |||||
2014-11-19 | Magically allow "break" within WITH_VAR | Ben Longbons | 1 | -1/+1 | |
2014-11-09 | Make it easier to debug scripts, especially from coredumps | Ben Longbons | 1 | -130/+0 | |
2014-10-26 | Fix header ranking | Ben Longbons | 1 | -1/+2 | |
2014-10-13 | Convert container lookups to use Option<Borrowed<T>> | Ben Longbons | 1 | -14/+14 | |
2014-10-08 | Split script.cpp | Ben Longbons | 1 | -0/+1042 | |