summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Add setutils.complement, setutils.fullSet (#17066)Jason Beetham2021-02-183-9/+55
* contributing: prefer assert to doAssert in runnableExamples (#17077)Timothee Cour2021-02-181-7/+24
* followup #17065 (#17090)Timothee Cour2021-02-181-1/+1
* nep1: triple quote literals should start with newline (#17065)Timothee Cour2021-02-181-0/+21
* fix stringify unsigned integer in JS and JS VM (#17086)flywind2021-02-182-18/+57
* fixes #17060 (#17083)Andreas Rumpf2021-02-181-1/+3
* 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-182-9/+44
* fix #17078 csources generation (#17079)Timothee Cour2021-02-182-6/+4
* fix #17076 (#17081)flywind2021-02-182-4/+30
* 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-1720-23/+43
* fix math.frexp function signature (#16725)flywind2021-02-173-41/+65
* clean up old codes (#17071)flywind2021-02-173-11/+3
* fix the unused warnings on windows (#17073)flywind2021-02-171-8/+13
* Fixing unexistant word in PT (#17070)KioriSun2021-02-171-1/+1
* [minor] clean extccomp (#17069)flywind2021-02-171-21/+16
* ARC Analysis in one pass v3 (#17068)Clyybber2021-02-178-127/+205
* make system random work in VM (#17059)flywind2021-02-175-19/+90
* fixes #17033 [backport:1.4] (#17061)Andreas Rumpf2021-02-173-9/+105
* remove all uses of condsyms symbols defined prior to bootstrap nim 0.20.0 (#1...Timothee Cour2021-02-1727-798/+619
* don't introduce 'dispose', use '=dispose', fixes #17003 [backport:1.4] (#17062)Andreas Rumpf2021-02-172-2/+2
* Fix bug in removeDotSegments: added test (#17050)Benoit Favre2021-02-161-0/+1
* document `since` (#17048)Timothee Cour2021-02-163-7/+19
* [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-152-464/+304
* better getTempDir (#16914)flywind2021-02-152-16/+49
* Revert "ARC: Analysis in one pass v2 (#17000)" (#17046)Clyybber2021-02-157-144/+127
* Better error message for rand(153 .. 102) (#17031)Dominik Picheta2021-02-151-1/+1
* JS: fix div uint64 no truncation (#16899)flywind2021-02-152-1/+23
* avoid doAssert on contents of osReleaseFile (#16955)n5m2021-02-151-1/+1
* RST: implement footnotes and citations (#16960)Andrey Makarov2021-02-159-36/+656
* Improve the heapqueue module (#17034)konsumlamm2021-02-152-89/+165
* 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-156-31/+81
* fix the wrong examples (#17035)flywind2021-02-151-19/+42
* Small update for packedsets (#17037)konsumlamm2021-02-151-12/+11
* fixed dot operator recursive loop & macro suggest (#16922)Saem Ghani2021-02-158-24/+51
* Add pqsetsinglerowmode to postgres module (#17030)Artem Klevtsov2021-02-141-2/+6
* fix #16978 unittest js foreign exception (#16998)Timothee Cour2021-02-132-3/+24
* followup #17001: improve coverage for tests/openarray/topenarray.nim (#17006)Timothee Cour2021-02-131-3/+17
* rst: single backticks now render correctly in both rst2html and github (#17028)Timothee Cour2021-02-136-60/+76
* tables module uses runnableExamples (#16994)flywind2021-02-134-335/+314
* Make parseopt available on all backends (#17009)hlaaftana2021-02-135-144/+165
* compilesettings: add libpath (#16997)Timothee Cour2021-02-126-19/+20
* Improve math module (#17019)konsumlamm2021-02-123-807/+783
* typeToString: type float => typedesc[float] (#17011)Timothee Cour2021-02-1213-18/+21
* Improve documentation for random (#17015)konsumlamm2021-02-121-185/+168