summary refs log tree commit diff stats
path: root/lib/pure
Commit message (Expand)AuthorAgeFilesLines
* Fix buffer-overrun bug in net (#17728) [backport:1.0]shirleyquirk2021-04-161-4/+3
* std/hashes: hash(ref|ptr|pointer) + other improvements (#17731)Timothee Cour2021-04-161-23/+49
* start using import {.all.} (#17736)Timothee Cour2021-04-161-22/+0
* simplify asyncfutures, asyncmacro (#17633)Timothee Cour2021-04-142-72/+31
* remove unnecessary assignment (#17702)flywind2021-04-121-1/+0
* followup strformat PR. backslash escapes, tests, docs (#17700)shirleyquirk2021-04-121-4/+29
* [feature] add arbitrary code execution to strformat (#17694)shirleyquirk2021-04-111-9/+28
* Genode platform fixes (#17521)Emery Hemingway2021-04-091-0/+26
* hashes: Made the runnableExample easier to understand (#17689)Andreas Rumpf2021-04-091-1/+1
* further progress on rst roles & directives (fix #17646) (#17659)Andrey Makarov2021-04-086-11/+11
* Improve endians module (#17674)konsumlamm2021-04-081-7/+42
* use strstr for a faster find implementation (#17672)Andreas Rumpf2021-04-081-3/+26
* use sink and lent in deques (#17661)flywind2021-04-071-10/+10
* close #4451 (#17627)flywind2021-04-061-1/+2
* don't run one example on 32-bit machines (#17655)Miran2021-04-061-3/+4
* remove un-needed {.push hint[ConvFromXtoItselfNotNeeded]: off.} in asyncfutur...Timothee Cour2021-04-032-6/+1
* fix #17615(runnableExamples silently ignored if placed after some code) (#17619)flywind2021-04-021-1/+1
* [docs minor] close #17618 (#17620)flywind2021-04-021-9/+12
* [docs minor] close #16553 (#17612)flywind2021-04-021-10/+6
* Fix #17017 (math edge cases) (#17588)konsumlamm2021-04-011-5/+13
* Removes asynchttpserver.getSocket. (#17587)Dominik Picheta2021-03-311-14/+0
* add getPort to resolve Port(0) (#17559)Timothee Cour2021-03-301-15/+27
* Rotation right and left refactored to generics. Continuation of #16622 (#17578)rockcavera2021-03-301-88/+31
* 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