| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace double backticks with single backticks - Part 2 out of ~6 (#17206) | Danil Yarantsev | 2021-02-28 | 1 | -4/+4 |
* | Change stdlib imports to use std prefix in most examples (#17202) | Danil Yarantsev | 2021-02-28 | 1 | -1/+1 |
* | Dont assert on setstacksize result in iOS (#15427) [backport:1.2] | Yuriy Glukhov | 2020-09-29 | 1 | -1/+4 |
* | deinitLock (#15383) | flywind | 2020-09-22 | 1 | -0/+2 |
* | fixes #14370 (#14371) | Andreas Rumpf | 2020-05-16 | 1 | -1/+1 |
* | fixes #13881 | Andreas Rumpf | 2020-05-12 | 1 | -9/+15 |
* | enable --tlsEmulation:on for --gc:arc (#13685) | Andreas Rumpf | 2020-03-18 | 1 | -4/+1 |
* | Thread attributes should be destroyed using the pthread_attr_destroy() (#13293) | Hiroki Noda | 2020-01-29 | 1 | -2/+3 |
* | csize_t changes: pinToCpu didn't compile (#12725) | Mamy Ratsimbazafy | 2019-11-25 | 1 | -1/+1 |
* | --gc:destructors now means Nim uses pure refcounting (#12557) | Andreas Rumpf | 2019-10-30 | 1 | -1/+1 |
* | fixes #1188 | Araq | 2019-08-16 | 1 | -3/+6 |
* | fix #11854 (#11857) | Arne Döring | 2019-07-30 | 1 | -1/+1 |
* | Fixed "is not GC-safe as it calls 'createThread'" when creating a thread in a... | Dankr4d | 2019-06-03 | 1 | -1/+1 |
* | Fix header inconsistencies in documentation (#11071) | Zed | 2019-04-23 | 1 | -2/+3 |
* | refactoring: move threadlocalstorage into its own file | Araq | 2019-04-04 | 1 | -325/+19 |
* | --newruntime: progress | Andreas Rumpf | 2019-03-14 | 1 | -2/+0 |
* | improved documentation for several modules (#10752) | Miran | 2019-03-01 | 1 | -31/+40 |
* | system refactorings (#10559) | Andreas Rumpf | 2019-02-06 | 1 | -5/+2 |
* | removes deprecated T/P types | Araq | 2018-11-16 | 1 | -6/+0 |
* | even more strict isNil handling for strings/seqs in order to detect bugs | Araq | 2018-08-22 | 1 | -2/+3 |
* | Haiku support for Nim (#8542) | alaviss | 2018-08-14 | 1 | -2/+14 |
* | Nintendo switch support (#8069) | Joey | 2018-06-27 | 1 | -1/+1 |
* | Native access to Genode environment | Emery Hemingway | 2018-06-07 | 1 | -2/+5 |
* | Expose GC_setStackBottom (#7885) | Yuriy Glukhov | 2018-06-04 | 1 | -1/+1 |
* | __NR_gettid as const on amd64 (#7460) | Jacek Sieka | 2018-04-06 | 1 | -1/+4 |
* | Threading: increase TLS size for new allocator | Araq | 2017-12-07 | 1 | -2/+2 |
* | fixes #5143 | Araq | 2017-10-16 | 1 | -1/+1 |
* | balance Genode CPU pinning, deadlock at Genode exit (#6317) | Emery Hemingway | 2017-09-16 | 1 | -2/+7 |
* | WIP: --gc:regions instead of --gc:stack | Araq | 2017-08-13 | 1 | -2/+2 |
* | Allow to configure tls size (#6171) | Ruslan Mustakov | 2017-08-05 | 1 | -2/+7 |
* | Remove expr/stmt (#5857) | Arne Döring | 2017-07-25 | 1 | -1/+1 |
* | Cache threadId to not perform syscalls all the time (#6111) | Eugene Kabanov | 2017-07-16 | 1 | -46/+79 |
* | Fix #5920 (#5922) | Eugene Kabanov | 2017-05-31 | 1 | -1/+11 |
* | Linux abi take 3 (#5692) | Jacek Sieka | 2017-04-12 | 1 | -13/+21 |
* | fixup! support for the Genode OS framework (#5653) | Emery Hemingway | 2017-04-02 | 1 | -0/+2 |
* | support for the Genode OS framework (#5560) | Emery Hemingway | 2017-03-31 | 1 | -1/+74 |
* | Fixes #4719. (#5585) | Eugene Kabanov | 2017-03-23 | 1 | -19/+23 |
* | Fix #4972. (#5567) | Eugene Kabanov | 2017-03-19 | 1 | -5/+10 |
* | Fixes to support Dragonfly BSD. (#5552) | Eugene Kabanov | 2017-03-17 | 1 | -2/+6 |
* | removed onThreadCreation; onThreadDestruction is now thread local | Araq | 2017-02-26 | 1 | -49/+11 |
* | Add ``tearDownForeignThreadGc`` function (#5369) | Anatoly Galiulin | 2017-02-13 | 1 | -1/+15 |
* | Use __NR_gettid instead of SYS_gettid (#5338) | Yuriy Glukhov | 2017-02-04 | 1 | -3/+3 |
* | make getThreadId() work on OSX | Andreas Rumpf | 2017-01-31 | 1 | -2/+4 |
* | another attempt to getThreadId work on Linux | araq | 2017-01-31 | 1 | -1/+1 |
* | make getThreadId() work on Linux | araq | 2017-01-31 | 1 | -3/+6 |
* | added system.getThreadId for various OSes (untested) | Araq | 2017-01-31 | 1 | -1/+31 |
* | bugfix: onThreadDestruction callbacks should be run in reverse order | Andreas Rumpf | 2017-01-26 | 1 | -1/+1 |
* | onThreadDestruction feature added to Nim's threading model | Andreas Rumpf | 2017-01-24 | 1 | -11/+32 |
* | added system.runOnThreadCreationHandlers for initialization of thread local s... | Araq | 2017-01-20 | 1 | -0/+9 |
* | added system.onThreadCreation feature for safe thread local storage initializ... | Andreas Rumpf | 2017-01-18 | 1 | -0/+31 |