Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ref #20694; quit value gets saturated to ranges (#20753) | ringabout | 2022-11-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | * quit value gets saturated to ranges * add documentation * minimal changes * refactor * small fix * add documentation * fixes * Update lib/system.nim Co-authored-by: Juan Carlos <juancarlospaco@gmail.com> Co-authored-by: Juan Carlos <juancarlospaco@gmail.com> | ||||
* | 'lock levels' are deprecated, now a noop (#20539) | ringabout | 2022-10-11 | 1 | -3/+3 |
| | | | | | * 'lock levels' are deprecated, now a noop * fixes tests | ||||
* | addQuitProc => addExitProc (#16765) | Timothee Cour | 2021-01-22 | 1 | -1/+2 |
| | |||||
* | make goto based exceptions available for 'nim cpp' (#13244) | Andreas Rumpf | 2020-01-25 | 1 | -1/+1 |
| | | | | | * make goto based exceptions available for 'nim cpp' * optimize seq.add to be comparable to C++'s emplace_back | ||||
* | newruntime for async (#11650) | Andreas Rumpf | 2019-07-05 | 1 | -1/+1 |
| | | | | | | | * fixes overloading resolution for passing owned(Future[string]) to Future[T] * WIP: make --newruntime work with .async * memtracker: make it compile again * make Nimble compile again | ||||
* | Try to let memTracker compile (#8502) | Christopher Dunn | 2018-08-05 | 1 | -6/+6 |
| | |||||
* | make memory tracker work without onThreadCreation | Araq | 2017-03-14 | 1 | -3/+9 |
| | |||||
* | dirty changes to Nim's memory tracker; requires cleanups | Araq | 2017-01-31 | 1 | -1/+6 |
| | |||||
* | improvements to memtracking | Andreas Rumpf | 2017-01-26 | 1 | -1/+2 |
| | |||||
* | memory tracker is aware of threads (still not threadsafe though) | Andreas Rumpf | 2017-01-26 | 1 | -7/+30 |
| | |||||
* | further memtracking improvements | Andreas Rumpf | 2016-11-24 | 1 | -6/+14 |
| | |||||
* | first version of the new memory tracking feature | Andreas Rumpf | 2016-11-21 | 1 | -0/+62 |