Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #22286; enforce Non-var T destructors by `nimPreviewNonVarDestructor` ↵ | ringabout | 2023-11-25 | 1 | -2/+12 |
| | | | | | | | | | | | | | | | | | | (#22975) fixes #22286 ref https://forum.nim-lang.org/t/10642 For backwards compatibilities, we might need to keep the changes under a preview compiler flag. Let's see how many packags it break. **TODO** in the following PRs - [ ] Turn the `var T` destructors warning into an error with `nimPreviewNonVarDestructor` --------- Co-authored-by: Andreas Rumpf <rumpf_a@web.de> | ||||
* | Revert "fix #22173 `sink` paramers not moved into closure (refc) (#22… ↵ | Bung | 2023-08-03 | 1 | -20/+0 |
| | | | | | | | (#22376) Revert "fix #22173 `sink` paramers not moved into closure (refc) (#22359)" This reverts commit b40da812f7aa590ed16df54a492684c228320549. | ||||
* | fix #22173 `sink` paramers not moved into closure (refc) (#22359) | Bung | 2023-08-02 | 1 | -0/+20 |
| | | | | | * use genRefAssign when assign to sink string * add test case | ||||
* | fixes #22256; fixes GC_disableOrc overflow (#22257) | ringabout | 2023-07-11 | 1 | -0/+9 |
| | |||||
* | remove shallowCopy for ARC/ORC (#20070) | ringabout | 2022-07-26 | 1 | -1/+4 |
| | | | | | | | | | | | | | /+5 | |||||
| | |||||
* | make thavlak and tmarkerproc_regression tests take fewer iterations in order ↵ | Araq | 2018-10-17 | 1 | -5/+5 |
| | | | | to speedup the CIs | ||||
* | make more tests green; system.repr does not produce 'nil' for strings and ↵ | Araq | 2018-08-22 | 1 | -1/+1 |
| | | | | seqs anymore | ||||
* | make more things compile without isNil | Araq | 2018-08-22 | 1 | -2/+1 |
| | |||||
* | make growobjcrash complete earlier | Araq | 2018-08-05 | 1 | -1/+1 |
| | |||||
* | fixes #7833; still to-do: fix setLen | Araq | 2018-07-30 | 1 | -2/+2 |
| | |||||
* | Testament should run tests with no action (#8232) | genotrance | 2018-07-08 | 1 | -1/+0 |
| | | | | | | * Testament should run tests with no action * Fix strutils tests for JS | ||||
* | make tests green again | Andreas Rumpf | 2018-07-05 | 1 | -3/+3 |
| | |||||
* | turn destructors into finalizers | Andreas Rumpf | 2018-07-05 | 1 | -3/+3 |
| | |||||
* | Fix gc tests for BoehmGC (#7094) | Sergey Avseyev | 2018-01-18 | 3 | -6/+3 |
| | |||||
* | hardened gctest | Araq | 2018-01-15 | 1 | -3/+3 |
| | |||||
* | GC improvements; distinguish between thread local and globals in the marking ↵ | Araq | 2018-01-14 | 2 | -21/+36 |
| | | | | step | ||||
* | fix | Arne Döring | 2017-07-24 | 1 | -1/+1 |
| | |||||
* | Add ``tearDownForeignThreadGc`` function (#5369) | Anatoly Galiulin | 2017-02-13 | 1 | -0/+88 |
| | |||||
* | fixes #3184 | Andreas Rumpf | 2016-05-22 | 1 | -0/+457 |
| |