summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* parse RST headings when EOF follows them (#17014)Andrey Makarov2021-02-122-3/+12
* Display user hints/warnings from foreign packages (#17024)Danil Yarantsev2021-02-121-1/+2
* add system random to stdlib: std/sysrand (#16459)flywind2021-02-116-0/+333
* [backport:1.4] JS cstring null fixes (#16979)hlaaftana2021-02-115-8/+69
* fixes a bug that keeps Nimbus from compiling with --gc:orc (#17005)Andreas Rumpf2021-02-111-2/+15
* koch.nim: documented the bootstrapping process (#17008)Andreas Rumpf2021-02-111-0/+7
* unbundle fusion (#16925)Timothee Cour2021-02-116-20/+13
* Improve documentation for assertions (#16988)konsumlamm2021-02-112-38/+54
* Improve documentation for cstrutils (#17004)konsumlamm2021-02-101-19/+23
* std/wrapnils does not use experimental:dotOperators anymore (#16996)Timothee Cour2021-02-102-12/+13
* [JS] Ref #15952 make toOpenArray works better (#17001)flywind2021-02-102-10/+32
* ARC: Analysis in one pass v2 (#17000)Clyybber2021-02-107-127/+144
* fix warning nim nim doc posix (#16995)Timothee Cour2021-02-101-0/+4
* nep1: prefer `a..b` to `a .. b` except if `b` has an operator (eg: `a .. -1`)...Timothee Cour2021-02-101-0/+3
* improve ./koch docs (#16991)Timothee Cour2021-02-102-28/+25
* Improve documentation for unidecode (#16986)konsumlamm2021-02-092-26/+28
* fix ./koch pdf command (#16989)Andrey Makarov2021-02-092-17/+27
* [backport:1.2] update the nimble commit hash to the latest one (#16971)Miran2021-02-092-4/+4
* Revert "ARC Analysis in one pass (#16849)" (#16984)Clyybber2021-02-097-135/+124
* 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-095-15/+77
* Remove declPragmas from lambdas [backport:1.0] (#16966)hlaaftana2021-02-092-6/+14
* ARC Analysis in one pass (#16849)Clyybber2021-02-097-124/+135
* final SSL changes [backport:1.2] (#16983)Andreas Rumpf2021-02-093-8/+30
* uri module uses runnableExamples (#16982)flywind2021-02-091-50/+43
* fix #16967 [backport:1.2] (#16976)hlaaftana2021-02-092-1/+17
* fix lists docs regression (#16981)flywind2021-02-091-21/+14
* tests and docs for call operator (#16980)hlaaftana2021-02-094-1/+124
* Another typo corrected (#16974)Héctor M. Monacci2021-02-081-1/+1
* Deprecate any (#16920)Juan Carlos2021-02-083-2/+3
* Refactoring `bitops.rotateLeftBits()` and `bitops.rotateRightBits()`; adding ...rockcavera2021-02-081-65/+223
* fix #16947: `--app:staticlib -o:lib` now first removes lib (#16948)Timothee Cour2021-02-081-0/+1
* std/lists: Various changes to `lists` (RFC #303) (#16536)Peter Salvi2021-02-083-162/+350
* Correct typo (#16972)Héctor M. Monacci2021-02-081-1/+1
* rename case statement macro from match to `case` (#16923)hlaaftana2021-02-084-16/+51
* basic cleanups regarding SSL handling (#16940) [backport:1.0]Andreas Rumpf2021-02-084-18/+59
* 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
* fix #16949 --app:staticlib works on openbsd; --app:staticlib tested in CI (#1...Timothee Cour2021-02-082-2/+29
* use typeof instead type (#16962)flywind2021-02-0831-253/+253
* Add initRand() with seed based on time (#16953)hlaaftana2021-02-072-10/+37
* quote nim command on compile (#16954)n5m2021-02-071-1/+1