summary refs log tree commit diff stats
path: root/lib/system/deepcopy.nim
Commit message (Expand)AuthorAgeFilesLines
* ARC now capable of custom extra alignment. Ref, closure and seq support. (#15...cooldome2020-10-281-1/+1
* 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
* 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
* 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
67'>367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460