summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* further steps for incremental C code generationAraq2011-10-213-41/+74
* first steps to C file merge operation for incremental compilationAraq2011-10-218-118/+441
* bugfixes for ROD file generation; nimcache dir is now flatAraq2011-10-2012-75/+104
* much more efficient rod file generationAraq2011-10-181-0/+1
* much more efficient rod file generationAraq2011-10-1818-559/+613
* test commit ;-)Araq2011-10-131-0/+2
* libuv working on windows tooZahary Karadjov2011-10-127-34/+40
* Added wrappers for joyent's libuv and http_parser librarierZahary Karadjov2011-10-123-0/+783
* 'bind' as a declarative statementAraq2011-10-1018-76/+187
* new syntactic construct: a{i}Araq2011-10-0810-15/+43
* slurp uses path; unidecode is improved and threadsafeAraq2011-10-089-48/+76
* Merge pull request #58 from zah/getast-unittestsAraq2011-10-0714-101/+446
|\
| * *Pimped up* the test runner with colorful outputZahary Karadjov2011-10-072-7/+39
| * Cleaned up the circular dependecies and remaining issuesZahary Karadjov2011-10-0711-100/+105
| * Basic unit testing facilities (suites, fixtures, cases)Zahary Karadjov2011-10-078-16/+258
| * getAst works correctly with existing AST values as template/macro argumentsZahary Karadjov2011-10-075-59/+125
|/
* C sources rebuilt; bootstrapping should work againAraq2011-10-070-0/+0
* code generator supports constant sequences; more consistent compile time eval...Araq2011-10-0718-137/+180
* c2nim: bugfix: parsing of typedef'ed function pointersAraq2011-09-282-11/+8
* bugfix: overloading resolution for typeofAraq2011-09-277-81/+98
* bugfix: $ escaping in interpolatedFragmentsAraq2011-09-262-12/+22
* bugfix: internal error in evalFieldAccess; parseutils.interpolatedFragments o...Araq2011-09-2610-127/+120
* sockets.recv optimizations; stdlib now supports taint modeAraq2011-09-2414-74/+112
* renamed optional to discardableAraq2011-09-2415-63/+72
* implemented optional pragma for implicit discardAraq2011-09-2411-21/+53
* l-values are preserved modulo type distinctionAraq2011-09-244-7/+14
* more fixes to get rid of tyPureObjectAraq2011-09-244-8/+8
* got rid of akPureObjectAraq2011-09-243-8/+8
* got rid of tyPureObject; broke bootstrapping; use generated C codeAraq2011-09-242-3/+19
* got rid of tyPureObject; broke bootstrapping; use generated C codeAraq2011-09-247-14/+19
* Merge branch 'master' of git@github.com:Araq/NimrodAraq2011-09-249-44/+117
|\
| * Fixed string concatenation and other bugs in the JS backend. Fixed a small bu...dom962011-09-239-44/+117
* | beginning of a taint mode; type system enhancementsAraq2011-09-2418-284/+266
|/
* fixed some newly introduced bugsAraq2011-09-219-45/+91
* Merge pull request #54 from zah/pretty-print-astAraq2011-09-2013-53/+492
|\
| * using statement (ala C#) implemented as macro (added as test).Zahary Karadjov2011-09-205-49/+152
| * Moved the parseAST magics to evals.nimZahary Karadjov2011-09-206-39/+215
| * Quick Fix:Zahary Karadjov2011-09-202-2/+2
| * Some very small steps towards an uuid generation module.Zahary Karadjov2011-09-201-0/+30
| * Initial implementation of the parseExpr, parseStmt, getAst macro routines:Zahary Karadjov2011-09-206-37/+144
| * Added AST introspection routines as a part of the standard libraryZahary Karadjov2011-09-204-21/+44
* | Merge pull request #57 from zah/codegen-fixesAraq2011-09-209-69/+102
|\ \ | |/ |/|
| * Multiple C lines corresponding to a single nimrod line are joined togetherZahary Karadjov2011-09-206-61/+81
| * Nimrod can now compile itself with --lineDir enabledZahary Karadjov2011-09-207-12/+25
|/
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-09-205-65/+324
|\
| * Merge pull request #56 from keitahaga/doc-fixesAraq2011-09-101-63/+63
| |\
| | * lib/wrappers/sphinx.nim: fix typo, use 'shpinx' instead of 'sphinx'Keita Haga2011-09-091-63/+63
| |/
| * Some improvements relating to the IRC module.dom962011-09-044-16/+21
| * Added IRC module.dom962011-09-041-0/+254
* | bugfixes for generics; new threads implementation still brokenAraq2011-09-2019-124/+258
|/