| Commit message (Expand) | Author | Age | Files | Lines |
* | implement system.default for the JS target | Andreas Rumpf | 2019-03-05 | 1 | -0/+14 |
* | fixes 10697 [backport] | Araq | 2019-02-19 | 1 | -2/+13 |
* | fixes #10651 | Araq | 2019-02-14 | 2 | -10/+37 |
* | Fixes 10202 (#10283) | rec | 2019-01-12 | 1 | -10/+27 |
* | Guard against null exception (#10162) | rec | 2019-01-04 | 1 | -0/+3 |
* | Support undefined in isNil (#9960) | Alexander Ivanov | 2018-12-30 | 1 | -0/+16 |
* | Fixed insert for nil seq in js (#10068) | Yuriy Glukhov | 2018-12-21 | 1 | -0/+32 |
* | Make copies for params which are captured in closures. Fixes #7048 (#10050) | rec | 2018-12-20 | 1 | -0/+44 |
* | Fixes #10005 | recloser | 2018-12-15 | 1 | -0/+17 |
* | lots of small changes | Arne Döring | 2018-12-11 | 1 | -1/+1 |
* | fix js category | Arne Döring | 2018-12-11 | 1 | -1/+2 |
* | Fix fat pointers, object copying, magic double evals on JS (#9411) [backport] | rec | 2018-12-04 | 2 | -0/+489 |
* | Support only some types as JsAssoc types (#8627) | Alexander Ivanov | 2018-11-23 | 1 | -12/+12 |
* | Fix printing and comparing uninitialized strings | recloser | 2018-10-21 | 3 | -9/+17 |
* | Field checks for everybody (#8957) | LemonBoy | 2018-10-09 | 2 | -0/+72 |
* | Try/Catch support for native JS exceptions (#8955) | LemonBoy | 2018-10-09 | 1 | -0/+31 |
* | Fix add(string, cstring) when the lhs is null (#8951) | LemonBoy | 2018-09-12 | 1 | -0/+4 |
* | Fix concat behaviour for uninitialized strings (#8950) | LemonBoy | 2018-09-11 | 1 | -0/+5 |
* | Fix insert/delete for JS (#8915) | LemonBoy | 2018-09-08 | 1 | -0/+12 |
* | Fix AST generation for case statements (#8908) | LemonBoy | 2018-09-07 | 1 | -0/+7 |
* | Sync line generation between C and JS backends (#8888) | LemonBoy | 2018-09-07 | 1 | -0/+26 |
* | Automatic deref for everything but pointers in asm/emit (#8891) | LemonBoy | 2018-09-07 | 3 | -5/+26 |
* | Correctly mangle `this` in the JS backend (#8853) | LemonBoy | 2018-09-03 | 2 | -2/+25 |
* | fix items for cstring for the JS target; makes tests green again | Araq | 2018-09-03 | 1 | -2/+2 |
* | Cleanup ttimes (#8714) | Oscar Nihlgård | 2018-08-22 | 1 | -43/+0 |
* | times.Timezone changes (#8527) | Oscar Nihlgård | 2018-08-17 | 1 | -5/+5 |
* | make JS tests green | Andreas Rumpf | 2018-08-13 | 3 | -3/+3 |
* | New implementations of times.parse & times.format (#8094) | Oscar Nihlgård | 2018-07-09 | 1 | -3/+3 |
* | Testament should run tests with no action (#8232) | genotrance | 2018-07-08 | 1 | -0/+3 |
* | Fix cmpStrings in js mode (#7604) | treeform | 2018-04-15 | 1 | -0/+9 |
* | make JS tests green again | Andreas Rumpf | 2018-04-14 | 1 | -1/+1 |
* | fixes #4470 | Andreas Rumpf | 2018-04-13 | 1 | -1/+11 |
* | Sub second time resolution (#6978) | Oscar Nihlgård | 2018-04-13 | 1 | -4/+3 |
* | Use addPragma | Alexander Ivanov | 2018-03-05 | 1 | -1/+1 |
* | Stop replacing all pragmas of a function with asyncjs | Alexander Ivanov | 2018-03-03 | 1 | -0/+27 |
* | Fix return (#7225) | Alexander Ivanov | 2018-02-27 | 1 | -0/+2 |
* | Fixes #6741 (#7131) | Yuriy Glukhov | 2018-01-25 | 1 | -41/+47 |
* | Unify async macro and futures for js and native targets | Yuriy Glukhov | 2018-01-05 | 1 | -1/+0 |
* | Fix the forward test | Alexander Ivanov | 2017-12-20 | 1 | -4/+5 |
* | Make asyncjs Future[void] play nicely with last line discardable calls | Alexander Ivanov | 2017-12-19 | 1 | -2/+7 |
* | added asyncjs standard library module (#6841) | Alexander Ivanov | 2017-12-19 | 1 | -0/+26 |
* | Better times module (#6552) | GULPF | 2017-12-18 | 1 | -19/+34 |
* | Improved collection-to-string behavior (#6825) | Fabian Keller | 2017-12-14 | 1 | -1/+1 |
* | Implement codegenDecl for js (#6851) | Alexander Ivanov | 2017-12-01 | 2 | -0/+21 |
* | fixes #6753 | Andreas Rumpf | 2017-11-22 | 1 | -1/+14 |
* | added a version of macros.expectLen that takes min/max values | Araq | 2017-11-21 | 1 | -0/+0 |
* | fixes #6532 array bounds check for non zero based arrays on the js backend (#... | skilchen | 2017-11-06 | 1 | -0/+44 |
* | make tests green again | Andreas Rumpf | 2017-09-30 | 1 | -8/+8 |
* | Restore the old behavior of parsing "quote do:" | Zahary Karadjov | 2017-08-19 | 1 | -2/+2 |
* | fixes #5986 js backend failed to compile try ... except new syntax (#6116) | andri lim | 2017-07-17 | 1 | -0/+13 |