summary refs log tree commit diff stats
path: root/lib/system
Commit message (Expand)AuthorAgeFilesLines
* add default field support for object in ARC/ORC (#20480)ringabout2022-10-041-0/+2
* allocator: disable unnecessary stuff for ORC [backport] (#20489)Andreas Rumpf2022-10-031-95/+44
* pragma for sfCallsite instead of name check + better semantics, test (#20464)metagn2022-10-032-5/+11
* move widestrs out of system (#20462)metagn2022-10-011-229/+0
* koch boot compiler with orc (#20467)ringabout2022-09-301-2/+1
* moderate system cleanup & refactor (#20355)metagn2022-09-2810-204/+716
* make more standard libraries work with `nimPreviewSlimSystem` (#20343)ringabout2022-09-271-0/+3
* defaults to ORC (#19972)ringabout2022-09-231-0/+1
* RFC-460 implemented (#19771)Juan Carlos2022-09-212-0/+32
* turn nimIncrSeqV3 into deadcode (#20388)ringabout2022-09-202-91/+47
* fixes Thread initializer for ARC/ORC on Macos (#20368)ringabout2022-09-161-1/+1
* Revert "fixes #20155; repr range with distinct types is broken with ORC" (#20...Clay Sweetser2022-09-111-6/+1
* fixes #20155; repr range with distinct types is broken with ORC (#20158)ringabout2022-09-111-1/+6
* Implement Pandoc Markdown concise link extension (#20304)Andrey Makarov2022-09-041-1/+1
* support cstring in `case` (#20130)metagn2022-09-011-0/+23
* move formatfloat out of system (#20195)ringabout2022-08-246-1898/+19
* test removing dollar for objects out of system (#20242)metagn2022-08-241-40/+6
* bootstrap the compiler with nimPreviewSlimSystem (#20176)ringabout2022-08-091-0/+3
* update the docs of arc following up #19749 (#19752)ringabout2022-08-081-2/+2
* 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