summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
...
* new compiler option tlsEmulationAraq2011-10-277-23/+23
* compilation cache: DLL interfacing now worksAraq2011-10-274-42/+42
* compilation cache: various bugfixes; works for the compiler itselfAraq2011-10-2712-142/+301
* compilation cache: mostly working; generics not yetAraq2011-10-2510-49/+93
* compilation cache: multi methods now workAraq2011-10-244-21/+36
* compilation cache: better dependency checkingAraq2011-10-234-9/+31
* compilation cache: small fixes; methods still not workingAraq2011-10-234-18/+26
* compilation cache: methods have a chance to workAraq2011-10-234-22/+69
* rod files: next trivial examples workingAraq2011-10-229-1029/+32
* preparations for proper memmap'ed filesAraq2011-10-222-31/+51
* bugfix: nil -> emptyNodeAraq2011-10-222-2/+2
* trivial change scenario works with symbol filesAraq2011-10-224-50/+64
* got rid of gToTypeInfoIdAraq2011-10-212-15/+4
* got rid of gGeneratedSymsAraq2011-10-212-10/+16
* further steps for incremental C code generationAraq2011-10-213-41/+74
* first steps to C file merge operation for incremental compilationAraq2011-10-217-116/+422
* bugfixes for ROD file generation; nimcache dir is now flatAraq2011-10-2011-75/+103
* much more efficient rod file generationAraq2011-10-181-0/+1
* much more efficient rod file generationAraq2011-10-1816-522/+611
* 'bind' as a declarative statementAraq2011-10-1010-60/+102
* new syntactic construct: a{i}Araq2011-10-084-8/+31
* slurp uses path; unidecode is improved and threadsafeAraq2011-10-082-20/+20
* Cleaned up the circular dependecies and remaining issuesZahary Karadjov2011-10-078-59/+77
* Basic unit testing facilities (suites, fixtures, cases)Zahary Karadjov2011-10-074-9/+24
* getAst works correctly with existing AST values as template/macro argumentsZahary Karadjov2011-10-075-59/+125
* code generator supports constant sequences; more consistent compile time eval...Araq2011-10-0711-82/+123
* c2nim: bugfix: parsing of typedef'ed function pointersAraq2011-09-282-11/+8
* bugfix: overloading resolution for typeofAraq2011-09-275-20/+16
* bugfix: internal error in evalFieldAccess; parseutils.interpolatedFragments o...Araq2011-09-261-12/+16
* renamed optional to discardableAraq2011-09-244-9/+9
* implemented optional pragma for implicit discardAraq2011-09-247-15/+21
* l-values are preserved modulo type distinctionAraq2011-09-244-7/+14
* more fixes to get rid of tyPureObjectAraq2011-09-241-1/+1
* got rid of akPureObjectAraq2011-09-241-1/+2
* got rid of tyPureObject; broke bootstrapping; use generated C codeAraq2011-09-241-1/+5
* got rid of tyPureObject; broke bootstrapping; use generated C codeAraq2011-09-243-5/+11
* Merge branch 'master' of git@github.com:Araq/NimrodAraq2011-09-241-38/+70
|\
| * Fixed string concatenation and other bugs in the JS backend. Fixed a small bu...dom962011-09-231-38/+70
* | beginning of a taint mode; type system enhancementsAraq2011-09-248-182/+99
|/
* fixed some newly introduced bugsAraq2011-09-211-4/+3
* Merge pull request #54 from zah/pretty-print-astAraq2011-09-206-29/+114
|\
| * using statement (ala C#) implemented as macro (added as test).Zahary Karadjov2011-09-202-2/+3
| * Moved the parseAST magics to evals.nimZahary Karadjov2011-09-203-37/+35
| * Quick Fix:Zahary Karadjov2011-09-202-2/+2
| * Initial implementation of the parseExpr, parseStmt, getAst macro routines:Zahary Karadjov2011-09-204-33/+112
| * Added AST introspection routines as a part of the standard libraryZahary Karadjov2011-09-202-1/+8
* | 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-206-11/+23
|/
* bugfixes for generics; new threads implementation still brokenAraq2011-09-2012-84/+187
* locks now in their own core moduleAraq2011-08-201-8/+4