summary refs log tree commit diff stats
path: root/compiler
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3106 from def-/deprecationAndreas Rumpf2016-02-061-2/+2
|\ | | | | Fix a few deprecation warnings
| * Fix a few deprecation warningsdef2016-01-251-2/+2
| |
* | fixes #3788Andreas Rumpf2016-01-311-3/+5
| |
* | fixes #3799Andreas Rumpf2016-01-301-6/+7
| |
* | fixes a critical codegenbugAndreas Rumpf2016-01-301-2/+5
| |
* | fixes #3794Andreas Rumpf2016-01-301-0/+2
| |
* | make rendering of typeof operator clearer; refs #3710Andreas Rumpf2016-01-261-2/+4
|/
* Use ByteAddress instead of deprecated TAddressdef2016-01-241-8/+8
|
* Merge pull request #3760 from yglukhov/js-unicode-2Andreas Rumpf2016-01-221-6/+29
|\ | | | | Fixed unicode strings in JS. Second try.
| * Fixed unicode strings in JSYuriy Glukhov2016-01-221-6/+29
| |
* | Merge pull request #3762 from yglukhov/isnil-fixAndreas Rumpf2016-01-221-1/+1
|\ \ | | | | | | Fixed isNil codegen in JS
| * | Fixed isNil codegen in JSYuriy Glukhov2016-01-221-1/+1
| |/
* / JS: Corrected shift operators. Made casting between ints behave like C does.Yuriy Glukhov2016-01-221-9/+49
|/
* Revert "Fixed unicode handling in JS. Fixes #3714."Yuriy Glukhov2016-01-211-19/+1
|
* Merge pull request #3754 from yglukhov/js-unsignedAndreas Rumpf2016-01-211-100/+42
|\ | | | | Unsigned arith corrected for JS
| * Unsigned arith corrected for JSYuriy Glukhov2016-01-211-100/+42
| |
* | Merge pull request #3733 from yglukhov/js-unicodeAndreas Rumpf2016-01-211-1/+19
|\ \ | |/ |/| Fixed unicode handling in JS. Fixes #3714.
| * Fixed unicode handling in JS. Fixes #3714.Yuriy Glukhov2016-01-181-1/+19
| |
* | fixes the bloody installerAndreas Rumpf2016-01-191-1/+1
| |
* | Merge pull request #3735 from oderwat/FixDeprecationWarningsAndreas Rumpf2016-01-193-3/+3
|\ \ | | | | | | Fixed deprecation warnings while Nim compiles.
| * | Fixed deprecation warnings while Nim compiles.Hans Raaf2016-01-183-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 yearAndreas Rumpf2016-01-191-1/+1
| | |
* | | updated installer.iniAraq2016-01-181-4/+3
|/ /
* | fixes #3584Araq2016-01-181-1/+2
| |
* | fixes #3730Araq2016-01-183-3/+11
|/
* fixes yet another LL regression (Aporia compiles again)Andreas Rumpf2016-01-181-1/+1
|
* fixes multi-line commentsAndreas Rumpf2016-01-171-3/+10
|
* fixes #3665Andreas Rumpf2016-01-171-3/+7
|
* fixes multiline commentsAndreas Rumpf2016-01-171-2/+4
|
* nkEmpty is cleaner than nkCommentStmtAndreas Rumpf2016-01-171-1/+1
|
* Merge branch 'multi-line-comments' into develAndreas Rumpf2016-01-174-34/+91
|\
| * implements final version of multiline commentsAndreas Rumpf2016-01-171-14/+24
| |
| * implements multi-line-comments; pounds are stripped from the doc commentsAndreas Rumpf2016-01-164-34/+81
| |
* | Merge branch 'devel' of https://github.com/nim-lang/Nim into develAndreas Rumpf2016-01-171-1/+4
|\ \ | |/ |/|
| * Use real JS bool literals instead of 1 and 0. Fixes #3722.Yuriy Glukhov2016-01-171-1/+4
| |
* | Merge branch 'devel' into no-echo-gotchaAndreas Rumpf2016-01-151-1/+1
|\|
| * fixes #3723Andreas Rumpf2016-01-151-1/+1
| |
* | finally removes 'echo ' gotchaAndreas Rumpf2016-01-151-5/+7
|/
* fixes yet another codegen problem with constant closuresAndreas Rumpf2016-01-151-1/+1
|
* Merge branch 'devel' into new-llAndreas Rumpf2016-01-142-5/+3
|\
| * Merge pull request #3500 from nanoant/patch/fix-3498-generic-args-in-tmplAndreas Rumpf2016-01-142-5/+3
| |\ | | | | | | fixes #3498
| | * fixes #3498Adam Strzelecki2015-10-302-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-llAndreas Rumpf2016-01-142-8/+16
|\| |
| * | fixed #2240 and #3586andri lim2016-01-051-0/+8
| | |
| * | Fixed lineinfo in getTypeYuriy Glukhov2015-12-251-8/+8
| | |
* | | fixes iterator codegen regressionAndreas Rumpf2016-01-142-1/+12
| | |
* | | fixes a long standing codegen bug concerning closuresAndreas Rumpf2016-01-131-2/+2
| | |
* | | fixes yet another regressionAndreas Rumpf2016-01-131-3/+7
| | |
* | | fixes another regressionAndreas Rumpf2016-01-131-2/+2
| | |
* | | fixes more regressionsAndreas Rumpf2016-01-132-21/+44
| | |