summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* basic cleanups regarding SSL handling (#16940) [backport:1.0]Andreas Rumpf2021-02-083-17/+58
* fix some warnings (#16952)flywind2021-02-0822-119/+119
* document typeof (#16965)Timothee Cour2021-02-081-2/+17
* close #15767 (#16959)flywind2021-02-081-1/+8
* use typeof instead type (#16962)flywind2021-02-0816-202/+202
* 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
* fix `of` procs + runnableExamples (#16932)Timothee Cour2021-02-051-8/+25
* document `default` (#16942)Timothee Cour2021-02-051-2/+17
* clarify docs for wrapnils (#16929)Timothee Cour2021-02-041-2/+7
* Correct typo in osseps.nim (#16939)Rummskartoffel2021-02-041-1/+1
* add createElementNS, will hopefully fix svgs for karax (#16938)Antonis Geralis2021-02-051-0/+1
* stdlib/os: handle symlinks in copy/move functions (#16709)Roman Inflianskas2021-02-042-107/+176
* Fix link to switchClyybber2021-02-041-1/+1
* Allow strings for -- in config.nims (#16934)Clyybber2021-02-041-5/+18
* Sugar tests (#16820)konsumlamm2021-02-021-12/+14
* [ci skip] CountTable, remove link to unexisting procnarimiran2021-02-021-1/+0
* link compile-time options together in docs (#16879)n5m2021-02-022-4/+35
* `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
* add widestrs.newWideCString overload (#16860)flywind2021-02-011-0/+3
* JS: make hash float support IE/Safari (#16872)flywind2021-02-012-5/+14
* 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
* remove quotation marks around imports - fixes links in the docs (#16888)Miran2021-02-013-4/+4
* Add more runnableExamples (#16864)konsumlamm2021-01-311-30/+80
* Minor docs improvement for oids (#16882)konsumlamm2021-01-311-9/+10
* refactor hash in JS backend (#16863)flywind2021-01-302-29/+39
* BigInt runnableExamples: octal, binary, hex constructor (#16868)Juan Carlos2021-01-291-11/+19
* Add StorageEvent and correct Storage object (#16865)Antonis Geralis2021-01-291-8/+18
* add lost functions (#16843)flywind2021-01-291-0/+8
* remove conditionals on nimHasUserErrors, nimNoNilSeqs2, nimNoNilSeqs (#16861)Timothee Cour2021-01-293-35/+17
* fix floats slice (#16853)flywind2021-01-293-8/+8
* improve code in categories.nim; add std/private/gitutils; fix flakyness in ni...Timothee Cour2021-01-291-0/+40
* A new request should always have a new content-length (#16667)Joey2021-01-281-9/+15
* fix #16752: threadvar now works with importcpp types; osx now uses native TLS...Timothee Cour2021-01-271-0/+4
* Improve documentation for the mersenne module (#16824)konsumlamm2021-01-271-16/+16
* Improve documentation for threadpool (#16821)konsumlamm2021-01-271-40/+41
* added enum indexed array support to json (#16807)Jason Beetham2021-01-261-1/+1
* Make small text changes in the docs (#16634)Elliot Waite2021-01-252-3/+4
* Sugar improvements (#16802)konsumlamm2021-01-251-66/+63
* Small changes to std/sums (#16797)konsumlamm2021-01-251-13/+29
* make oids module better (#16704)flywind2021-01-252-26/+45
* remove unused warning (#16809)flywind2021-01-241-2/+2
* Fix an RST issues introduced in #16777 (#16798)konsumlamm2021-01-221-3/+3
* remove private checkSymlink (redundant with symlinkExists) (#16785)Timothee Cour2021-01-221-16/+12
* Improve the marshal module (#16777)konsumlamm2021-01-221-106/+28
* addQuitProc => addExitProc (#16765)Timothee Cour2021-01-224-9/+10