summary refs log tree commit diff stats
path: root/compiler/semexprs.nim
Commit message (Collapse)AuthorAgeFilesLines
* old pointer deref operator completely removedAraq2011-07-231-2/+2
|
* bugfix: 'set' overloadable; further steps for multi threading supportAraq2011-07-081-26/+25
|
* bugfix: shallowCopy should not break bootstrapping anymore; encodings.nim ↵Araq2011-06-211-5/+9
| | | | for windows improved
* zipfiles compiles again; added system.shallowCopyAraq2011-06-201-66/+139
|
* intsets are now a proper module and part of the stdlibAraq2011-06-141-3/+2
|
* further improvements for thread analysisAraq2011-06-131-5/+2
|
* basic thread analysis workingAraq2011-06-131-1/+2
|
* first (non working) implementation of global thread analysisAraq2011-06-131-0/+6
|
* basic generic collections implemented and testedAraq2011-06-071-4/+4
|
* bugfix: generic instantiation across module boundariesAraq2011-06-061-9/+14
|
* overloading of [] for derefence operation should be possible nowAraq2011-06-051-3/+5
|
* threads clean up their heapAraq2011-06-041-0/+2
|
* cleaned up the tests; fixes #30; fixes #26Araq2011-05-011-17/+15
|
* slice support in system.nim; syntactic sugar for tables; cleanup of ↵Araq2011-04-231-39/+28
| | | | grammar/parser
* slices are first class citizensAraq2011-04-221-11/+17
|
* big repo cleanupAraq2011-04-121-0/+1092