summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* fixes serious regression that was introduced in the handling of .compile pragmaAraq2017-01-282-10/+12
* make tests green againAndreas Rumpf2017-01-281-1/+1
* .compile pragma supports patterns and actionsAraq2017-01-284-103/+142
* fixes #5216Araq2017-01-271-5/+5
* .compile pragma supports wildcardsAraq2017-01-271-4/+16
* fixes nimsuggest issue #44Andreas Rumpf2017-01-261-3/+5
* bugfix: inline iterator do not mess up line information anymoreAndreas Rumpf2017-01-251-3/+7
* fix genderef of jsgen (#5274)shsnow232017-01-241-1/+1
* Fixes #5271 (#5273)Yuriy Glukhov2017-01-241-1/+2
* Fixup #5240 (#5270)Yuriy Glukhov2017-01-231-2/+2
* template+emit supports volatileRead and volatileWrite opsAndreas Rumpf2017-01-232-1/+5
* avoid some compiler crashes in debug modeAndreas Rumpf2017-01-232-3/+8
* some progress on #5228Araq2017-01-201-3/+3
* fixes #5234 (#5240)Michael Jendrusch2017-01-201-7/+29
* fix seq add for nim node in VM (#5253)Arne Döring2017-01-191-1/+1
* make quote ast a ref type (#5246)Arne Döring2017-01-191-0/+6
* fixes #5237Andreas Rumpf2017-01-191-2/+3
* fixes #3434Andreas Rumpf2017-01-191-1/+1
* Fixes #5225 (#5243)Lolo Iccl2017-01-181-1/+8
* Fixes #5244 (#5245)Yuriy Glukhov2017-01-181-0/+1
* implements {.gcsafe.} enforcement as a pragma blockAndreas Rumpf2017-01-183-16/+27
* Fixes #5112 (Fix error messages raised when multiple modules have the same or...Lolo Iccl2017-01-171-3/+4
* Removed mangling of object fields for the js target only. (#5226)Michael Jendrusch2017-01-171-8/+7
* fixes #5218Andreas Rumpf2017-01-161-1/+1
* Create temp var in deepcopy if needed (#5205)Brandon Pickering2017-01-151-2/+11
* default GC can do a sort of heap dump via -d:nimTypeNames and dumpNumberOfIns...Andreas Rumpf2017-01-141-1/+4
* memory allocator hotfix: do not allocate tremendous amounts of memoryAndreas Rumpf2017-01-131-1/+5
* Correct the spelling of the word 'overridden'. (#5212)mfxmfx2017-01-111-1/+1
* Reset exprs before return by arg. Fixes #5098 (#5191)Brandon Pickering2017-01-111-2/+2
* alternative fix for #4884; fixes tlateboundstaticZahary Karadjov2017-01-111-1/+1
* bugfix: abs(0.0) should be +0.0Andreas Rumpf2017-01-101-1/+1
* fix #4884Zahary Karadjov2017-01-081-3/+4
* Remove colon when unpacking yielded tuples. Fixes #5173 (#5190)Brandon Pickering2017-01-081-1/+3
* happy new yearAraq2017-01-079-12/+12
* make Nim compiler compile with 0.15.2Araq2017-01-072-6/+22
* added system.gorgeEx that includes the exitCode; refs #4874; fixes #1994Araq2017-01-074-14/+22
* fixes 'nim c file_without_nim_ext' regression; refs #5183Andreas Rumpf2017-01-061-1/+2
* fixes #5185Andreas Rumpf2017-01-062-4/+5
* gendepend improvements; refs #5144Araq2017-01-062-1/+9
* compiler API: introduce options.disableNmiblePathAraq2017-01-062-4/+7
* fixes #5171Araq2017-01-031-0/+1
* make nimforum compile againAraq2016-12-311-1/+4
* existance of new distros.nim module can be detected with defined(nimDistros)Araq2016-12-311-0/+1
* make vmgen more robust in the context of 'nim check'Araq2016-12-311-2/+3
* fixes #2050Araq2016-12-301-5/+9
* fixes #3848Araq2016-12-301-1/+1
* fixes #5161Araq2016-12-301-1/+1
* fixes #5147Araq2016-12-301-7/+25
* fixes #5148Araq2016-12-291-1/+1
* make gendepend work againAraq2016-12-291-1/+1