summary refs log tree commit diff stats
path: root/lib/pure
Commit message (Expand)AuthorAgeFilesLines
* use single backtick (#17100)flywind2021-02-181-1/+1
* Improve documentation for options (#17036)konsumlamm2021-02-181-130/+104
* fixes #16585 (#17074)Andreas Rumpf2021-02-181-2/+17
* [nodejs backend] paramStr, paramCount (#17082)flywind2021-02-181-9/+33
* fix #17078 csources generation (#17079)Timothee Cour2021-02-181-1/+1
* add -d:nimStrictMode in CI to keep code from regressing; fixes ConvFromXtoIts...Timothee Cour2021-02-177-9/+13
* fix math.frexp function signature (#16725)flywind2021-02-171-36/+52
* clean up old codes (#17071)flywind2021-02-172-5/+2
* fix the unused warnings on windows (#17073)flywind2021-02-171-8/+13
* remove all uses of condsyms symbols defined prior to bootstrap nim 0.20.0 (#1...Timothee Cour2021-02-178-344/+305
* [Minor] improve the docs of getTempDir (#17058)flywind2021-02-161-3/+5
* Improve documentation for bitops (#16961)konsumlamm2021-02-151-128/+131
* better getTempDir (#16914)flywind2021-02-151-14/+47
* Better error message for rand(153 .. 102) (#17031)Dominik Picheta2021-02-151-1/+1
* Improve the heapqueue module (#17034)konsumlamm2021-02-151-55/+82
* Fix bug in removeDotSegments when path ends with dot (#17038) [backport:1.2]Benoit Favre2021-02-151-1/+1
* fix the wrong examples (#17035)flywind2021-02-151-19/+42
* fix #16978 unittest js foreign exception (#16998)Timothee Cour2021-02-131-3/+8
* tables module uses runnableExamples (#16994)flywind2021-02-133-335/+312
* Make parseopt available on all backends (#17009)hlaaftana2021-02-131-137/+148
* Improve math module (#17019)konsumlamm2021-02-121-496/+425
* Improve documentation for random (#17015)konsumlamm2021-02-121-185/+168
* add system random to stdlib: std/sysrand (#16459)flywind2021-02-111-0/+1
* Improve documentation for cstrutils (#17004)konsumlamm2021-02-101-19/+23
* Improve documentation for unidecode (#16986)konsumlamm2021-02-092-26/+28
* final SSL changes [backport:1.2] (#16983)Andreas Rumpf2021-02-092-8/+23
* uri module uses runnableExamples (#16982)flywind2021-02-091-50/+43
* fix #16967 [backport:1.2] (#16976)hlaaftana2021-02-091-1/+1
* fix lists docs regression (#16981)flywind2021-02-091-21/+14
* Another typo corrected (#16974)Héctor M. Monacci2021-02-081-1/+1
* Refactoring `bitops.rotateLeftBits()` and `bitops.rotateRightBits()`; adding ...rockcavera2021-02-081-65/+223
* std/lists: Various changes to `lists` (RFC #303) (#16536)Peter Salvi2021-02-081-142/+244
* Correct typo (#16972)Héctor M. Monacci2021-02-081-1/+1
* basic cleanups regarding SSL handling (#16940) [backport:1.0]Andreas Rumpf2021-02-083-17/+58
* fix some warnings (#16952)flywind2021-02-0816-98/+98
* close #15767 (#16959)flywind2021-02-081-1/+8
* use typeof instead type (#16962)flywind2021-02-0810-22/+22
* Add initRand() with seed based on time (#16953)hlaaftana2021-02-071-10/+35
* close #16921 (#16951)flywind2021-02-061-30/+29
* make style consistent (#16944)flywind2021-02-051-16/+18
* Correct typo in osseps.nim (#16939)Rummskartoffel2021-02-041-1/+1
* stdlib/os: handle symlinks in copy/move functions (#16709)Roman Inflianskas2021-02-041-107/+174
* Sugar tests (#16820)konsumlamm2021-02-021-12/+14
* [ci skip] CountTable, remove link to unexisting procnarimiran2021-02-021-1/+0
* `dumpToString`: improves on `sugar.dump` (#16841)Timothee Cour2021-02-021-3/+32
* Improve doc comments (#16902)konsumlamm2021-02-021-85/+123
* 2.5x- 3x faster copyFile on osx (#16883)Timothee Cour2021-02-011-0/+31
* JS: make hash float support IE/Safari (#16872)flywind2021-02-011-5/+10
* critbits: fix error from strictFuncs (#16877)ee72021-02-011-2/+2
* distinctBase now is identity instead of error for non distinct types (#16891)Timothee Cour2021-02-011-7/+7