summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* add std/private/win_getsysteminfo; refactor the usage of `GetSystemInfo` (#19...flywind2022-01-043-35/+23
* devel: style fix (#19318)Ștefan Talpalaru2022-01-042-2/+2
* Fix #19314 - fixing broken `DoublyLinkedList` after adding empty `DoublyLinke...rockcavera2022-01-031-6/+6
* Add Week-Of-Year Implementation to Times Module (#17223)Carlo Capocasa2022-01-031-0/+82
* [docs] clarify the raised exception (#19308)flywind2022-01-031-4/+4
* add compile time option for POSIX sigwait on Illumos/Solaris (#19296)BarrOff2022-01-021-0/+7
* Fix #19297 - fixing broken list after adding empty list (#19299)rockcavera2021-12-301-5/+6
* enable `maxDescriptors` on Illumos/Solaris (#19295)BarrOff2021-12-302-4/+4
* fix 19292 (#19293)rockcavera2021-12-291-6/+9
* Fix #19107 (#19286) [backport]Tomohiro2021-12-251-2/+10
* Revert "Update uri.nim (#19148) [backport:1.0]" (#19280)Andreas Rumpf2021-12-231-2/+0
* Fix group reference (with capital letters (#19196)Andrey Makarov2021-12-201-1/+1
* Extract runnables that specify `doccmd` (#19275) [backport:1.6]Jake Leahy2021-12-201-2/+2
* Update colors.nim (#19274)MichalMarsalek2021-12-201-145/+162
* use uppercase "type" for Proxy-Authorization header (#19273)xioren2021-12-191-1/+1
* [formatter] async.nim uses two spaces (#19264)flywind2021-12-171-4/+4
* fix #19244 - solves the problem of the InAddr object constructor in Windows. ...rockcavera2021-12-171-1/+1
* suggestion to respect typedarray type (#19257)Sven Keller2021-12-161-1/+27
* [backport:1.0] json: limit recursion depth (#19252)Miran2021-12-141-3/+9
* Fix #19253 (#19254)PMunch2021-12-141-0/+3
* fix: fixes bug in CVerifyPeerUseEnvVars (#19247)Nick Wilburn2021-12-141-1/+2
* fix bug #14468 zero-width split (#19248)Carlo Capocasa2021-12-131-4/+7
* Various std net improvements (#19132)Jaremy Creechley2021-12-122-13/+52
* Update uri.nim (#19148) [backport:1.0]Dominik Picheta2021-12-111-0/+2
* fixes a possible 'javascript:' protocol exploit [backport:1.0] (#19134)Andreas Rumpf2021-12-101-1/+14
* move toDeque to after addLast (#19233) [backport:1.0]MichalMarsalek2021-12-101-14/+14
* Revert "swap port to correct port order (#19177)" (#19234)Jaremy Creechley2021-12-101-2/+2
* nimRawSetjmp: support Windows (#19197)Ștefan Talpalaru2021-12-101-7/+39
* add comments to spawn and pinnedSpawn (#19230)flywind2021-12-091-2/+4
* remove `std/sharedstrings` (#19228)flywind2021-12-091-154/+0
* Add support for LoongArch (#19223)wenghongquan2021-12-092-2/+4
* 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