summary refs log tree commit diff stats
path: root/compiler
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | fixes #4821
* make quote ast a ref type (#5246)Arne Döring2017-01-191-0/+6
| | | | * make quote ast a ref type * recursive set flag isRef for quoted ast
* fixes #5237Andreas Rumpf2017-01-191-2/+3
|
* fixes #3434Andreas Rumpf2017-01-191-1/+1
|
* Fixes #5225 (#5243)Lolo Iccl2017-01-181-1/+8
| | | | | | | | | | * Fixes #5225 * Fixes #5225 * Fixes #5225 fix typo
* 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 ↵Lolo Iccl2017-01-171-3/+4
| | | | | | original name) (#5220) Fixes #5112
* Removed mangling of object fields for the js target only. (#5226)Michael Jendrusch2017-01-171-8/+7
| | | | | | | | * removed mangling of object fields for the js target only. * changed default mangling behaviour for the php target as well. * Added test for unorthodox field names (reserved words and operators). Adjusted field accessors and object constructors / new to be ECMAScript first edition compatible, when using fieldnames which are reserved words.
* 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 ↵Andreas Rumpf2017-01-141-1/+4
| | | | dumpNumberOfInstances()
* 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
|
* new shift ops for Nim; based on #4743Andreas Rumpf2016-12-292-1/+11
|
* attempt to mitigate Nimble issue #293Andreas Rumpf2016-12-291-2/+2
|
* simple closure iterator calling closure iterator works; refs #3837Andreas Rumpf2016-12-271-9/+15
|
* fixes #4519Andreas Rumpf2016-12-251-1/+1
|
* fixes #5142Araq2016-12-231-4/+6
|