| Commit message (Expand) | Author | Age | Files | Lines |
* | array literals uses typed arrays; fix a jsgen bug (#16850) | flywind | 2021-02-15 | 1 | -16/+39 |
* | [backport:1.4] JS cstring null fixes (#16979) | hlaaftana | 2021-02-11 | 1 | -3/+19 |
* | [JS] Ref #15952 make toOpenArray works better (#17001) | flywind | 2021-02-10 | 1 | -10/+19 |
* | fix #16822 (#16884) | flywind | 2021-02-01 | 1 | -2/+2 |
* | fix negative nan (#16628) | flywind | 2021-01-11 | 1 | -1/+4 |
* | IC: next steps (#16550) | Andreas Rumpf | 2021-01-07 | 1 | -3/+3 |
* | [backport 1.0] add backend support for js bigint (#16606) | Timothee Cour | 2021-01-06 | 1 | -1/+4 |
* | ref #16054 remove typed array (#16077) | flywind | 2020-11-24 | 1 | -8/+0 |
* | fix #12303 (#15964) | flywind | 2020-11-14 | 1 | -2/+7 |
* | Fix #8404 JS backend doesn't handle float->int type conversion (#15950) [back... | Bung | 2020-11-13 | 1 | -3/+9 |
* | fix #14157 (#15877) | flywind | 2020-11-12 | 1 | -0/+4 |
* | Fix 14127 js from int to int casting (#15918) | Bung | 2020-11-11 | 1 | -2/+1 |
* | follow #15818 and close #7109 (#15823) | flywind | 2020-11-02 | 1 | -2/+5 |
* | fix #8821 (#15809) | flywind | 2020-11-02 | 1 | -0/+5 |
* | fix #15651 (#15800) | flywind | 2020-10-31 | 1 | -0/+1 |
* | [closes #11625 and closes #2488]add global and threadvar(with `--threads:off`... | flywind | 2020-10-30 | 1 | -1/+6 |
* | fix #15638 (#15789) | flywind | 2020-10-30 | 1 | -0/+1 |
* | explicit ID generation for easier IC (#15559) | Andreas Rumpf | 2020-10-25 | 1 | -8/+10 |
* | avoid #8231, bitwise move to mul,div (#15070) | Bung | 2020-08-25 | 1 | -2/+10 |
* | fix #11354 jsgen not carefully handle genAddr with nkHiddenAddr,nkStm… (#15... | Bung | 2020-07-27 | 1 | -1/+10 |
* | fix #14534 (#15060) [backport] | Bung | 2020-07-25 | 1 | -1/+1 |
* | 'isolate' builtin; refs https://github.com/nim-lang/RFCs/issues/244 (#15011) | Andreas Rumpf | 2020-07-20 | 1 | -1/+1 |
* | init checks and 'out' parameters (#14521) | Andreas Rumpf | 2020-06-23 | 1 | -1/+1 |
* | remove tyOpt, mOpt (#14636) | Timothee Cour | 2020-06-12 | 1 | -4/+5 |
* | fix #14576 addr of param (including for lent) now works with nim js (#14577) | Timothee Cour | 2020-06-06 | 1 | -2/+9 |
* | Fix #14570 (#14571) | Danil Yarantsev | 2020-06-06 | 1 | -1/+1 |
* | fix #14350, cstrings in JS init as null (#14355) | hlaaftana | 2020-05-15 | 1 | -3/+1 |
* | fix js stacktraces, unify all file,line,col formatting into a single function... | Timothee Cour | 2020-05-05 | 1 | -2/+2 |
* | many bugfixes for js (#14158) | hlaaftana | 2020-04-29 | 1 | -30/+90 |
* | Fix negative indexed arrays for JS, refs #13966 (#14152) | hlaaftana | 2020-04-29 | 1 | -4/+4 |
* | Error -> Defect for defects (#13908) | Jacek Sieka | 2020-04-28 | 1 | -4/+4 |
* | `$(a: float)` now works consistently in nim js, avoiding printing floats as i... | Timothee Cour | 2020-04-27 | 1 | -6/+7 |
* | Make JS not mangle to snake_case (#14086) | hlaaftana | 2020-04-24 | 1 | -5/+1 |
* | Remove my wrongly written mangled-related code, not needed anymore (#13858) | Alexander Ivanov | 2020-04-03 | 1 | -8/+1 |
* | sourcemaps for the JS codegen (#7508) | Alexander Ivanov | 2020-04-03 | 1 | -9/+33 |
* | fix operators containing percent for VM usage (#13536) | Arne Döring | 2020-03-11 | 1 | -65/+61 |
* | Remove dead magics (#13551) | Arne Döring | 2020-03-03 | 1 | -12/+2 |
* | Remove genToArray in jsgen, a PHP remnant (#13466) | hlaaftana | 2020-02-22 | 1 | -20/+0 |
* | fixes #9674 [backport] (#13143) | Andreas Rumpf | 2020-01-14 | 1 | -1/+12 |
* | Cosmetic compiler cleanup (#12718) | Clyybber | 2019-11-28 | 1 | -306/+302 |
* | Improve head comment on JS (#12548) | Juan Carlos | 2019-11-22 | 1 | -15/+13 |
* | conversions to unsigned numbers are not checked anymore; implements /… (#12... | Andreas Rumpf | 2019-11-20 | 1 | -1/+4 |
* | ARC: solves phase ordering problems (#12654) | Andreas Rumpf | 2019-11-14 | 1 | -3/+8 |
* | JS improve indent (#12581) | Juan Carlos | 2019-11-03 | 1 | -1/+1 |
* | Fix jsgen bug with uninitialized seq (#12500) [backport] | Oscar Nihlgård | 2019-10-24 | 1 | -1/+1 |
* | Sets need copying in JS (#11392) | hlaaftana | 2019-10-02 | 1 | -1/+1 |
* | fixes #12240 [backport] (#12308) | Andreas Rumpf | 2019-10-01 | 1 | -1/+9 |
* | Small ast.nim cleanup (#12156) | Clyybber | 2019-09-09 | 1 | -28/+28 |
* | fix min/max for float numbers (#12068) | Arne Döring | 2019-09-02 | 1 | -6/+0 |
* | Allow typeof(nil) as a return type | Albert Safin | 2019-08-31 | 1 | -0/+2 |