index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
system
/
deepcopy.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
warn about inconsistent spacing around binary operators; fixes #7582
Andreas Rumpf
2018-05-05
1
-5
/
+5
*
first steps of making 'opt' a first class type for Nim
Andreas Rumpf
2017-09-25
1
-1
/
+1
*
closures have an object type field so that we can perform correct deepCopy() ...
Andreas Rumpf
2017-07-22
1
-3
/
+3
*
Fix compilation for 16 bit targets (#5286)
Jeff Ciesielski
2017-01-26
1
-1
/
+1
*
system.deepCopy should show old behaviour
Andreas Rumpf
2016-11-28
1
-1
/
+6
*
deepcopy fix
Andreas Rumpf
2016-11-26
1
-31
/
+75
*
reverted deepcopy fix for now
Andreas Rumpf
2016-11-24
1
-75
/
+31
*
fixes deepcopy regression
Andreas Rumpf
2016-11-18
1
-2
/
+4
*
deepCopy: proper sharing of refs
Andreas Rumpf
2016-11-17
1
-31
/
+73
*
fixes #4776
Andreas Rumpf
2016-09-24
1
-12
/
+7
*
fixes #4340
Andreas Rumpf
2016-07-07
1
-0
/
+2
*
fix types of ansi_c/sysio to more closely match C ABI
Jacek Sieka
2016-06-05
1
-1
/
+1
*
lib: Trim .nim files trailing whitespace
Adam Strzelecki
2015-09-04
1
-5
/
+5
*
sizeof(char) is always 1
def
2015-03-04
1
-1
/
+1
*
Also deepCopy strings only up to their length, not capacity
def
2015-03-04
1
-1
/
+1
*
Happy new year!
Guillaume Gelin
2015-01-06
1
-1
/
+1
*
introduced 'benign' pragma
Araq
2014-10-25
1
-2
/
+2
*
deepCopy is instantiated when its corresponding type is instantiated
Araq
2014-09-26
1
-9
/
+9
*
system files use new identifiers
Araq
2014-08-23
1
-12
/
+12
*
the big renamefest: first steps
Araq
2014-08-22
1
-1
/
+1
*
distinguish between 'defined' and 'declared'
Araq
2014-08-11
1
-1
/
+1
*
fixes #1456
Araq
2014-08-08
1
-1
/
+1
*
fixes #1456
Araq
2014-08-08
1
-11
/
+18
*
some bugfixes for 'deepCopy'
Araq
2014-08-06
1
-10
/
+23
*
progress on deepCopy
Araq
2014-08-01
1
-0
/
+121