summary refs log tree commit diff stats
path: root/lib/pure
Commit message (Expand)AuthorAgeFilesLines
...
* Add missing rand(var Rand, Ordinal) overload (#20124)Antonis Geralis2022-08-261-14/+32
* remove `var` for ref parameters in `std/tables` (#20175)ringabout2022-08-251-2/+2
* std/options enables stricteffects (#19441)ringabout2022-08-251-4/+8
* move formatfloat out of system (#20195)ringabout2022-08-241-1/+1
* test removing dollar for objects out of system (#20242)metagn2022-08-241-0/+3
* top-down type inference, implements rfc 149 (#20091)metagn2022-08-241-4/+4
* Add OpenSSL 3 support (#19814)Federico Ceratto2022-08-231-35/+30
* new .redefine pragma for templates, warn on redefinition without it (#20211)metagn2022-08-232-13/+3
* remove some deprecated pre-1.0 stdlib modules (#20202)metagn2022-08-233-6/+2
* fixes #19973; switch to poll on posix (#20212)ringabout2022-08-231-11/+28
* remove `shallow` usages for ORC (#20109)ringabout2022-08-231-1/+2
* Add use of Windows Wide CRT API for env. vars (#20084)havardjohn2022-08-201-5/+9
* make implicit cstring conversions explicit (#19488)ee72022-08-196-22/+22
* Pass check condition directly to if (#20217)Dan Rose2022-08-151-2/+6
* fix broken runnableExamples for getWeeksInIsoYear (#20193)metagn2022-08-111-2/+2
* bootstrap the compiler with nimPreviewSlimSystem (#20176)ringabout2022-08-094-0/+14
* Improve error message for `strutils.addf` (#20157)konsumlamm2022-08-051-8/+8
* Add client.close() in httpclient examples. (#20118)gecko2022-08-041-9/+25
* prevent cache thrashing (#20129)ringabout2022-08-021-1/+3
* Fix "Add Wider Ascii Chars sets and func for string formatting" (#20120)Clay Sweetser2022-07-311-3/+3
* Add Wider Ascii Chars sets and func for string formatting (#19994)Sultan Al Isaiee2022-07-311-12/+25
* [ORC] replace threadpool with createThread in the runnableExamples (#20106)ringabout2022-07-311-9/+16
* remove shallowCopy for ARC/ORC (#20070)ringabout2022-07-262-6/+15
* fixes #20089; remove setPointer since strings/seqs are not pointers with ORC ...ringabout2022-07-261-2/+8
* replace shallowcopy with move in ARC/ORC (#20061)flywind2022-07-181-6/+6
* Improve rand(bool) (#20045)Antonis Geralis2022-07-181-2/+4
* Fixed typo in std/os doc (#20054)LetThereBeLemons2022-07-181-1/+1
* Display protocol name in exceptions raised by getProtoByName() (#19808)kraptor2022-07-161-1/+1
* 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