summary refs log tree commit diff stats
path: root/lib/pure
Commit message (Expand)AuthorAgeFilesLines
* Make `random.rand` work with `Ordinal` (#20043)Amjad Ben Hedhili2022-07-161-6/+9
* make AsyncSocket.getPeerAddr work ; fix #15022 (#20038)David Krause2022-07-161-0/+2
* [Orc] fixes "streams.readDataStr segafaults" when accepting a string literal...flywind2022-07-151-0/+5
* Add sink and lent annotations to the critbits module (#20021)silent-observer2022-07-141-8/+8
* Fixes Compilation error with --app:lib (#19965)Juan M Gómez2022-07-101-1/+1
* Fixes return values of execCmd on macos (#19963)Daniel Clarke2022-07-051-1/+1
* Friendlier error message with solution (#19880)Carlo Capocasa2022-06-111-0/+5
* Fix `find` routines' api to default to `last=-1` (#19761)Zoom2022-06-071-41/+50
* RST: improve simple tables (#19859)Andrey Makarov2022-06-043-11/+11
* Zectbumo fixes 19824 (#19825)Alfred Morgan2022-05-301-6/+8
* Fix typo in sequtils documentation (#19789)Anthony Dario2022-05-131-1/+1
* string is missing formatting when calling fmt (#19780)Alfred Morgan2022-05-101-2/+2
* Fix questionable suggestion in `strutils` docs (#19765)Zoom2022-05-061-9/+16
* Fix broken link in sets documentation. (#19769)Anthony Dario2022-05-061-1/+1
* Rework discarding futures documentation in asyncdispatch (#19738)huantian2022-05-021-6/+33
* Really fix StringStream with ARC at compile-time, improve streams test (#19739)Danil Yarantsev2022-04-251-2/+8
* Fix doc: list of async backends (#19741)huantian2022-04-241-3/+3
* Fix string stream crashing when created on nimscript due to last fix (#19717)Jason Beetham2022-04-141-1/+1
* Better error message and tests for bad await (#19622)huantian2022-04-131-3/+13
* enable style:usages for stdlib tests [backport: 1.6] (#19715)flywind2022-04-1311-40/+40
* StringStreams no longer errors when intialized with literals on arc/orc (#19708)Jason Beetham2022-04-111-0/+2
* typetraits: add toSigned, toUnsigned (#18445)Timothee Cour2022-04-072-22/+42
* No need to export pos from OptParser (#19688)Nan Xiao2022-04-061-1/+1
* fix 19655 - fixing more url fragments (#19669)Nan Xiao2022-04-011-2/+2
* fix 19655 - fixing url fragment (#19667)rockcavera2022-04-011-1/+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
* Remove deprecated typo poDemon (#19631)Juan Carlos2022-03-231-5/+0
* 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