| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Remove ENDB (#12095) | Clyybber | 2019-08-31 | 1 | -5/+1 |
* | Fix to int to biggest int (#12066) | Arne Döring | 2019-08-27 | 1 | -8/+0 |
* | fixes #10053 (#11951) | Timothee Cour | 2019-08-15 | 1 | -1/+2 |
* | int128 on firstOrd, lastOrd and lengthOrd (#11701) | Arne Döring | 2019-08-07 | 1 | -4/+4 |
* | [refactoring] remove unused imports in the compiler and in some stdlib modules | Araq | 2019-07-18 | 1 | -4/+4 |
* | JS codegen: supports toOpenArray [bugfix] | Araq | 2019-07-12 | 1 | -3/+9 |
* | there is only one style -- my style | Araq | 2019-07-10 | 1 | -5/+5 |
* | styleCheck: make the compiler and large parts of the stdlib compatible with -... | Araq | 2019-07-10 | 1 | -13/+13 |
* | [refactoring] remove zeroExtend and friends from the compiler builtins. (#11531) | Arne Döring | 2019-06-24 | 1 | -18/+0 |
* | Correct global destructor injections for js backend (#11240) | Clyybber | 2019-05-15 | 1 | -0/+3 |
* | rename tyExpr/tyStmt to tyUntyped/tyTyped (#11227) | Arne Döring | 2019-05-11 | 1 | -1/+1 |
* | Replace countup(x, y) with x .. y | Clyybber | 2019-05-07 | 1 | -3/+3 |
* | Replace countup(x, y-1) with x ..< y | Clyybber | 2019-05-07 | 1 | -17/+17 |
* | fixes #11133, error on runtime use of compile-time procs in JS target (#11134) | jrfondren | 2019-04-29 | 1 | -0/+3 |
* | added system.unown to make 'owned' sane to use in practice; later on we might... | Araq | 2019-04-29 | 1 | -1/+1 |
* | fewer ropes (#11037) | Arne Döring | 2019-04-19 | 1 | -108/+203 |
* | Compiler plugin for implementing incremental computation in user space (#10819) | cooldome | 2019-04-11 | 1 | -1/+3 |
* | more destructor based changes (#10885) | Andreas Rumpf | 2019-03-23 | 1 | -1/+1 |
* | implement system.default for the JS target | Andreas Rumpf | 2019-03-05 | 1 | -11/+16 |
* | Initial version of the hot-code reloading support for native targets (#10729) | zah | 2019-02-26 | 1 | -53/+48 |
* | first steps in implementing 'owned' pointers; undocumented, do not use | Andreas Rumpf | 2019-02-23 | 1 | -7/+9 |
* | code cleanup: there is no tyOptRef | Andreas Rumpf | 2019-02-22 | 1 | -2/+1 |
* | fixes 10697 [backport] | Araq | 2019-02-19 | 1 | -2/+3 |
* | fixes #10651 | Araq | 2019-02-14 | 1 | -4/+3 |
* | Fixes 10202 (#10283) | rec | 2019-01-12 | 1 | -2/+2 |
* | void object fields are now ignored by codegen and fields/fieldPairs iterator ... | Neelesh Chandola | 2019-01-10 | 1 | -0/+2 |