summary refs log tree commit diff stats
path: root/compiler/spawn.nim
Commit message (Expand)AuthorAgeFilesLines
* fixes#23665; rework spawn with gcc 14 and fixes other tests (#23660)ringabout2024-06-021-2/+14
* type refactoring: part 2 (#23059)Andreas Rumpf2023-12-131-4/+4
* Types: Refactorings; step 1 (#23055)Andreas Rumpf2023-12-121-1/+1
* IC: progress and refactorings (#22961)Andreas Rumpf2023-11-201-4/+4
* use strictdefs for compiler (#22365)ringabout2023-08-061-2/+2
* adds an experimental `mm:atomicArc` switch (#21798)ringabout2023-05-081-2/+2
* refactoring in preparation for better, simpler name mangling that wor… (#21...Andreas Rumpf2023-04-241-13/+13
* fixes booting warnings (#21711)ringabout2023-04-231-1/+1
* Fix bug in freshVarForClosureIter. Fixes #18474 (#19675) [backport]flywind2022-04-041-11/+11
* add colon (#17834)flywind2021-04-241-1/+1
* close #9691 and close #10913('spawn'ed function cannot have a 'typed' or 'unt...flywind2021-04-201-1/+11
* remove unnecessary check (#17502)flywind2021-03-251-2/+0
* IC: green tests (#17311)Andreas Rumpf2021-03-191-1/+1
* big steps torwards an efficient, simple IC implementation (#16543)Andreas Rumpf2021-01-021-17/+17
* explicit ID generation for easier IC (#15559)Andreas Rumpf2020-10-251-53/+54
* scoped memory management (#14790)Andreas Rumpf2020-07-041-2/+2
* init checks and 'out' parameters (#14521)Andreas Rumpf2020-06-231-2/+2
* Fixes #14014 (#14029)cooldome2020-04-201-2/+7
* Step2: fixes #13781, fixes #13805 (#13897)cooldome2020-04-161-13/+11
* drnim: tiny progress (#13882)Andreas Rumpf2020-04-151-21/+4
* Fix sym owner in wrapper proc (#13878)cooldome2020-04-051-27/+27
* fixes #13708 (#13711)cooldome2020-03-211-8/+18
* Cosmetic compiler cleanup (#12718)Clyybber2019-11-281-23/+23
* refactoring: --newruntime consists of 3 different switchesAraq2019-10-201-1/+1
* fixes #1188Araq2019-08-161-1/+1
* [refactoring] remove unused imports in the compiler and in some stdlib modulesAraq2019-07-181-428/+428
* [refactoring] moves transformation for 'spawn' into its own spawn.nim impleme...Araq2019-07-141-0/+428