summary refs log tree commit diff stats
path: root/tests/arc/tthread.nim
Commit message (Collapse)AuthorAgeFilesLines
* scoped memory management (#14790)Andreas Rumpf2020-07-041-5/+5
| | | | | | | * fixes the regressions * closes #13936 * scope based memory management implemented * enabled tcontrolflow.nim test case * final cleanups
* Step2: fixes #13781, fixes #13805 (#13897)cooldome2020-04-161-0/+63
* Fix sym owner in wrapper proc * threadpool changes * revert lowerings * add newFastMoveStmt * try fixing test by switching to cpp Co-authored-by: cooldome <ariabushenko@bk.ru>