summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
...
| | | * fix #931 and few more testsZahary Karadjov2014-02-182-4/+6
| | | * Merge branch 'devel' of gh:/Araq/Nimrod into develZahary Karadjov2014-02-182-10/+27
| | | |\
| | | * | fix some trivial errors in the test suite and some more regressions caused by...Zahary Karadjov2014-02-181-2/+3
| | | * | fix tbindtypedesc and tactiontable2Zahary Karadjov2014-02-181-5/+12
| | | * | fix #204;Zahary Karadjov2014-02-182-1/+8
| | * | | Fixed #688 : return in except statments. Also fixed return in finally stateme...Audun Wilhelmsen2014-02-232-18/+30
| * | | | renamed noStackFrame to asmNoStackFrameAraq2014-02-182-6/+8
| | |_|/ | |/| |
| * | | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-02-1719-183/+281
| |\ \ \ | | | |/ | | |/|
| | * | fix #807Zahary Karadjov2014-02-171-2/+2
| | * | quite messy implementation of generic lambdas, needs reworking; fixes #715Zahary Karadjov2014-02-177-26/+76
| | * | Merge branch 'devel' of gh:/Araq/Nimrod into develZahary Karadjov2014-02-176-28/+45
| | |\ \
| | | * | Merge pull request #929 from skyfex/develAndreas Rumpf2014-02-162-9/+26
| | | |\|
| | | | * Fixed issue 391 (nested break in except-stmts)Audun Wilhelmsen2014-02-162-9/+26
| | | * | Changed tests and tools to use 'discard' statements instead of 'nil' for empt...Clay Sweetser2014-02-154-19/+19
| | | |/
| | * | fix #188Zahary Karadjov2014-02-172-1/+27
| | * | fix argument_parserZahary Karadjov2014-02-161-24/+29
| | |/
| | * Merge branch 'devel' of gh:/Araq/Nimrod into develZahary Karadjov2014-02-1513-36/+78
| | |\
| | * | fix some regressions caused by tyTypeDesc[tyNone]Zahary Karadjov2014-02-155-32/+26
| | * | handle nested case objects in destructor generationZahary Karadjov2014-02-151-36/+31
| | * | the delegator pragma becomes a set of dot operatorsZahary Karadjov2014-02-154-37/+48
| * | | got rid of debugging codeAraq2014-02-171-2/+0
| * | | fixes #926Araq2014-02-171-7/+12
| * | | fixes #923Araq2014-02-171-1/+1
| * | | fixes #922Araq2014-02-161-2/+16
| | |/ | |/|
| * | made 'koch web' work when current dir has a space in itAraq2014-02-152-3/+9
| * | actors.nim compiles againAraq2014-02-151-2/+6
| * | fixes #584Araq2014-02-143-26/+50
| * | fixes #914Araq2014-02-143-3/+4
| * | fixes #712Araq2014-02-141-1/+2
| * | fixes #833Araq2014-02-141-0/+3
| * | fixes #892Araq2014-02-141-0/+1
| * | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-02-135-30/+61
| |\ \
| | * | Fixes macros.len crashing on nodes which lack the sons field.Dominik Picheta2014-02-111-1/+1
| | |/
| | * fixes #797; generic procs can be used in places expecting matching concrete p...Zahary Karadjov2014-02-114-29/+60
| * | edited compiler's configAraq2014-02-131-0/+2
| |/
| * Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-02-101-1/+1
| |\
| | * Merge pull request #896 from reactormonk/set_fixAndreas Rumpf2014-02-101-1/+1
| | |\
| | | * fixes #887Simon Hafner2014-02-091-1/+1
| * | | fixes #889Araq2014-02-101-8/+13
| |/ /
| * / capturing of an iterator works betterAraq2014-02-091-9/+22
| |/
| * fixes #885Araq2014-02-091-24/+29
| * fixes #882; fixes #853Araq2014-02-091-1/+1
| * fixes 'newSeq[T]' instantiation bugAraq2014-02-093-10/+14
| * bugfix: codegen issue that caused getGMTime() to leak memoryAraq2014-02-071-1/+1
| * fixes regression: constant fac4 didn't workAraq2014-02-063-10/+20
| * Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-02-061-1/+5
| |\
| | * Merge pull request #870 from barcharcraz/templaterrzah2014-02-041-1/+5
| | |\
| | | * deleted assert that would never fire because it turned into an error messageCharlie Barto2014-02-041-1/+0
| | | * added good error for stuff like string[int] or int[int]Charlie Barto2014-02-031-0/+5
| * | | tyTypeDesc and tyRange always have 1 child; this might be tyNone but it is re...Araq2014-02-059-41/+57