summary refs log tree commit diff stats
path: root/lib/system/deepcopy.nim
Commit message (Collapse)AuthorAgeFilesLines
* ARC now capable of custom extra alignment. Ref, closure and seq support. ↵cooldome2020-10-281-1/+1
| | | | (#15697)
* arc: =deepcopy fixesAraq2020-09-201-5/+14
|
* allow old styled RTTI for arc/orc (#15331)Andreas Rumpf2020-09-161-22/+30
|
* forward type alignment information to seqs (#12430)Arne Döring2020-04-191-3/+2
|
* more fixes for --cpu:avr [backport] (#12748)Andreas Rumpf2019-11-271-1/+4
|
* styleCheck: make the compiler and large parts of the stdlib compatible with ↵Araq2019-07-101-2/+2
| | | | --styleCheck:error
* code cleanup: there is no tyOptRefAndreas Rumpf2019-02-221-1/+1
|
* 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
| | | | for the BoehmGC target
* 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
| | | | | also fixes some instances of using C library functions when there are nim alternatives available
* lib: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-5/+5
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* 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