| Commit message (Expand) | Author | Age | Files | Lines |
* | fix #14350, cstrings in JS init as null (#14355) | hlaaftana | 2020-05-15 | 2 | -3/+3 |
* | fix js stacktraces, unify all file,line,col formatting into a single function... | Timothee Cour | 2020-05-05 | 1 | -4/+5 |
* | JS unittest stacktrace fix, cleanup js repr and inclrtl includes (#14168) | hlaaftana | 2020-04-30 | 1 | -0/+22 |
* | many bugfixes for js (#14158) | hlaaftana | 2020-04-29 | 7 | -12/+134 |
* | Fix negative indexed arrays for JS, refs #13966 (#14152) | hlaaftana | 2020-04-29 | 1 | -0/+6 |
* | Error -> Defect for defects (#13908) | Jacek Sieka | 2020-04-28 | 2 | -3/+3 |
* | StringStream & more stdlib modules support for JS/NimScript (#14095) | hlaaftana | 2020-04-28 | 3 | -0/+287 |
* | `$(a: float)` now works consistently in nim js, avoiding printing floats as i... | Timothee Cour | 2020-04-27 | 2 | -5/+68 |
* | fixes #14112, tests for #12892, #12671, #11697 (#14125) | hlaaftana | 2020-04-26 | 2 | -0/+13 |
* | Ref #14075 - enable two tests which seem to now be passing locally on FreeBSD... | Euan | 2020-04-22 | 1 | -1/+0 |
* | fix #13222: make relativePath more robust and flexible (#13451) | Timothee Cour | 2020-04-21 | 1 | -0/+14 |
* | relativePath("foo", "foo") is now ".", not "" (#13452) | Timothee Cour | 2020-02-22 | 1 | -0/+7 |
* | style fix: change 'JS' to 'js' to make it consistent (#13168) | Miran | 2020-01-16 | 1 | -1/+1 |
* | fixes #9674 [backport] (#13143) | Andreas Rumpf | 2020-01-14 | 1 | -1/+9 |
* | fixes #13119 (#13128) | Andreas Rumpf | 2020-01-14 | 1 | -2/+2 |
* | clean up deprecated stuff and unused imports in tests (#13059) | Miran | 2020-01-07 | 3 | -9/+6 |
* | #12103 - CI for FreeBSD (#12179) | Euan | 2019-11-29 | 1 | -0/+1 |
* | fix in tests/js/tconsole (#12709) | Arne Döring | 2019-11-25 | 1 | -3/+3 |
* | Fix jsgen bug with uninitialized seq (#12500) [backport] | Oscar Nihlgård | 2019-10-24 | 1 | -0/+20 |
* | Sets need copying in JS (#11392) | hlaaftana | 2019-10-02 | 1 | -0/+14 |
* | importjs symbol (#12218) | Arne Döring | 2019-09-20 | 2 | -11/+347 |
* | close #11166 by adding a test | narimiran | 2019-07-25 | 1 | -0/+4 |
* | JS codegen: supports toOpenArray [bugfix] | Araq | 2019-07-12 | 1 | -1/+9 |
* | 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 |