| Commit message (Expand) | Author | Age | Files | Lines |
* | followup #16871 asyncjs.then: allow pipelining procs returning futures (#17189) | Timothee Cour | 2021-03-04 | 3 | -0/+22 |
* | fix #17177 (#17243) | flywind | 2021-03-03 | 1 | -0/+10 |
* | asyncjs: add `then`, `catch` for promise pipelining (#16871) | Timothee Cour | 2021-02-24 | 2 | -18/+84 |
* | array literals uses typed arrays; fix a jsgen bug (#16850) | flywind | 2021-02-15 | 3 | -15/+32 |
* | fixed dot operator recursive loop & macro suggest (#16922) | Saem Ghani | 2021-02-15 | 1 | -1/+17 |
* | fix #16978 unittest js foreign exception (#16998) | Timothee Cour | 2021-02-13 | 1 | -0/+16 |
* | Make parseopt available on all backends (#17009) | hlaaftana | 2021-02-13 | 1 | -1/+1 |
* | [backport:1.4] JS cstring null fixes (#16979) | hlaaftana | 2021-02-11 | 1 | -1/+9 |
* | tests/tuples/ttuples_issues.nim: test on all backends + various improvements ... | Timothee Cour | 2021-02-02 | 2 | -29/+5 |
* | fix #16822 (#16884) | flywind | 2021-02-01 | 1 | -0/+29 |
* | fix noDecl => nodecl (#16760) | Timothee Cour | 2021-01-20 | 1 | -1/+1 |
* | js: improve tests + some docs (#16727) | Timothee Cour | 2021-01-16 | 2 | -262/+167 |
* | [backport 1.0] add backend support for js bigint (#16606) | Timothee Cour | 2021-01-06 | 1 | -0/+58 |
* | refactor cmpIgnoreStyle and cmpIgnoreCase (#16399) | flywind | 2020-12-31 | 1 | -16/+1 |
* | unittest: use defines instead of env vars (#16165) | Timothee Cour | 2020-12-10 | 1 | -13/+0 |
* | make megatest consistent with unjoined tests wrt newlines, honor newlines in ... | Timothee Cour | 2020-11-28 | 1 | -1/+3 |
* | add `**` to jsffi (#16141) | flywind | 2020-11-26 | 1 | -1/+33 |
* | add simple writeStackTrace for JS backend (#16016) | flywind | 2020-11-24 | 1 | -0/+12 |
* | fix #16025 repr now consistent: does not insert trailing newline (#16034) | Timothee Cour | 2020-11-19 | 1 | -44/+29 |
* | fix #12303 (#15964) | flywind | 2020-11-14 | 1 | -0/+16 |
* | strengthen taddr.nim: add test case for #14578; reference other issues; test ... | Timothee Cour | 2020-11-13 | 1 | -139/+0 |
* | js -d:nodejs now supports osenv: `getEnv`, `putEnv`, `envPairs`, `delEnv`, `e... | Timothee Cour | 2020-11-12 | 1 | -0/+26 |
* | fix #14157 (#15877) | flywind | 2020-11-12 | 1 | -0/+6 |
* | follow #15818 and close #7109 (#15823) | flywind | 2020-11-02 | 1 | -0/+8 |
* | fix #8821 (#15809) | flywind | 2020-11-02 | 1 | -0/+12 |
* | fix #15651 (#15800) | flywind | 2020-10-31 | 1 | -0/+18 |
* | [closes #11625 and closes #2488]add global and threadvar(with `--threads:off`... | flywind | 2020-10-30 | 1 | -0/+30 |
* | closes #7658 (#15784) | flywind | 2020-10-30 | 1 | -0/+7 |
* | fix #15638 (#15789) | flywind | 2020-10-30 | 1 | -0/+3 |
* | add testcase for #7127 (#15780) | flywind | 2020-10-30 | 1 | -0/+2 |
* | avoid #8231, bitwise move to mul,div (#15070) | Bung | 2020-08-25 | 1 | -0/+3 |
* | fix #11354 jsgen not carefully handle genAddr with nkHiddenAddr,nkStm… (#15... | Bung | 2020-07-27 | 1 | -0/+20 |
* | fix #14475; unittest.require now works with `nim c`; require and check now wo... | Timothee Cour | 2020-07-14 | 1 | -0/+2 |
* | fix #14576 addr of param (including for lent) now works with nim js (#14577) | Timothee Cour | 2020-06-06 | 1 | -1/+61 |
* | Fix #14570 (#14571) | Danil Yarantsev | 2020-06-06 | 1 | -0/+11 |
* | 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 |