Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #3106 from def-/deprecation | Andreas Rumpf | 2016-02-06 | 1 | -2/+2 |
|\ | | | | | Fix a few deprecation warnings | ||||
| * | Fix a few deprecation warnings | def | 2016-01-25 | 1 | -2/+2 |
| | | |||||
* | | fixes #3788 | Andreas Rumpf | 2016-01-31 | 1 | -3/+5 |
| | | |||||
* | | fixes #3799 | Andreas Rumpf | 2016-01-30 | 1 | -6/+7 |
| | | |||||
* | | fixes a critical codegenbug | Andreas Rumpf | 2016-01-30 | 1 | -2/+5 |
| | | |||||
* | | fixes #3794 | Andreas Rumpf | 2016-01-30 | 1 | -0/+2 |
| | | |||||
* | | make rendering of typeof operator clearer; refs #3710 | Andreas Rumpf | 2016-01-26 | 1 | -2/+4 |
|/ | |||||
* | Use ByteAddress instead of deprecated TAddress | def | 2016-01-24 | 1 | -8/+8 |
| | |||||
* | Merge pull request #3760 from yglukhov/js-unicode-2 | Andreas Rumpf | 2016-01-22 | 1 | -6/+29 |
|\ | | | | | Fixed unicode strings in JS. Second try. | ||||
| * | Fixed unicode strings in JS | Yuriy Glukhov | 2016-01-22 | 1 | -6/+29 |
| | | |||||
* | | Merge pull request #3762 from yglukhov/isnil-fix | Andreas Rumpf | 2016-01-22 | 1 | -1/+1 |
|\ \ | | | | | | | Fixed isNil codegen in JS | ||||
| * | | Fixed isNil codegen in JS | Yuriy Glukhov | 2016-01-22 | 1 | -1/+1 |
| |/ | |||||
* / | JS: Corrected shift operators. Made casting between ints behave like C does. | Yuriy Glukhov | 2016-01-22 | 1 | -9/+49 |
|/ | |||||
* | Revert "Fixed unicode handling in JS. Fixes #3714." | Yuriy Glukhov | 2016-01-21 | 1 | -19/+1 |
| | |||||
* | Merge pull request #3754 from yglukhov/js-unsigned | Andreas Rumpf | 2016-01-21 | 1 | -100/+42 |
|\ | | | | | Unsigned arith corrected for JS | ||||
| * | Unsigned arith corrected for JS | Yuriy Glukhov | 2016-01-21 | 1 | -100/+42 |
| | | |||||
* | | Merge pull request #3733 from yglukhov/js-unicode | Andreas Rumpf | 2016-01-21 | 1 | -1/+19 |
|\ \ | |/ |/| | Fixed unicode handling in JS. Fixes #3714. | ||||
| * | Fixed unicode handling in JS. Fixes #3714. | Yuriy Glukhov | 2016-01-18 | 1 | -1/+19 |
| | | |||||
* | | fixes the bloody installer | Andreas Rumpf | 2016-01-19 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #3735 from oderwat/FixDeprecationWarnings | Andreas Rumpf | 2016-01-19 | 3 | -3/+3 |
|\ \ | | | | | | | Fixed deprecation warnings while Nim compiles. | ||||
| * | | Fixed deprecation warnings while Nim compiles. | Hans Raaf | 2016-01-18 | 3 | -3/+3 |
| | | | | | | | | | | | | | | | I just removed unsigned and changed a writeLn() call to writeLine() to avoid the remaining deprecation warnings. | ||||
* | | | make Nim always show the current year | Andreas Rumpf | 2016-01-19 | 1 | -1/+1 |
| | | | |||||
* | | | updated installer.ini | Araq | 2016-01-18 | 1 | -4/+3 |
|/ / | |||||
* | | fixes #3584 | Araq | 2016-01-18 | 1 | -1/+2 |
| | | |||||
* | | fixes #3730 | Araq | 2016-01-18 | 3 | -3/+11 |
|/ | |||||
* | fixes yet another LL regression (Aporia compiles again) | Andreas Rumpf | 2016-01-18 | 1 | -1/+1 |
| | |||||
* | fixes multi-line comments | Andreas Rumpf | 2016-01-17 | 1 | -3/+10 |
| | |||||
* | fixes #3665 | Andreas Rumpf | 2016-01-17 | 1 | -3/+7 |
| | |||||
* | fixes multiline comments | Andreas Rumpf | 2016-01-17 | 1 | -2/+4 |
| | |||||
* | nkEmpty is cleaner than nkCommentStmt | Andreas Rumpf | 2016-01-17 | 1 | -1/+1 |
| | |||||
* | Merge branch 'multi-line-comments' into devel | Andreas Rumpf | 2016-01-17 | 4 | -34/+91 |
|\ | |||||
| * | implements final version of multiline comments | Andreas Rumpf | 2016-01-17 | 1 | -14/+24 |
| | | |||||
| * | implements multi-line-comments; pounds are stripped from the doc comments | Andreas Rumpf | 2016-01-16 | 4 | -34/+81 |
| | | |||||
* | | Merge branch 'devel' of https://github.com/nim-lang/Nim into devel | Andreas Rumpf | 2016-01-17 | 1 | -1/+4 |
|\ \ | |/ |/| | |||||
| * | Use real JS bool literals instead of 1 and 0. Fixes #3722. | Yuriy Glukhov | 2016-01-17 | 1 | -1/+4 |
| | | |||||
* | | Merge branch 'devel' into no-echo-gotcha | Andreas Rumpf | 2016-01-15 | 1 | -1/+1 |
|\| | |||||
| * | fixes #3723 | Andreas Rumpf | 2016-01-15 | 1 | -1/+1 |
| | | |||||
* | | finally removes 'echo ' gotcha | Andreas Rumpf | 2016-01-15 | 1 | -5/+7 |
|/ | |||||
* | fixes yet another codegen problem with constant closures | Andreas Rumpf | 2016-01-15 | 1 | -1/+1 |
| | |||||
* | Merge branch 'devel' into new-ll | Andreas Rumpf | 2016-01-14 | 2 | -5/+3 |
|\ | |||||
| * | Merge pull request #3500 from nanoant/patch/fix-3498-generic-args-in-tmpl | Andreas Rumpf | 2016-01-14 | 2 | -5/+3 |
| |\ | | | | | | | fixes #3498 | ||||
| | * | fixes #3498 | Adam Strzelecki | 2015-10-30 | 2 | -5/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously it was not possible to use template arguments in template body as the symbols were not resolved correctly leading to Error: undeclared identifier: 'XX', eg.: template defaultOf[T](t: T): expr = (var d: T; d) echo defaultOf(1) #<- invalid identifier, but should output 0 | ||||
* | | | Merge branch 'devel' into new-ll | Andreas Rumpf | 2016-01-14 | 2 | -8/+16 |
|\| | | |||||
| * | | fixed #2240 and #3586 | andri lim | 2016-01-05 | 1 | -0/+8 |
| | | | |||||
| * | | Fixed lineinfo in getType | Yuriy Glukhov | 2015-12-25 | 1 | -8/+8 |
| | | | |||||
* | | | fixes iterator codegen regression | Andreas Rumpf | 2016-01-14 | 2 | -1/+12 |
| | | | |||||
* | | | fixes a long standing codegen bug concerning closures | Andreas Rumpf | 2016-01-13 | 1 | -2/+2 |
| | | | |||||
* | | | fixes yet another regression | Andreas Rumpf | 2016-01-13 | 1 | -3/+7 |
| | | | |||||
* | | | fixes another regression | Andreas Rumpf | 2016-01-13 | 1 | -2/+2 |
| | | | |||||
* | | | fixes more regressions | Andreas Rumpf | 2016-01-13 | 2 | -21/+44 |
| | | |