summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* name mangling bugfixes; ndi file generation for debugger supportAndreas Rumpf2017-02-036-65/+71
* Merge branch 'devel' into new-name-manglingAraq2017-02-021-1/+4
|\
| * fixes #4992Parashurama2017-02-021-1/+4
* | new name mangling rules for easier debuggingAndreas Rumpf2017-02-028-51/+69
* | attempt to make nimble work againAndreas Rumpf2017-02-021-1/+4
* | new name mangling scheme implementedAndreas Rumpf2017-02-024-17/+54
|/
* tiny progress on the name manglingAndreas Rumpf2017-02-012-2/+9
* refactoring: explict config state instead of globalsAndreas Rumpf2017-02-0110-73/+99
* fixes #4973Andreas Rumpf2017-02-011-1/+12
* fixes compiler ignoring passC/passL args when setting --cc:compiler. (#5310)Parashurama2017-02-012-3/+15
* fix confusing line information for macros that produce errorsAraq2017-02-011-0/+1
* niminst updatesAraq2017-01-301-0/+2
* made nodecl implicit for vars in the js backend. (#5297)Michael Jendrusch2017-01-291-1/+1
* with dir with space regression againAraq2017-01-291-1/+1
* 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