summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-07-261-181/+181
|\
| * pas2nim: nhashes library doesn't existKeita Haga2011-07-251-181/+181
* | bugfixes; added events module, sequtils moduleAraq2011-07-262-5/+7
* | doc improvements; added lazarus exampleAraq2011-07-242-17/+17
|/
* old pointer deref operator completely removedAraq2011-07-237-18/+13
* bugfix: proper cache for generic instantiationsAraq2011-07-217-79/+53
* first steps to explicit channels for thread communication; added mainThreadIdAraq2011-07-165-41/+41
* 0.8.12 bugfix: some files not in download packageAraq2011-07-112-1/+2
* preparations for 0.8.12Araq2011-07-107-16/+38
* bugfix: 'set' overloadable; further steps for multi threading supportAraq2011-07-0813-88/+117
* bugfix: subranges in generics properly detectedAraq2011-06-291-2/+4
* tests are green againAraq2011-06-281-4/+5
* importCompilerProc pragma introduced because the hacks for typeinfo.nim did n...Araq2011-06-275-11/+26
* second attempt to fix code gen for pegs.nimAraq2011-06-262-5/+1
* bugfix: pegs.nim compiles againAraq2011-06-262-3/+5
* improvements to get code size down for programs that don't use GCAraq2011-06-261-0/+3
* code gen bugfixes; marshal.nim implementedAraq2011-06-263-14/+32
* bugfix: shallowCopy should not break bootstrapping anymore; encodings.nim for...Araq2011-06-211-5/+9
* implemented write access to s[i] for macrosAraq2011-06-211-19/+34
* zipfiles compiles again; added system.shallowCopyAraq2011-06-203-134/+140
* bugfix: invoking a generic iterator twice triggers a code gen bug (titer2)Araq2011-06-203-7/+12
* case branches support constant sets for convenienceAraq2011-06-191-15/+53
* 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