summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* nicer error messages for used keywords as identifiersAraq2011-06-192-3/+7
* bugfix: empty object case branches produce an errorAraq2011-06-191-1/+5
* bugfix: typeinfo generation for tuplesAraq2011-06-194-31/+24
* got rid of unsound co/contravariance in procvarsAraq2011-06-171-33/+34
* bugfix: proper return types for templatesAraq2011-06-151-15/+18
* tuple unpacking is not enforced in for loops anymoreAraq2011-06-152-3/+8
* compiler can emulate thread local variablesAraq2011-06-155-89/+112
* bugfix: endless loop in parser; added sphinx wrapperAraq2011-06-141-0/+1
* intsets are now a proper module and part of the stdlibAraq2011-06-1419-271/+110
* further improvements for thread analysisAraq2011-06-135-14/+34
* basic thread analysis workingAraq2011-06-137-42/+67
* first (non working) implementation of global thread analysisAraq2011-06-135-6/+335
* implemented tables.addAraq2011-06-111-8/+0
* got rid of nstrtabs and nhashes modulesAraq2011-06-1019-350/+41
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-06-102-1/+6
|\
| * Added typeinfo moduledom962011-06-092-1/+6
* | Bugfix: no #line dir with 0 generatedAraq2011-06-103-10/+5
|/
* basic generic collections implemented and testedAraq2011-06-071-4/+4
* bugfix: generic instantiation across module boundariesAraq2011-06-063-27/+31
* overloading of [] for derefence operation should be possible nowAraq2011-06-052-5/+7
* threads clean up their heapAraq2011-06-042-3/+9
* bugfixes for semantic checking; thread implementation pushed the compilerAraq2011-06-042-42/+54
* first steps to thread local heapsAraq2011-06-023-10/+21
* lexer, parser cleanup; boehm gc for mac os xAraq2011-05-174-98/+97
* further steps for thread support; bootstrapping should require unzip C source...Araq2011-05-164-59/+106
* deprecated system.copy: use system.substr insteadAraq2011-05-1414-34/+34
* got rid of isLiftedAraq2011-05-141-7/+0
* newStringOfCap implemented and used to optimize some procsAraq2011-05-084-5/+15
* gc tweaking to gain a few percent of performanceAraq2011-05-074-42/+26
* fixes #12Araq2011-05-021-58/+43
* cleaned up the tests; fixes #30; fixes #26Araq2011-05-0114-163/+114
* const table supportAraq2011-04-2911-50/+104
* c2nim compiles againAraq2011-04-231-1/+1
* slice support in system.nim; syntactic sugar for tables; cleanup of grammar/p...Araq2011-04-232-88/+51
* parser got rid of cruftAraq2011-04-221-32/+9
* slices are first class citizensAraq2011-04-225-75/+67
* grammar changes for table constructor: second partAraq2011-04-212-3/+28
* grammar changes for table constructor: first partAraq2011-04-211-17/+24
* got rid of some arcane module namesAraq2011-04-2131-1245/+59
* := templatable; lexer improvementsAraq2011-04-177-157/+94
* better error message for invalid module namesAraq2011-04-162-1/+3
* big repo cleanupAraq2011-04-1290-0/+39751