Arne Döring
|
4005f0d0e4
|
forward type alignment information to seqs (#12430)
|
2020-04-19 07:52:01 +02:00 |
|
Andreas Rumpf
|
fd85a5ae05
|
more fixes for --cpu:avr [backport] (#12748)
|
2019-11-27 16:24:21 +01:00 |
|
Araq
|
c94647aeca
|
styleCheck: make the compiler and large parts of the stdlib compatible with --styleCheck:error
|
2019-07-10 12:42:41 +02:00 |
|
Andreas Rumpf
|
721bf7188b
|
code cleanup: there is no tyOptRef
|
2019-02-22 19:42:11 +01:00 |
|
Andreas Rumpf
|
1aa359febb
|
warn about inconsistent spacing around binary operators; fixes #7582
|
2018-05-05 14:58:33 +02:00 |
|
Andreas Rumpf
|
f7f3a25be8
|
first steps of making 'opt' a first class type for Nim
|
2017-09-25 13:19:36 +02:00 |
|
Andreas Rumpf
|
ad608838bf
|
closures have an object type field so that we can perform correct deepCopy() for the BoehmGC target
|
2017-07-22 11:10:52 +02:00 |
|
Jeff Ciesielski
|
7f30d04d6a
|
Fix compilation for 16 bit targets (#5286)
|
2017-01-26 07:05:03 +01:00 |
|
Andreas Rumpf
|
734443d725
|
system.deepCopy should show old behaviour
|
2016-11-28 11:03:01 +01:00 |
|
Andreas Rumpf
|
e83d11e8f1
|
deepcopy fix
|
2016-11-26 14:15:37 +01:00 |
|
Andreas Rumpf
|
2316c71e09
|
reverted deepcopy fix for now
|
2016-11-24 10:52:33 +01:00 |
|
Andreas Rumpf
|
7c1b5b3c2b
|
fixes deepcopy regression
|
2016-11-18 09:54:12 +01:00 |
|
Andreas Rumpf
|
8875ca750f
|
deepCopy: proper sharing of refs
|
2016-11-17 19:57:35 +01:00 |
|
Andreas Rumpf
|
66bbf7518e
|
fixes #4776
|
2016-09-24 02:27:12 +02:00 |
|
Andreas Rumpf
|
caa7f42e8e
|
fixes #4340
|
2016-07-07 01:35:42 +02:00 |
|
Jacek Sieka
|
64b0485207
|
fix types of ansi_c/sysio to more closely match C ABI
also fixes some instances of using C library functions when there are
nim alternatives available
|
2016-06-05 12:03:20 +08:00 |
|
Adam Strzelecki
|
43bddf62dd
|
lib: Trim .nim files trailing whitespace
via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
|
2015-09-04 23:03:56 +02:00 |
|
def
|
d875951124
|
sizeof(char) is always 1
|
2015-03-04 03:22:06 +01:00 |
|
def
|
0264b42216
|
Also deepCopy strings only up to their length, not capacity
|
2015-03-04 03:21:17 +01:00 |
|
Guillaume Gelin
|
3119fe087d
|
Happy new year!
|
2015-01-06 15:26:33 +01:00 |
|
Araq
|
a639824e5e
|
introduced 'benign' pragma
|
2014-10-25 22:01:23 +02:00 |
|
Araq
|
1088814e56
|
deepCopy is instantiated when its corresponding type is instantiated
|
2014-09-26 09:36:09 +02:00 |
|
Araq
|
fc0fda14ae
|
system files use new identifiers
|
2014-08-23 00:58:04 +02:00 |
|
Araq
|
dbf9117c56
|
the big renamefest: first steps
|
2014-08-22 23:54:26 +02:00 |
|
Araq
|
dd806cafa0
|
distinguish between 'defined' and 'declared'
|
2014-08-11 20:38:28 +02:00 |
|
Araq
|
fd086abb43
|
fixes #1456
|
2014-08-08 09:55:19 +02:00 |
|
Araq
|
32197b7a13
|
fixes #1456
|
2014-08-08 02:26:56 +02:00 |
|
Araq
|
a64d733029
|
some bugfixes for 'deepCopy'
|
2014-08-06 09:54:23 +02:00 |
|
Araq
|
9673e4f2df
|
progress on deepCopy
|
2014-08-01 23:40:48 +02:00 |
|