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> | ||||
* | fixes #12899 (#12921) | Andreas Rumpf | 2019-12-18 | 1 | -2/+2 |
| | | | | | | * fixes #12899 * fixes regression: destroy global variables in reverse declaration order, closureleak test relies on it | ||||
* | ARC: ported the GC tests over to --gc:arc | Araq | 2019-11-26 | 1 | -7/+15 |
| | |||||
* | remove deprecated procs (#12535) | Andreas Rumpf | 2019-11-05 | 1 | -2/+2 |
| | |||||
* | travis: cleanup & add 32-bit Linux testing (#11337) | alaviss | 2019-05-30 | 1 | -0/+1 |
| | |||||
* | tests: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 1 | -2/+2 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | fixes #1796 | Araq | 2015-01-05 | 1 | -2/+2 |
| | |||||
* | make tests green | Araq | 2014-08-31 | 1 | -1/+1 |
| | |||||
* | rod file viewer for easier debugging of rod files | Araq | 2013-04-04 | 1 | -1/+1 |
| | |||||
* | fixes #376 | Araq | 2013-03-24 | 1 | -0/+33 |