summary refs log tree commit diff stats
path: root/lib/pure
Commit message (Expand)AuthorAgeFilesLines
...
* Fix void async in templates (#17562)Ardek Romak2021-03-301-2/+3
* Add hasDataBuffered to asyncnet (#16000)Dylan Modesitt2021-03-291-0/+5
* [std/uri]fix #17481 (#17568)flywind2021-03-291-1/+1
* [docs]fix #17473 (#17565)flywind2021-03-291-2/+10
* Add `hasClosure` to `std/typetraits` (#17501)flywind2021-03-291-0/+11
* Small doc fixes in net (#17566)Danil Yarantsev2021-03-291-4/+2
* Fix net.readLine infine loop #17534 (#17535)ben2021-03-291-0/+1
* Free the certificate after checking in `checkCertName` (#17558) [backport:1.2]Danil Yarantsev2021-03-291-3/+4
* follow up #17539 (#17548)flywind2021-03-291-1/+0
* Add a getter for all defined Sections in parsecfg (#15450)Ardek Romak2021-03-281-0/+6
* nnkArglist => nnkArgList + special case stylecheck:error (#17529)Timothee Cour2021-03-271-1/+1
* lent support for tables (#17505)flywind2021-03-251-9/+9
* fix #17325 linux 32bit CI; fix #17085 flaky test (#17469)Timothee Cour2021-03-241-3/+4
* fix #17490 (#17491)flywind2021-03-241-4/+10
* followup #16182 (#17472)flywind2021-03-231-3/+3
* remove {.compileTime.} for procs with NimNode: redundant because of tfTrigger...Timothee Cour2021-03-235-13/+12
* add algorithm.merge (#16182)flywind2021-03-231-0/+94
* remove redundant void return in stdlib (#17464)Timothee Cour2021-03-234-6/+5
* close #11330 sets uses optimized countSetBits (#17334)flywind2021-03-221-80/+8
* strutils: improve doc comments for `replace` funcs (#17427)ee72021-03-201-3/+4
* [FIX] use `mixin` for strscans.scanp (#17371)haxscramper2021-03-191-1/+2
* Clarify behaviour of char replace (#17339)Héctor M. Monacci2021-03-191-1/+1
* IC: green tests (#17311)Andreas Rumpf2021-03-191-1/+1
* doc times: do not use `now` (and also `epochTime`) for benchmarking (#17405)Timothee Cour2021-03-181-1/+6
* followup #17398: `getTempDir`, `getConfigDir` now do not have trailing DirSep...Timothee Cour2021-03-181-7/+11
* fix #17393 getHomeDir and expandTilde should not include trailing `/` (#17398)Timothee Cour2021-03-171-2/+12
* followup #17389; add see also in std/json (#17400)Timothee Cour2021-03-161-0/+8
* Fix FutureStream memory usage (#17395) [backport:1.2]Igor Ribeiro de Assis2021-03-161-1/+5
* fix #17383: json.%,to and jsonutils.formJson,toJson now works with uint|uint6...Timothee Cour2021-03-161-4/+18
* fix #17385, `len` must be declared before `items` (#17386)Miran2021-03-151-21/+21
* Clean up imports in httpclient.nim (#17367)xioren2021-03-141-4/+5
* rename channels to channels_builtin (#17330)flywind2021-03-122-2/+2
* Relocate 4xx/5xx exception in downloadFile (#17332) [backport:1.2]xioren2021-03-121-6/+6
* refs #4347, add `ZZZ` and `ZZZZ` patterns for timezone offsets without colons...Miran2021-03-111-17/+29
* Clarify behaviour of ```replace``` (#17337)Héctor M. Monacci2021-03-111-1/+1
* Use `.. warning::` (#17320)konsumlamm2021-03-1010-67/+63
* add typetraits.OrdinalEnum, enumutils.symbolName (#17281)Timothee Cour2021-03-101-5/+9
* Change parameter names in lists module from `L` (#17321)konsumlamm2021-03-101-127/+127
* Improve the lists module (#17312)konsumlamm2021-03-101-166/+185
* Small improvements for the distros module (#17309)konsumlamm2021-03-091-25/+18
* Add Portals (#17306)Juan Carlos2021-03-091-0/+4
* fix #17275 (#17276)flywind2021-03-091-3/+6
* remove unnecessary deps (#17307)flywind2021-03-091-2/+0
* fix #13491 #17279 runnableExamples now don't get lost in translation (#17282)Timothee Cour2021-03-091-3/+2
* stdlib/os: add isAdmin (#17012)Roman Inflianskas2021-03-071-0/+30
* use lowercase --define switches (#17283)flywind2021-03-077-24/+24
* runnableExamples for walkFiles + friends (#17271)Timothee Cour2021-03-061-0/+12
* Remove support for named procs with sugar.=> (#17220)konsumlamm2021-03-051-10/+0
* follow up #17165 (#17262)flywind2021-03-041-3/+2
* Added assertion to clamp (#17248)Jason Beetham2021-03-041-0/+2