summary refs log tree commit diff stats
path: root/lib/pure
Commit message (Expand)AuthorAgeFilesLines
* [std/times]getTime now uses high resolution API on windows (#17901)flywind2021-06-231-2/+3
* OS.nim: style changes (#18331)Andreas Rumpf2021-06-231-30/+28
* fixes #17768 [backport:1.4] (#18317)flywind2021-06-211-6/+4
* [std/terminal] improve docs a bit (#18296)flywind2021-06-201-70/+45
* move {.injectStmt.} to experimental; add a test (#18300)Timothee Cour2021-06-201-2/+0
* add `typetraits.pointerBase` to return `T` in `ref T|ptr T` (#18293)Timothee Cour2021-06-201-0/+10
* strformat.fmt now supports non-literal const strings (#18274)Timothee Cour2021-06-181-25/+38
* fix for #18284 int32 should be int (#18285)Adrian Veith2021-06-171-1/+1
* fixes #17696 (#18276)flywind2021-06-161-2/+5
* httpclient.nim Fixes #14794 and an issue where content-header is not set on p...Mark Pointing2021-06-141-2/+6
* Improve httpClient docs on SSL cert verification (#15201)Federico Ceratto2021-06-131-3/+16
* #18216 make moveDir work across partitions on windows (#18223)Fröhlich A2021-06-101-19/+25
* fixes #18220 (#18227)Andreas Rumpf2021-06-101-1/+1
* fixes #18088 (#18209)Andreas Rumpf2021-06-071-1/+1
* change mimedb stroe stringtable to orderedtable (#18065)Bung2021-06-071-3/+4
* fix #7295: use move(result) inside template to avoid copy with --gc:refc (#18...Timothee Cour2021-06-041-10/+10
* workaround bug in sharedtables.withValue to unblock frozen CI on OSX (#18172)flywind2021-06-041-0/+4
* Revert "add missing import to asynchttpserver's example" (#18164)flywind2021-06-031-1/+1
* add missing import to asynchttpserver's examplenarimiran2021-06-031-1/+1
* reuse algorithm.fill while building SkipTable (#18138)n5m2021-06-031-12/+2
* Ref #17697 improve withValue docs (#18154)flywind2021-06-031-31/+50
* [std/tables] remove unnecessary `do: ` (#18160)flywind2021-06-021-10/+16
* [std/hashcommon]improve docs a bit (#18153)flywind2021-06-021-3/+3
* add `os.getCacheDir` (#18126)Timothee Cour2021-05-311-6/+38
* improve fast returns of find and rfind (#18127)n5m2021-05-311-1/+3
* hashes for refs should be an opt-in feature (#18098)Miran2021-05-301-1/+1
* close #16569: deprecated `reversed(a, start, last)` overload, use toOpenArray...Timothee Cour2021-05-301-30/+11
* Move async example to asynchronous version of proc (#18078)xioren2021-05-241-7/+14
* close #18009 parseJson JInt vs JFloat; preserve -0.0 as JFloat to distinguish...Timothee Cour2021-05-231-1/+1
* asyncdispatch+stackTraceOverride: fix premature collection (#18039) [backport...Ștefan Talpalaru2021-05-191-14/+32
* make strformat part of the prelude (#18046)Andreas Rumpf2021-05-191-1/+1
* add sink and lent annotations for xmltree and streams (#18037)Antonis Geralis2021-05-182-16/+16
* fix #18007: std/json now serializes nan,inf,-inf as strings instead of invali...Timothee Cour2021-05-161-50/+71
* fix #17467 1st call to rand is now non-skewed; allow seed == 0 (#17468)Timothee Cour2021-05-111-57/+36
* Revert "Fix parseUri to sanitize urls containing ASCII newline or tab (#17967...Andreas Rumpf2021-05-091-29/+3
* Fix parseUri to sanitize urls containing ASCII newline or tab (#17967)Beshr Kayali2021-05-091-3/+29
* merge `initUri()` overloads, improve uri examples (#17970)Timothee Cour2021-05-081-30/+11
* ORC: cursor inference bugfix (#17973)Andreas Rumpf2021-05-081-2/+2
* fix #17941: UnusedImport works for var/let/const/type invoked inside a generi...Timothee Cour2021-05-082-2/+2
* Export sslHandle in `net` and `asyncnet`. (#17573)Ardek Romak2021-05-062-0/+10
* parsecsv fix style (#17933)Juan Carlos2021-05-041-67/+64
* typo: nonexistant => nonexistent (#17918)Timothee Cour2021-05-022-2/+2
* fix #17911 rawProc for cpp (#17912)Timothee Cour2021-05-011-6/+12
* system.nim cleanup some exported constants which should never have be… (#17...Andreas Rumpf2021-05-012-1/+3
* [std/base64] uses runnableExamples (#17882)flywind2021-05-011-32/+30
* fix #17905: hash(closure) was not being tested (#17906)Timothee Cour2021-04-301-12/+20
* fix #17888: remove undefined behavior for posix.open; fix tempfiles.createTem...Timothee Cour2021-04-291-0/+1
* improve cache line size (#17885)flywind2021-04-291-6/+3
* [std/encodings]move to tests (#17866)flywind2021-04-291-72/+0
* Fix documentation of strutils.stripLineEnd (#17883)Michael Krieger2021-04-281-1/+1