summary refs log tree commit diff stats
path: root/lib/pure
Commit message (Expand)AuthorAgeFilesLines
* Switch maintanance (#18668)RSDuck2021-08-111-8/+1
* Add optional recursive arg to distinctBase (v2) (#18659)Timothee Cour2021-08-091-5/+12
* renamed: lib/std/private/vmutils.nim -> lib/std/private/bitops_utils.nim t...Timothee Cour2021-08-081-3/+1
* Only allow IPv4 literals in strict form (#18656)Christian Ulrich2021-08-081-3/+22
* Nim pretty and add void (#18652)Kyle Brown2021-08-081-6/+12
* Add Artix to distro list (#18629)Kyle Brown2021-08-021-2/+5
* [minor] reduce `substr` (#18611)flywind2021-07-301-4/+6
* Remove tracking of environment from osenv.nim v2 (#18575)Timothee Cour2021-07-291-159/+78
* various small documentation improvements (#18602)Miran2021-07-288-60/+67
* fix #17072: add times.dateTime with ISO 8601 order (#18590)Timothee Cour2021-07-281-11/+18
* Update documentation for dynlib (#17356)konsumlamm2021-07-261-44/+34
* optimize for the non-throwing case (#18587)Antonis Geralis2021-07-261-4/+7
* Documentation only, Sugar arrow and semicolons (#18574)Juan Carlos2021-07-251-0/+4
* std/random: fix overflow bugs; fixes #16360; fixes #16296; fixes #17670 (#18456)Timothee Cour2021-07-231-9/+23
* 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