summary refs log tree commit diff stats
path: root/lib/system
Commit message (Expand)AuthorAgeFilesLines
* replace the broken link for ORC implementation with a working one (#20105)ringabout2022-07-311-1/+1
* Fixing `nimRawSetJmp` for vcc and clangcl on Windows (#19959)rockcavera2022-07-041-17/+21
* Fix nimRawSetjmp for VCC [backport: 1.2] (#19899)Tanguy2022-06-201-1/+1
* Better range error messages (#19867)Tanguy2022-06-151-0/+3
* Windows: enable nimRawSetjmp by default [backport] (#19891)Tanguy2022-06-141-0/+7
* [js] add testcase for array indexDefect and remove todo (#19838)flywind2022-06-101-4/+0
* remove noop option `gc:v2` (#19810)flywind2022-06-101-12/+2
* fix #19862; make widestrs consistent between refc and orc (#19874) [backport]flywind2022-06-091-0/+3
* [Minor] remove unused and unnecessary local variable (#19853)flywind2022-06-011-1/+0
* Update nimscript `withDir` doc example (#19776)huantian2022-05-081-4/+4
* fixes #18612; apply cache and memcmp for methods in arc/orc (#19749)flywind2022-04-261-2/+26
* typetraits: add toSigned, toUnsigned (#18445)Timothee Cour2022-04-071-4/+2
* Deprecate selfExe (#19660)Juan Carlos2022-03-311-2/+1
* remove unnecessary framePtr code (#19645)flywind2022-03-251-1/+2
* Remove Deprecated Nimscript proc (#19629)Juan Carlos2022-03-231-8/+0
* move assertions out of system (#19599)flywind2022-03-235-115/+11
* system: thread: stack dealloction on Zephyr (#19633) [backport:1.6]Jaremy Creechley2022-03-221-2/+16
* Update chcks.nim (#19540)rockcavera2022-02-171-1/+1
* fix #16458; make useNimRtl compile for --gc:orc (#19512)flywind2022-02-113-5/+7
* move io out of system (#19442)flywind2022-02-021-963/+0
* added filemode docs (#19346)Smarcy2022-01-091-1/+4
* suggestion to respect typedarray type (#19257)Sven Keller2021-12-161-1/+27
* nimRawSetjmp: support Windows (#19197)Ștefan Talpalaru2021-12-101-7/+39
* Add support for LoongArch (#19223)wenghongquan2021-12-091-1/+3
* Atomic inc/dec should use ATOMIC_SEQ_CST (#19212)flywind2021-12-081-3/+3
* Making TCC work again on Windows --cpu:amd64 - fix #16326 (#19221)rockcavera2021-12-081-2/+16
* remove `sysspawn` which is dead code (#19218)flywind2021-12-061-187/+0
* [format minor] remove unnecessary spaces (#19216)flywind2021-12-061-5/+5
* make JS trunc polyfill opt-in, closes #16144 (#19183)hlaaftana2021-11-241-3/+3
* Implement threads on Zephyr (#19156)Jaremy Creechley2021-11-232-9/+27
* Enable customizing PageShift to set PageSize for embedded targets (#19129)Jaremy Creechley2021-11-161-3/+7
* fixes .raises inference for newSeq builtin under --gc:orc [backport] (#19158)Andreas Rumpf2021-11-161-1/+1
* wrong spaces (3 => 2) (#19145)flywind2021-11-141-1/+1
* refactoring: orc can use getThreadId() (#19123)Andreas Rumpf2021-11-114-96/+110
* fixes another effect inference bug [backport:1.6] (#19100)Andreas Rumpf2021-11-072-6/+9
* fixes #19000 (#19032)Andreas Rumpf2021-10-301-0/+6
* Freeing critical sections via atexit in system/alloc and system/io (#19062)Tail Wag Games2021-10-292-4/+7
* deinitializing locks at program exit (#19043)Tail Wag Games2021-10-251-24/+32
* Add Zephyr Support (#19003)Jaremy Creechley2021-10-245-15/+43
* Add Elbrus 2000 architecture (#19024)Danil Yarantsev2021-10-211-1/+3
* Removes deprecated {.injectStmt.}. Fixes #18666 (#18984)Dominik Picheta2021-10-131-10/+0
* fix code-block which causes missing docsflywind2021-09-111-2/+2
* fix for js strict mode (#18799)Sven Keller2021-09-041-4/+1
* fixes #18494 (#18783)Andreas Rumpf2021-09-021-8/+34
* strict effects (#18777)Andreas Rumpf2021-09-022-4/+4
* improvements to `addInt` and `$` for integer types (#18592)Timothee Cour2021-08-194-79/+35
* fix #18702(fix `parseutils.parseFloat`) (#18703) [backport:1.0]flywind2021-08-161-4/+5
* properly fix #10053 ; `FieldDefect` msg now shows discriminant value + linein...Timothee Cour2021-08-137-2/+42
* Switch maintanance (#18668)RSDuck2021-08-111-111/+0
* Add optional recursive arg to distinctBase (v2) (#18659)Timothee Cour2021-08-091-1/+1