summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* move assertions out of system (#19599)flywind2022-03-2331-9/+110
* Fix process lines iterator (#19605)Dominic Ward2022-03-231-6/+8
* system: thread: stack dealloction on Zephyr (#19633) [backport:1.6]Jaremy Creechley2022-03-221-2/+16
* db_sqlite: added a spaceAraq2022-03-181-1/+1
* Removed deprecated httpcore func (#19550)Juan Carlos2022-03-181-10/+0
* register callback for marshal in VM (#19578)flywind2022-03-081-8/+20
* fix not flushing stdout in MSYS (#19590)Hamid Bluri2022-03-071-0/+1
* apply changes from #18017 and some fixes (#19571)flywind2022-03-011-3/+0
* Add error message to pointer size check assert in lib/nimbase.h (#19549)Tomohiro2022-02-271-1/+1
* Remove define for jsfetch (#19530)Juan Carlos2022-02-252-97/+96
* Allow std/macros.params to work with nnkProcTy (#19563)Tanguy2022-02-251-4/+11
* Remove Deprecated jsre func (#19551)Juan Carlos2022-02-251-4/+0
* Update chcks.nim (#19540)rockcavera2022-02-171-1/+1
* Documentation: Fix word usage (#19529)Sizhe Zhao2022-02-144-7/+7
* Remove deprecated math.c_frexp (#19518)Juan Carlos2022-02-141-5/+0
* Remove Deprecated oids.oidsToString (#19519)Juan Carlos2022-02-141-5/+0
* use OrderedTable instead of OrderedTableRef for mimedb (#19522)David Krause2022-02-141-2/+2
* Remove backslash in glob pattern (#19524)konsumlamm2022-02-141-3/+3
* fix #16458; make useNimRtl compile for --gc:orc (#19512)flywind2022-02-113-5/+7
* Fix bug 27 of #17340 (#19433)Andrey Makarov2022-02-072-32/+51
* fix parseEnum cannot parse enum with const fields (#19466)flywind2022-02-041-2/+7
* correct typos (#19485)flywind2022-02-031-1/+1
* move io out of system (#19442)flywind2022-02-0217-36/+76
* Clonkk fix2 11923 (#19451)Regis Caillaud2022-02-021-5/+22
* Update jsfetch with latest API and fix missing bindings (#19473)tandy10002022-02-011-21/+25
* Merge pull request from GHSA-ggrq-h43f-3w7mDominik Picheta2022-01-291-3/+19
* os: faster getFileSize (#19438)ehmry2022-01-241-5/+4
* RST: allow empty number-lines directives just like it was done for a decade; ...Andreas Rumpf2022-01-221-1/+2
* New/better macro pragmas, mark some as experimental (#19406)metagn2022-01-201-13/+26
* Fix #11923 (#19427)Regis Caillaud2022-01-201-1/+6
* Resolve cross file resolution errors in atomics (#19422) [backport:1.6]James2022-01-201-10/+7
* Added `std/envvars` for env vars handling (#19421)flywind2022-01-201-0/+212
* Add noQuit option (#19419) [backport:1.6]Tom2022-01-191-2/+5
* add an example to setControlCHook (#19416)nblaxall2022-01-191-0/+9
* suppress deprecated warnings (#19408)flywind2022-01-191-2/+1
* update deprecated example (#19415)Hamid Bluri2022-01-181-1/+1
* Added `std/oserrors` for OS error reporting (#19390)flywind2022-01-171-0/+118
* fix no net compilation on zephyr (#19399)Jaremy Creechley2022-01-171-6/+10
* add mm to compilesettings; deprecate gc (#19394)flywind2022-01-161-1/+2
* deprecate unsafeAddr; extend addr (#19373)flywind2022-01-161-9/+19
* Use openarray of bytes in md5 (#19307)hlaaftana2022-01-151-34/+97
* docs: Fix broken cross references to `rfind` in strutils (#19382) [backport]Leon2022-01-131-3/+3
* make rst thread safe (#19369)flywind2022-01-131-3/+3
* remove spaces between an identifier and a star (#19355)flywind2022-01-101-19/+19
* Fix `remove` on last node of singly-linked list [backport:1.6] (#19353)gecko2022-01-101-0/+2
* added filemode docs (#19346)Smarcy2022-01-091-1/+4
* stylecheck usages part two: stdlib cleanup (#19338)flywind2022-01-082-2/+2
* fix nim-lang#19343 (#19344) [backport]Zachary Marquez2022-01-081-1/+1
* Fix #19038 - making the Nim compiler work again on Windows XP (#19331)rockcavera2022-01-072-22/+24
* Update net.nim (#19327) [backport]rockcavera2022-01-061-1/+1