summary refs log tree commit diff stats
path: root/lib/system/deepcopy.nim
Commit message (Collapse)AuthorAgeFilesLines
* sizeof(char) is always 1def2015-03-041-1/+1
|
* Also deepCopy strings only up to their length, not capacitydef2015-03-041-1/+1
|
* Happy new year!Guillaume Gelin2015-01-061-1/+1
|
* introduced 'benign' pragmaAraq2014-10-251-2/+2
|
* deepCopy is instantiated when its corresponding type is instantiatedAraq2014-09-261-9/+9
|
* system files use new identifiersAraq2014-08-231-12/+12
|
* the big renamefest: first stepsAraq2014-08-221-1/+1
|
* distinguish between 'defined' and 'declared'Araq2014-08-111-1/+1
|
* fixes #1456Araq2014-08-081-1/+1
|
* fixes #1456Araq2014-08-081-11/+18
|
* some bugfixes for 'deepCopy'Araq2014-08-061-10/+23
|
* progress on deepCopyAraq2014-08-011-0/+121