Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix deprecated messages regarding high (#15832) | flywind | 2020-11-03 | 1 | -1/+1 |
| | |||||
* | specialize genericReset (#14398) | Andreas Rumpf | 2020-05-19 | 1 | -1/+1 |
| | | | | | | | * progress * make tests green * maybe we also want to reset pointers, dunno * progress * cleanup; fixes #13879 [backport:1.2] | ||||
* | fixes #13881 | Andreas Rumpf | 2020-05-12 | 1 | -3/+4 |
| | | | | | | * fixes #13881 * documented changed requirements for system.onThreadDestruction * destructors.rst: update the documentation | ||||
* | Error -> Defect for defects (#13908) | Jacek Sieka | 2020-04-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | * Error -> Defect for defects The distinction between Error and Defect is subjective, context-dependent and somewhat arbitrary, so when looking at an exception, it's hard to guess what it is - this happens often when looking at a `raises` list _without_ opening the corresponding definition and digging through layers of inheritance. With the help of a little consistency in naming, it's at least possible to start disentangling the two error types and the standard lib can set a good example here. | ||||
* | forward type alignment information to seqs (#12430) | Arne Döring | 2020-04-19 | 1 | -7/+8 |
| | |||||
* | catchable defects (#13626) | Andreas Rumpf | 2020-03-12 | 1 | -2/+4 |
| | | | | | | | | | | * allow defects to be caught even for --exceptions:goto (WIP) * implemented the new --panics:on|off switch; refs https://github.com/nim-lang/RFCs/issues/180 * new implementation for integer overflow checking * produce a warning if a user-defined exception type inherits from Exception directly * applied Timothee's suggestions; improved the documentation and replace the term 'checked runtime check' by 'panic' * fixes #13627 * don't inherit from Exception directly | ||||
* | first implementation of the new --seqsv2 switch | Araq | 2019-10-20 | 1 | -2/+2 |
| | |||||
* | gc:destructors progress | Araq | 2019-09-01 | 1 | -1/+1 |
| | |||||
* | styleCheck: make the compiler and large parts of the stdlib compatible with ↵ | Araq | 2019-07-10 | 1 | -4/+4 |
| | | | | --styleCheck:error | ||||
* | gc: removed dead code | Andreas Rumpf | 2019-03-14 | 1 | -3/+0 |
| | |||||
* | code cleanup: there is no tyOptRef | Andreas Rumpf | 2019-02-22 | 1 | -4/+4 |
| | |||||
* | system refactorings (#10559) | Andreas Rumpf | 2019-02-06 | 1 | -1/+2 |
| | | | | | | | | * move IO subsystem into its own module; refs #10385 * make standalone test compile again * make C++ examples compile again * make more tests green * make sysAssert and gcAssert work again | ||||
* | fixes #10271 [backport] | Araq | 2019-01-13 | 1 | -1/+2 |
| | |||||
* | Remove dead code (#9777) | Jacek Sieka | 2018-11-26 | 1 | -22/+2 |
| | | | | | | | | | * gc/gc2: remove unused ref counting stuff * also removes some false threading support - hasSharedHeap is always false in gc/gc2 * gc: remove some threading cruft * remove asgnRefNoCycle * compiler: remove TLoc.dup (unused) | ||||
* | more progress on destructor based strings | Andreas Rumpf | 2018-07-13 | 1 | -47/+49 |
| | |||||
* | M&S GC: collect earlier under memory pressure | Andreas Rumpf | 2018-01-30 | 1 | -6/+7 |
| | |||||
* | M&S GC: minor code cleanup | Andreas Rumpf | 2018-01-21 | 1 | -6/+0 |
| | |||||
* | Mark&Sweep GC: introduce nimTracing define for debugging | Andreas Rumpf | 2018-01-19 | 1 | -1/+38 |
| | |||||
* | GC: enable precise global/thread local storage tracing | Araq | 2018-01-15 | 1 | -10/+5 |
| | |||||
* | GC improvements; distinguish between thread local and globals in the marking ↵ | Araq | 2018-01-14 | 1 | -17/+6 |
| | | | | step | ||||
* | Fixed mutex usage in SharedList and SharedTable. Closes #6988 (#6990) | Yuriy Glukhov | 2017-12-31 | 1 | -1/+1 |
| | |||||
* | more replacements for the deprecated '<' | Andreas Rumpf | 2017-10-29 | 1 | -2/+2 |
| | |||||
* | GCs: use add instead of & | Andreas Rumpf | 2017-09-29 | 1 | -3/+3 |
| | |||||
* | first steps of making 'opt' a first class type for Nim | Andreas Rumpf | 2017-09-25 | 1 | -4/+4 |
| | |||||
* | added system.deallocHeap feature for Nim's native GCs | Andreas Rumpf | 2017-07-22 | 1 | -12/+0 |
| | |||||
* | make the GCs more robust | Andreas Rumpf | 2017-07-20 | 1 | -7/+7 |
| | |||||
* | added logic to the M&S GC to detect logical leaks | Araq | 2017-06-16 | 1 | -0/+55 |
| | |||||
* | Cleanup of gc code | Rokas Kupstys | 2017-02-20 | 1 | -14/+16 |
| | | | | Cleanups | ||||
* | system.nim: don't use deprecated symbols/constructs | Araq | 2017-02-08 | 1 | -1/+1 |
| | |||||
* | M&S GC gets the heap dump feature | Andreas Rumpf | 2017-01-15 | 1 | -14/+17 |
| | |||||
* | Add `import sharedlist` when `hasThreadSupport` | James Boyden | 2016-04-05 | 1 | -0/+3 |
| | | | | | | | | | | Without this change, a user's Nim code won't compile if they're using both threads & the mark-and-sweep GC: lib/system/gc_ms.nim(75, 18) Error: undeclared identifier: 'SharedList' toDispose: SharedList[pointer] ^ This small code block addition was copied from "lib/system/gc.nim" (where it appears directly after a `when defined(memProfiler)` block also). | ||||
* | GCs support ForeignCells | Andreas Rumpf | 2016-03-05 | 1 | -0/+7 |
| | |||||
* | fixes #3245 | Araq | 2015-08-25 | 1 | -1/+2 |
| | |||||
* | Coroutine support for i386/amd64 platforms unix/windows OSes ↵ | rku | 2015-07-31 | 1 | -153/+23 |
| | | | | markAndSweep/refCounting GCs. | ||||
* | Fixes compilation with --gc:markandsweep. | Dominik Picheta | 2015-06-04 | 1 | -1/+1 |
| | |||||
* | lib/system/g-w - Dropped 'T' from types | pdw | 2015-06-04 | 1 | -47/+48 |
| | |||||
* | Fix GC scanning of registers on x86_64 architectures. | Reimer Behrends | 2015-05-07 | 1 | -0/+9 |
| | | | | | | | It is possible for jmp_buf to not be word-aligned or addresses in the register dump to not be word-aligned. This can result in either addresses in registers being missed or even addresses on the stack past the register area not being scanned properly. | ||||
* | Fix proc call in gc_ms | def | 2015-03-26 | 1 | -1/+1 |
| | | | | This fixes compilation with --gc:markandsweep -d:gcUseBitvectors | ||||
* | fixed the tester; more tests green | Araq | 2015-03-10 | 1 | -18/+22 |
| | |||||
* | Fix typos | Federico Ceratto | 2015-02-15 | 1 | -1/+1 |
| | |||||
* | fixes #2070 | Araq | 2015-02-10 | 1 | -4/+6 |
| | |||||
* | Happy new year! | Guillaume Gelin | 2015-01-06 | 1 | -1/+1 |
| | |||||
* | added 'setupGcForForeignThread' for better C interop | Araq | 2014-12-11 | 1 | -0/+14 |
| | |||||
* | introduced 'benign' pragma | Araq | 2014-10-25 | 1 | -8/+8 |
| | |||||
* | make tests green | Araq | 2014-08-31 | 1 | -26/+26 |
| | |||||
* | the big renamefest: first steps | Araq | 2014-08-22 | 1 | -2/+2 |
| | |||||
* | implemented builtin noncopying slice | Araq | 2014-05-02 | 1 | -0/+1 |
| | |||||
* | bugfix: MS-GC GC_unref | Araq | 2014-04-30 | 1 | -1/+2 |
| | |||||
* | bugfix: MS GC acknowledges GC_ref/unref properly | Araq | 2014-04-30 | 1 | -6/+45 |
| | |||||
* | marked markAndSweep GC thread safe | Araq | 2014-04-20 | 1 | -8/+8 |
| |