| Commit message (Expand) | Author | Age | Files | Lines |
* | int64/uint64 as bigint in JS (#21613) | metagn | 2023-04-11 | 1 | -13/+13 |
* | remove legacy code (#21134) | ringabout | 2022-12-26 | 1 | -22/+0 |
* | Added 'openArray[char]' overloads to 'std/parseutils' (#20527) | Jason Beetham | 2022-10-24 | 1 | -8/+13 |
* | [js] add testcase for array indexDefect and remove todo (#19838) | flywind | 2022-06-10 | 1 | -4/+0 |
* | remove unnecessary framePtr code (#19645) | flywind | 2022-03-25 | 1 | -1/+2 |
* | suggestion to respect typedarray type (#19257) | Sven Keller | 2021-12-16 | 1 | -1/+27 |
* | make JS trunc polyfill opt-in, closes #16144 (#19183) | hlaaftana | 2021-11-24 | 1 | -3/+3 |
* | fix for js strict mode (#18799) | Sven Keller | 2021-09-04 | 1 | -4/+1 |
* | properly fix #10053 ; `FieldDefect` msg now shows discriminant value + linein... | Timothee Cour | 2021-08-13 | 1 | -2/+2 |
* | make -d:nimFpRoundtrips work consistently in vm vs rt, fix #18400, etc (#18531) | Timothee Cour | 2021-07-20 | 1 | -17/+1 |
* | fix #7717 roundtrip float to string; fix `parseFloat` for js (#18248) | Timothee Cour | 2021-06-13 | 1 | -48/+41 |
* | close #18129 Add setCurrentException for JS backend (#18145) | flywind | 2021-06-01 | 1 | -0/+3 |
* | [backport:1.4] JS cstring null fixes (#16979) | hlaaftana | 2021-02-11 | 1 | -1/+1 |
* | fix printing negative zero in JS backend (#16505) | flywind | 2020-12-29 | 1 | -1/+3 |
* | fix nim js cmp fails at CT (#16473) | flywind | 2020-12-27 | 1 | -1/+6 |
* | Avoid creating a holey array in makeNimstrLit for JS target (#16461) | Jonah Snider | 2020-12-27 | 1 | -3/+2 |
* | add simple writeStackTrace for JS backend (#16016) | flywind | 2020-11-24 | 1 | -0/+5 |
* | Correct all eggs (#15906) | Miran | 2020-11-10 | 1 | -1/+1 |
* | Clean out jssys (#15442) | Juan Carlos | 2020-10-01 | 1 | -6/+0 |
* | fix js stacktraces, unify all file,line,col formatting into a single function... | Timothee Cour | 2020-05-05 | 1 | -4/+5 |
* | many bugfixes for js (#14158) | hlaaftana | 2020-04-29 | 1 | -9/+16 |
* | Error -> Defect for defects (#13908) | Jacek Sieka | 2020-04-28 | 1 | -8/+8 |
* | StringStream & more stdlib modules support for JS/NimScript (#14095) | hlaaftana | 2020-04-28 | 1 | -1/+1 |
* | `$(a: float)` now works consistently in nim js, avoiding printing floats as i... | Timothee Cour | 2020-04-27 | 1 | -0/+15 |
* | fixes #13032 | Araq | 2020-01-04 | 1 | -5/+5 |
* | Improve Math.Trunc code emit on JS, had weird whitespaces and indents (#12549) | Juan Carlos | 2019-10-30 | 1 | -10/+10 |
* | better tojsstr (#11954) | Andreas Rumpf | 2019-08-16 | 1 | -32/+39 |
* | fixes #10053 (#11951) | Timothee Cour | 2019-08-15 | 1 | -1/+1 |
* | [refactoring] remove zeroExtend and friends from the compiler builtins. (#11531) | Arne Döring | 2019-06-24 | 1 | -16/+17 |
* | revive #10228 (fix #9880) (#10610) | Timothee Cour | 2019-02-13 | 1 | -3/+5 |
* | Guard against null exception (#10162) | rec | 2019-01-04 | 1 | -1/+1 |
* | Fix fat pointers, object copying, magic double evals on JS (#9411) [backport] | rec | 2018-12-04 | 1 | -2/+5 |
* | Fix printing and comparing uninitialized strings | recloser | 2018-10-21 | 1 | -0/+3 |
* | JS strings have no trailing zero anymore (#8936) | LemonBoy | 2018-09-11 | 1 | -14/+6 |
* | fixes merge conflict | Andreas Rumpf | 2018-08-19 | 1 | -1/+1 |
|\ |
|
| * | make more tests green | Andreas Rumpf | 2018-08-13 | 1 | -1/+1 |
* | | WIP: strings/seqs based on destructors | Andreas Rumpf | 2018-07-17 | 1 | -1/+0 |
* | | more progress on destructor based strings | Andreas Rumpf | 2018-07-13 | 1 | -3/+1 |
|/ |
|
* | JS hotfix for the Internet Explorer up to version 11 | Araq | 2018-05-25 | 1 | -1/+14 |
* | Remove PHP backend. (#7606) | treeform | 2018-04-18 | 1 | -323/+164 |
* | Fix cmpStrings in js mode (#7604) | treeform | 2018-04-15 | 1 | -2/+2 |
* | fixes #6753 | Andreas Rumpf | 2017-11-22 | 1 | -6/+6 |
* | Fixed handling of surrogate pairs (#6332) | Yuriy Glukhov | 2017-09-05 | 1 | -8/+17 |
* | fixes #6096 | Araq | 2017-07-17 | 1 | -2/+2 |
* | fixes #5986 js backend failed to compile try ... except new syntax (#6116) | andri lim | 2017-07-17 | 1 | -1/+1 |
* | JS codegen: make 'echo' use console.log unless you define -d:nimOldEcho | Andreas Rumpf | 2017-06-28 | 1 | -1/+1 |
* | JS codegen: produce better code for constant sets | Andreas Rumpf | 2017-05-01 | 1 | -1/+1 |
* | fixes #5599 (#5610) | Andreas Rumpf | 2017-03-26 | 1 | -0/+4 |
* | Store stack trace in exception | Yuriy Glukhov | 2016-09-04 | 1 | -0/+3 |
* | Fixed getCurrentException and getCurrentExceptionMsg. Closes #4635 | Yuriy Glukhov | 2016-08-29 | 1 | -9/+23 |