summary refs log tree commit diff stats
path: root/lib/system/seqs_v2.nim
Commit message (Expand)AuthorAgeFilesLines
* fixes #21393 and misc style changes (#21419)Andreas Rumpf2023-02-241-1/+2
* alternative, much simpler algorithm for strict func checking (#21066)Andreas Rumpf2022-12-111-10/+11
* add default field support for object in ARC/ORC (#20480)ringabout2022-10-041-0/+2
* RFC-460 implemented (#19771)Juan Carlos2022-09-211-0/+16
* fix #16458; make useNimRtl compile for --gc:orc (#19512)flywind2022-02-111-1/+2
* fixes .raises inference for newSeq builtin under --gc:orc [backport] (#19158)Andreas Rumpf2021-11-161-1/+1
* fixes another effect inference bug [backport:1.6] (#19100)Andreas Rumpf2021-11-071-1/+1
* ARC: fixes memory leaks with newSeq used in a loop [backport:1.4] (#18040)Andreas Rumpf2021-05-181-0/+4
* ARC now capable of custom extra alignment. Ref, closure and seq support. (#15...cooldome2020-10-281-12/+3
* arc allocation method aligned (#15588)cooldome2020-10-191-3/+12
* allow old styled RTTI for arc/orc (#15331)Andreas Rumpf2020-09-161-5/+9
* Fix #14994 (#14996)Clyybber2020-07-151-0/+1
* Move `wasMoved` out of `=destroy`Clyybber2020-07-101-2/+1
* more checking for --gc:arc, no need for valgrind (#14467)Andreas Rumpf2020-05-291-1/+0
* fixes #14038Andreas Rumpf2020-04-201-1/+1
* forward type alignment information to seqs (#12430)Arne Döring2020-04-191-8/+8
* make goto based exceptions available for 'nim cpp' (#13244)Andreas Rumpf2020-01-251-1/+5
* Removed lib/system/allocators.nim. seqs_v2 and strs_v2 now uses allocShared0....Ico Doornekamp2020-01-231-27/+17
* ARC: misc bugfixes (#13156)Andreas Rumpf2020-01-151-1/+1
* ARC: cycle detector (#12823)Andreas Rumpf2019-12-171-0/+129