summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | some fixes for generic first class iteratorsAraq2012-12-154-11/+12
| * | | fixes #271Araq2012-12-159-38/+54
| |/ /
| * / lazy paths for Babel supportAraq2012-12-118-23/+57
| |/
| * improvements for --babelPathAraq2012-12-093-11/+24
| * small documentation improvementsAraq2012-12-093-9/+10
| * made some tests green; some small bugfixesAraq2012-12-096-7/+6
| * Merge branch 'master' of github.com:Araq/NimrodAraq2012-12-093-20/+67
| |\
| | * Fixes SSL implementation of sendAsync.Dominik Picheta2012-12-081-2/+2
| | * Fixes #268Dominik Picheta2012-12-083-18/+65
| * | documented AST overloading and some TR optimizationsAraq2012-12-096-10/+109
| |/
| * documentation improvementsAraq2012-12-074-17/+309
| * compiler support for babelAraq2012-12-075-22/+108
| * replaced recursivePath with shallowPath for BabelAraq2012-12-063-4/+5
| * Merge branch 'master' of github.com:Araq/NimrodAraq2012-12-062-21/+122
| |\
| | * Updated readme.Dominik Picheta2012-12-062-21/+122
| * | implemented AST based overloadingAraq2012-12-065-7/+41
| * | Merge branch 'master' of github.com:Araq/NimrodAraq2012-12-0621-55/+174
| |\|
| | * fixes #269Araq2012-12-052-0/+5
| | * fixes #266Araq2012-12-052-5/+1
| | * implemented generic convertersAraq2012-12-057-7/+89
| | * constraint now part of the parameter symbol and not of the typeAraq2012-12-057-21/+25
| | * disable SSLv2_method for ubuntuAraq2012-12-033-9/+13
| | * bugfix: 'not nil' and 'shared' typesAraq2012-12-025-5/+23
| | * Fixes error in httpclient.Dominik Picheta2012-12-021-1/+1
| | * Fixes SSL httpclient and problems with hidden path splitting in OS.Dominik Picheta2012-12-023-13/+23
| * | Merge branch 'master' of github.com:Araq/NimrodAraq2012-12-027-270/+583
| |\|
| | * dont use unsafeNew in ropes.nim for nowAraq2012-12-023-247/+513
| | * first version of ropes.nim with unsafeNew (broken)Araq2012-12-026-63/+110
| * | Merge branch 'master' of github.com:Araq/NimrodAraq2012-12-0216-133/+252
| |\|
| | * Merge branch 'master' of github.com:Araq/NimrodAraq2012-12-015-88/+108
| | |\
| | | * Fixed IRC test.Dominik Picheta2012-12-011-5/+7
| | | * IRC module is now saner at the expense of a little API breakage.Dominik Picheta2012-12-015-93/+111
| | * | implements 'export' featureAraq2012-12-0110-40/+137
| | * | implements 'import dir/module' without quotesAraq2012-11-303-5/+7
| | |/
| * | resolved conflictsAraq2012-11-3015-113/+160
| |\|
| | * implemented 'import except'Araq2012-11-2814-95/+120
| | * bugfix: better implict 'items' supportAraq2012-11-284-22/+42
| * | bugfix: implicit items/pairs work betterAraq2012-11-283-4/+16
| |/
| * first steps for the 'export' featureAraq2012-11-285-156/+95
* | few notes about the remaining problems with retired buffersZahary Karadjov2013-01-272-2/+8
* | remove any traces of the old global generics cacheZahary Karadjov2013-01-276-109/+65
* | Fixed openssl lib path on Mac OS X;Zahary Karadjov2013-01-272-6/+6
* | another path-related regression in ecmasgenZahary Karadjov2013-01-271-2/+1
* | fixed a regression in `nimrod i`Zahary Karadjov2013-01-272-3/+4
* | Disabled mark-and-sweep in the compiler itselfZahary Karadjov2013-01-222-8/+34
* | minor bug fixes to make some tests greenZahary Karadjov2013-01-213-4/+8
* | fixed a regression: compiling projects not residing in the current directoryZahary Karadjov2013-01-204-19/+18
* | cleaned up some debugging codeZahary Karadjov2013-01-208-111/+67
* | fixes the recently discovered GC memory leaksZahary Karadjov2012-12-2012-357/+1932
* | adds an option to interleave the generated code with snippets from the origin...Zahary Karadjov2012-12-029-85/+149