summary refs log tree commit diff stats
path: root/lib/pure
Commit message (Expand)AuthorAgeFilesLines
* move assertions out of system (#19599)flywind2022-03-2319-3/+63
* Fix process lines iterator (#19605)Dominic Ward2022-03-231-6/+8
* Removed deprecated httpcore func (#19550)Juan Carlos2022-03-181-10/+0
* register callback for marshal in VM (#19578)flywind2022-03-081-8/+20
* Documentation: Fix word usage (#19529)Sizhe Zhao2022-02-143-5/+5
* 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
* move io out of system (#19442)flywind2022-02-0212-9/+42
* os: faster getFileSize (#19438)ehmry2022-01-241-5/+4
* Resolve cross file resolution errors in atomics (#19422) [backport:1.6]James2022-01-201-10/+7
* 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
* Fix `remove` on last node of singly-linked list [backport:1.6] (#19353)gecko2022-01-101-0/+2
* stylecheck usages part two: stdlib cleanup (#19338)flywind2022-01-081-1/+1
* 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-071-2/+3
* Update net.nim (#19327) [backport]rockcavera2022-01-061-1/+1
* add std/private/win_getsysteminfo; refactor the usage of `GetSystemInfo` (#19...flywind2022-01-042-35/+8
* 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
* 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 #19107 (#19286) [backport]Tomohiro2021-12-251-2/+10
* Revert "Update uri.nim (#19148) [backport:1.0]" (#19280)Andreas Rumpf2021-12-231-2/+0
* 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
* [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
* Various std net improvements (#19132)Jaremy Creechley2021-12-121-11/+50
* Update uri.nim (#19148) [backport:1.0]Dominik Picheta2021-12-111-0/+2
* 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
* add comments to spawn and pinnedSpawn (#19230)flywind2021-12-091-2/+4
* swap port to correct port order (#19177)Jaremy Creechley2021-11-241-2/+2
* Fix punycode.decode function (#19136)Christoph Krybus2021-11-121-15/+16
* Merge file size fields correctly on Windows (#19141)Clay Sweetser2021-11-121-1/+5
* Fix type mismatch with future logging (#19131)Jake Leahy2021-11-121-1/+1
* fixed colorNames sorting mistake (#19125) [backport]orthoplex2021-11-111-1/+1
* correct cookie docs (#19122)flywind2021-11-111-2/+1
* Add security tip for setCookie (#19117)Federico Ceratto2021-11-111-0/+3
* Deprecate `std/sharedlist` and `std/sharedtables` (#19112)konsumlamm2021-11-094-2/+4
* change os.nim doc links to new style (#19102)Andrey Makarov2021-11-084-317/+310
* Remove invalid statements about try in async docs. (#19108)Dominik Picheta2021-11-081-13/+13
* fixes another effect inference bug [backport:1.6] (#19100)Andreas Rumpf2021-11-072-5/+9