summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* improve the error messages for std/tasks [backport: 1.6] (#19695)flywind2022-04-071-6/+6
* use two spaces indentation (#19696)flywind2022-04-071-14/+14
* No need to export pos from OptParser (#19688)Nan Xiao2022-04-061-1/+1
* std/tasks: fix spelling (#19691) [backport]Jacek Sieka2022-04-061-2/+2
* add somes links to docs (#19668)flywind2022-04-011-5/+5
* fix 19655 - fixing more url fragments (#19669)Nan Xiao2022-04-011-2/+2
* fix 19655 - fixing url fragment (#19667)rockcavera2022-04-011-1/+1
* Deprecate selfExe (#19660)Juan Carlos2022-03-311-2/+1
* Embedded Network patches - eventfd & socket getters (#19632)Jaremy Creechley2022-03-282-9/+36
* Fix dial ignoring buffered parameter (#19650) [backport]John Titor2022-03-261-1/+1
* Add support for `Window.matchMedia` (#19648)tandy10002022-03-261-0/+6
* remove unnecessary framePtr code (#19645)flywind2022-03-251-1/+2
* Remove deprecated typo poDemon (#19631)Juan Carlos2022-03-231-5/+0
* Remove Deprecated domextension (#19630)Juan Carlos2022-03-231-3/+0
* Remove Deprecated Nimscript proc (#19629)Juan Carlos2022-03-231-8/+0
* 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