summary refs log tree commit diff stats
path: root/lib/system/deepcopy.nim
Commit message (Expand)AuthorAgeFilesLines
* warn about inconsistent spacing around binary operators; fixes #7582Andreas Rumpf2018-05-051-5/+5
* first steps of making 'opt' a first class type for NimAndreas Rumpf2017-09-251-1/+1
* closures have an object type field so that we can perform correct deepCopy() ...Andreas Rumpf2017-07-221-3/+3
* Fix compilation for 16 bit targets (#5286)Jeff Ciesielski2017-01-261-1/+1
* system.deepCopy should show old behaviourAndreas Rumpf2016-11-281-1/+6
* deepcopy fixAndreas Rumpf2016-11-261-31/+75
* reverted deepcopy fix for nowAndreas Rumpf2016-11-241-75/+31
* fixes deepcopy regressionAndreas Rumpf2016-11-181-2/+4
* deepCopy: proper sharing of refsAndreas Rumpf2016-11-171-31/+73
* fixes #4776Andreas Rumpf2016-09-241-12/+7
* fixes #4340Andreas Rumpf2016-07-071-0/+2
* fix types of ansi_c/sysio to more closely match C ABIJacek Sieka2016-06-051-1/+1
* lib: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-5/+5
* 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