summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* use single backtick (#17115)flywind2021-02-2010-174/+174
* system/excpt: let the OS handle termination on signal (#16712)alaviss2021-02-192-3/+18
* add example of hashing an object by all of its fields with `fields` (#16643)dawidkotlin2021-02-191-0/+14
* use single backtick (#17100)flywind2021-02-1810-81/+81
* Add setutils.complement, setutils.fullSet (#17066)Jason Beetham2021-02-181-1/+24
* fix stringify unsigned integer in JS and JS VM (#17086)flywind2021-02-181-18/+29
* 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-182-6/+4
* system: more runnableExamples + doc improvements (#17075)Timothee Cour2021-02-171-39/+48
* add -d:nimStrictMode in CI to keep code from regressing; fixes ConvFromXtoIts...Timothee Cour2021-02-1711-13/+19
* 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
* make system random work in VM (#17059)flywind2021-02-171-4/+5
* fixes #17033 [backport:1.4] (#17061)Andreas Rumpf2021-02-171-4/+2
* remove all uses of condsyms symbols defined prior to bootstrap nim 0.20.0 (#1...Timothee Cour2021-02-1720-723/+559
* don't introduce 'dispose', use '=dispose', fixes #17003 [backport:1.4] (#17062)Andreas Rumpf2021-02-171-1/+1
* document `since` (#17048)Timothee Cour2021-02-161-1/+15
* [Minor] improve the docs of getTempDir (#17058)flywind2021-02-161-3/+5
* postgres module fixes (followup #17030) (#17053)Artem Klevtsov2021-02-161-2/+4
* Improve documentation for bitops (#16961)konsumlamm2021-02-151-128/+131
* better getTempDir (#16914)flywind2021-02-152-16/+49
* Better error message for rand(153 .. 102) (#17031)Dominik Picheta2021-02-151-1/+1
* avoid doAssert on contents of osReleaseFile (#16955)n5m2021-02-151-1/+1
* RST: implement footnotes and citations (#16960)Andrey Makarov2021-02-153-35/+417
* 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
* array literals uses typed arrays; fix a jsgen bug (#16850)flywind2021-02-151-0/+8
* fix the wrong examples (#17035)flywind2021-02-151-19/+42
* Small update for packedsets (#17037)konsumlamm2021-02-151-12/+11
* Add pqsetsinglerowmode to postgres module (#17030)Artem Klevtsov2021-02-141-2/+6
* fix #16978 unittest js foreign exception (#16998)Timothee Cour2021-02-131-3/+8
* rst: single backticks now render correctly in both rst2html and github (#17028)Timothee Cour2021-02-133-0/+7
* tables module uses runnableExamples (#16994)flywind2021-02-133-335/+312
* Make parseopt available on all backends (#17009)hlaaftana2021-02-132-141/+150
* compilesettings: add libpath (#16997)Timothee Cour2021-02-121-0/+1
* Improve math module (#17019)konsumlamm2021-02-121-496/+425
* Improve documentation for random (#17015)konsumlamm2021-02-121-185/+168
* parse RST headings when EOF follows them (#17014)Andrey Makarov2021-02-121-3/+5
* add system random to stdlib: std/sysrand (#16459)flywind2021-02-113-0/+315
* [backport:1.4] JS cstring null fixes (#16979)hlaaftana2021-02-112-3/+17
* Improve documentation for assertions (#16988)konsumlamm2021-02-111-35/+51
* Improve documentation for cstrutils (#17004)konsumlamm2021-02-101-19/+23
* std/wrapnils does not use experimental:dotOperators anymore (#16996)Timothee Cour2021-02-101-12/+9
* fix warning nim nim doc posix (#16995)Timothee Cour2021-02-101-0/+4
* Improve documentation for unidecode (#16986)konsumlamm2021-02-092-26/+28
* Improve documentation for std/sha1 (#16970)konsumlamm2021-02-091-35/+50
* add linenoise.readLineStatus to get status (eg: ctrl-D or ctrl-C) (#16977)Timothee Cour2021-02-094-15/+75