summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
| * | | bugfix: immediate templates are preferred consistently (danger: breaks code)Araq2014-02-042-9/+38
| |/ /
| * / macro tests almost greenAraq2014-02-034-17/+26
| |/
| * cleaned up command expressionsAraq2014-02-021-6/+5
| * fixes #844Araq2014-02-023-7/+9
| * remove the old testerAraq2014-02-0212-131/+199
| |\
| | * Fixes #848.Dominik Picheta2014-01-271-1/+1
| | * Merge branch 'devel' of https://www.github.com/Araq/Nimrod into develZahary Karadjov2014-01-2610-209/+317
| | |\
| | * | the `is` operator now uses exactly the same algorithm as proc signature matchingZahary Karadjov2014-01-262-19/+8
| | * | implements #766;Zahary Karadjov2014-01-2411-69/+117
| | * | support for parametric user-defined type classesZahary Karadjov2014-01-246-71/+102
| * | | deactivated debug outputAraq2014-02-021-3/+3
| * | | only 1 argument allowed for command expressionsAraq2014-02-021-6/+10
| * | | tstringinterp almost workingAraq2014-02-013-40/+72
| * | | case consistency for evalffiAraq2014-02-011-3/+4
| * | | case consistency for evalffiAraq2014-02-012-29/+29
| * | | bugfix: object constructor doesn't allow 'distinct' typesAraq2014-02-011-2/+2
| | |/ | |/|
| * | fixes #838Araq2014-01-252-2/+4
| * | disable internalError so that nimbuild compiles againAraq2014-01-252-1/+6
| * | more efficient calls for closure iteratorsAraq2014-01-251-3/+5
| * | fixes a minor parser bugAraq2014-01-251-2/+1