summary refs log tree commit diff stats
path: root/lib/system
Commit message (Expand)AuthorAgeFilesLines
* 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
* ORC: use =destroy instead of =dispose (#18440)Andreas Rumpf2021-07-073-32/+37
* fixes #18411 (#18432) [backport:1.4]Andreas Rumpf2021-07-051-3/+1
* don't use `{.rtl.}` for generics, otherwise `-d:useNimRtl` gives `ambiguous i...Timothee Cour2021-07-011-6/+7
* fixes #18400 (#18402)Andreas Rumpf2021-06-301-1/+1
* Fix unused warning for $ on empty object (#18381)Clyybber2021-06-281-1/+1
* Simplify addInt, remove digits10 (#18356)Clyybber2021-06-282-10/+4
* even lighter version of #17938: fix most issues with UnusedImport, XDeclaredB...Timothee Cour2021-06-261-29/+30
* followup #18318: simplify `dollarImpl` and add a test (#18330)Timothee Cour2021-06-221-7/+0
* merge similar procs regarding digits (#18318)flywind2021-06-224-135/+19
* convert code-blocks to runnableExamples in io (#18315)xioren2021-06-211-16/+15
* move {.injectStmt.} to experimental; add a test (#18300)Timothee Cour2021-06-201-0/+1
* Revert "system/excpt: check if the exception is not nil before pop (#18247)" ...Andreas Rumpf2021-06-171-3/+2
* system/excpt: check if the exception is not nil before pop (#18247)alaviss2021-06-141-2/+3
* fix #7717 roundtrip float to string; fix `parseFloat` for js (#18248)Timothee Cour2021-06-131-48/+41
* use more meaningful name than "workaround14447" (#18237)Miran2021-06-111-1/+1
* fix 18186 with adding importc _umul128 (#18200)slangmgh2021-06-072-1/+3
* added float32 schubfach algorithm; wip (#18155)Andreas Rumpf2021-06-033-0/+468
* fix #16993, #18054, #17835 runnableExamples now works with templates and nest...Timothee Cour2021-06-021-29/+18
* use dragonbox algorithm; alternative to #18008 (#18139)Andreas Rumpf2021-06-012-46/+1398
* close #18129 Add setCurrentException for JS backend (#18145)flywind2021-06-011-0/+3
* asyncdispatch+stackTraceOverride: fix premature collection (#18039) [backport...Ștefan Talpalaru2021-05-191-1/+1