Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rework exception handling in the VM (#10544) | LemonBoy | 2019-02-08 | 1 | -0/+51 |
| | | | | | | | | | | | | | | | | | * Rework exception handling in the VM Make the safepoint handling more precise and less forgiving. The new code is clearer and more commented. Perform cleanup on `return`. The no-exception-thrown case in a try block should be slightly faster since we don't parse the whole set of exceptions every time. More tests. * Fix silly error that broke a few tests * Testament doesn't like files having the same name * Remove test case that failed compilation to js | ||||
* | Fix semantic analysis with noReturn proc in tail pos (#10422) | LemonBoy | 2019-01-23 | 1 | -0/+10 |
| | | | Fixes #10417 | ||||
* | Fixed getCurrentException and getCurrentExceptionMsg. Closes #4635 | Yuriy Glukhov | 2016-08-29 | 1 | -3/+3 |
| | |||||
* | fixes #2476 | Araq | 2015-04-19 | 1 | -3/+3 |
| | |||||
* | new tester; all tests categorized | Araq | 2014-01-13 | 1 | -0/+66 |