summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* 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.Hans Raaf2016-01-183-3/+3
* | 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 #3498Adam Strzelecki2015-10-302-5/+3
* | | 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
* | | fixes async regressionAndreas Rumpf2016-01-111-2/+5
* | | fixes regressionsAndreas Rumpf2016-01-081-0/+2
* | | fixes all known regressionsAndreas Rumpf2016-01-063-20/+18
* | | fixes #603Andreas Rumpf2016-01-061-2/+2
* | | fixes regressionsAndreas Rumpf2016-01-052-0/+4
* | | fixes #2604, fixes #1527Andreas Rumpf2016-01-052-3/+12
* | | fixes #2007Andreas Rumpf2016-01-052-5/+8
* | | minor bugfixAndreas Rumpf2016-01-041-3/+3
* | | fixes #2659Andreas Rumpf2016-01-043-3/+6
* | | fixes #3201, fixes #2766Andreas Rumpf2016-01-041-1/+2
* | | fixes another regressionAndreas Rumpf2016-01-041-0/+2
* | | fixes #3636Andreas Rumpf2016-01-043-9/+15
* | | fixes #1725Andreas Rumpf2016-01-041-7/+12
* | | async works againAndreas Rumpf2016-01-031-20/+28
* | | further progress on closure iterators; tforum still failingAndreas Rumpf2016-01-032-16/+32
* | | next steps to produce working closure iteratorsAndreas Rumpf2016-01-033-68/+111
* | | made closure iterators tests green, updated docsAndreas Rumpf2015-12-316-24/+32
* | | closure iterators do have 'result'Andreas Rumpf2015-12-301-1/+2