summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Fixes #268Dominik Picheta2012-12-083-18/+65
* 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
* fixed recently introduced parser bugsAraq2012-11-261-2/+2
* 'return' for first class iteratorsAraq2012-11-266-21/+80
* next steps for first class iteratorsAraq2012-11-267-7/+16
* parser support for 'not nil' annotationAraq2012-11-252-52/+63
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-11-253-13/+21
|\
| * Merge pull request #262 from gradha/pr_adds_some_documentation_to_db_modulesAraq2012-11-243-13/+21
| |\
| | * Documents NULL to "" db_* transformation and return values.Grzegorz Adam Hankiewicz2012-11-243-13/+21
* | | first steps for 'not nil' annotationAraq2012-11-257-69/+127
|/ /
* | added missing type flagsAraq2012-11-234-14/+24
* | Merge branch 'master' of github.com:Araq/NimrodAraq2012-11-222-0/+75
|\ \
| * | added 2 GC leak test casesZahary Karadjov2012-11-222-0/+75
* | | 'iterator' as type descriptionAraq2012-11-222-3/+9
* | | sockets: proper bugfix for solarisAraq2012-11-221-1/+1
* | | made 'shared' a keywordAraq2012-11-226-7/+25
|/ /
* | bugfixes for thread analysisAraq2012-11-221-5/+9
* | Merge pull request #260 from exhu/masterAraq2012-11-211-0/+7
|\ \
| * | Added base() proc to typeinfo.Yury Benesh2012-11-211-0/+7
* | | fixes #261Araq2012-11-211-1/+1
* | | fixes 259Araq2012-11-211-2/+2
* | | added 2 necessary node kindsAraq2012-11-213-2/+8
|/ /