summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* [JS + docs] improve std/monotimes module (#17103)flywind2021-02-221-42/+44
* make rst.nim use object variant (#17138)Andrey Makarov2021-02-223-130/+152
* remove outdated codes (#17140)flywind2021-02-222-2/+0
* make copySign for js consistent with other backends (#16609)Timothee Cour2021-02-221-15/+30
* use single backtick (#17141)flywind2021-02-2111-68/+68
* remove unnecessary when statement (#17135)flywind2021-02-211-12/+7
* use single backtick (#17133)flywind2021-02-2110-103/+103
* move prelude so that `include std/prelude` also works (#17110)Timothee Cour2021-02-201-3/+6
* Improve the strformat module (#17106)konsumlamm2021-02-201-180/+159
* enable bsd for tsetutils; improve setutils API (#17098)Timothee Cour2021-02-201-5/+8
* stricter checks for RST headlines (#17089)Andrey Makarov2021-02-202-7/+34
* uri: document removeDotSegments, add tests, show failure modes (#17064)Timothee Cour2021-02-201-1/+31
* 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