Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix #16025 repr now consistent: does not insert trailing newline (#16034) | Timothee Cour | 2020-11-19 | 1 | -3/+2 |
| | |||||
* | fixes #12488 [backport] | Araq | 2019-11-28 | 1 | -0/+17 |
| | |||||
* | fixes #12670 [backport] (#12693) | Andreas Rumpf | 2019-11-20 | 1 | -0/+20 |
| | |||||
* | fixes #12310 [backport] (#12470) | Andreas Rumpf | 2019-10-20 | 1 | -0/+14 |
| | |||||
* | fixes #12244 [backport] | Araq | 2019-10-10 | 1 | -0/+20 |
| | |||||
* | fixes #10981; fixes #7261 (#12217) | Andreas Rumpf | 2019-09-19 | 1 | -0/+99 |
| | |||||
* | fixes #11610 (#11659) | Andreas Rumpf | 2019-07-05 | 1 | -2/+14 |
| | |||||
* | Rework exception handling in the VM (#10544) | LemonBoy | 2019-02-08 | 1 | -0/+20 |
| | | | | | | | | | | | | | | | | | * 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 | ||||
* | fixes #8740 | Araq | 2018-09-03 | 1 | -0/+51 |