summary refs log tree commit diff stats
path: root/lib/pure
Commit message (Expand)AuthorAgeFilesLines
...
* Replace calls to `putenv` with `setenv` (#18530)Caden Haustein2021-07-231-3/+8
* add [1..2] for JArray (#18525)itsumura-h2021-07-211-0/+18
* complement notes of two doc strings of tables module (#18527)IterableTrucks2021-07-211-0/+4
* follow up #18517 (#18537)flywind2021-07-201-2/+3
* termux ssl (#18520)Paul Roberts2021-07-202-1/+2
* [std/os]document `checkDir` and use `runnableExamples` (#18517)flywind2021-07-191-22/+16
* Revert #17321 (#18521)konsumlamm2021-07-191-135/+135
* deprecate strutils.delete and add an overload with saner semantics consistent...Timothee Cour2021-07-181-7/+33
* Revert #17398 and #17402 (#18480)Miran2021-07-181-25/+15
* deprecate cuchar, don't redefine it (#18505)Andreas Rumpf2021-07-163-25/+25
* deprecate `sequtils.delete` and add an overload with saner semantics consiste...Timothee Cour2021-07-151-3/+42
* workaround #18481 (#18482)flywind2021-07-131-18/+20
* [docs] improve std/encodings (#18458)flywind2021-07-091-12/+41
* Fix a bug with starting of asynchronous processes (#18464)Ivan Bobev2021-07-081-1/+1
* improve rendering of newOSError.additionalInfo (#18443)Timothee Cour2021-07-072-3/+6
* fix shebangs #! /xxx => #!/xxx (#18444)Timothee Cour2021-07-071-1/+1
* deprecate std/mersenne (#18395)pyautogui2021-07-051-8/+4
* std/net: show addr+port on address already in use error; code-block => runnab...Timothee Cour2021-07-051-43/+37
* Add lent annotation to avoid extra copies in sample (#18404)Antonis Geralis2021-07-021-1/+1
* don't use `{.rtl.}` for generics, otherwise `-d:useNimRtl` gives `ambiguous i...Timothee Cour2021-07-011-1/+1
* Missing spaces when compiling testament and nim_dbg. (#18403)Endeg2021-06-301-2/+2
* Add commas to docs for clarity (#18398)Elliot Waite2021-06-291-2/+2
* Peg captures get stack-like behavior (#18369)gemath2021-06-281-31/+59
* Add sink annotation to option some() (#18358)tomc19982021-06-251-2/+2
* couple tiny typo fixes (#18344)Smooth Operator2021-06-241-2/+2
* [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