summary refs log tree commit diff stats
path: root/compiler
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Araq2011-06-275-11/+26
| | | | not suffice
* 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 ↵Araq2011-06-211-5/+9
| | | | for windows improved
* 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 ↵Araq2011-05-164-59/+106
| | | | sources and ./build.sh
* 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 ↵Araq2011-04-232-88/+51
| | | | grammar/parser
* parser got rid of cruftAraq2011-04-221-32/+9
|
* slices are first class citizensAraq2011-04-225-75/+67
|