summary refs log tree commit diff stats
path: root/lib/system
Commit message (Expand)AuthorAgeFilesLines
* 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
* renamed: lib/std/private/vmutils.nim -> lib/std/private/bitops_utils.nim t...Timothee Cour2021-08-081-1/+1
* use lent (#18638)flywind2021-08-081-2/+2
* fix #18620 (#18624)flywind2021-08-011-4/+1
* various small documentation improvements (#18602)Miran2021-07-281-1/+1
* fixes #18579 (#18600)Andreas Rumpf2021-07-271-4/+2
* rename nimFpRoundtrips => nimPreviewFloatRoundtrip (#18566)Timothee Cour2021-07-231-2/+2
* fixes #18550 (#18553)Andreas Rumpf2021-07-212-5/+5
* make -d:nimFpRoundtrips work consistently in vm vs rt, fix #18400, etc (#18531)Timothee Cour2021-07-205-118/+126
* use .} instead of } for code highlightersAraq2021-07-201-2/+2
* make dragonbox opt-in via -d:nimFpRoundtrips (#18504)Andreas Rumpf2021-07-162-2/+2
* added `nimAllocPagesViaMalloc` switch (#18490)Andreas Rumpf2021-07-152-5/+29
* Revert "Make 'echo' raise IOErrors when appropriate (#16367)" (#18460)Miran2021-07-081-16/+8