summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Improve uri.parseQuery to never raise an error (#16647)Mildred Ki'Lya2021-01-124-27/+38
* fixes nim-lang/nimsuggest#103 con dot exprs (#16657)Saem Ghani2021-01-122-2/+33
* Compile sqlite3 with -O3 flag (#16697)Yuriy Glukhov2021-01-121-1/+1
* close #10734 add testcase (#16692)flywind2021-01-121-0/+19
* IC: next steps (#16632)Andreas Rumpf2021-01-1218-771/+475
* Remove longestMatch in _WithPrefix iterators (#16689)konsumlamm2021-01-122-28/+19
* fix docs typo (#16637)flywind2021-01-122-2/+2
* RST: implement internal targets (#16614)Andrey Makarov2021-01-116-101/+379
* close #9901 add testcase (#16662)flywind2021-01-111-0/+18
* remove deprecated specs (#16684)flywind2021-01-112-10/+0
* close #9655 add testcase (#16683)flywind2021-01-111-0/+30
* close #7097 add testcase (#16682)flywind2021-01-111-0/+38
* fix #13517 (#16681)flywind2021-01-112-3/+17
* fix negative nan (#16628)flywind2021-01-113-5/+29
* Improve documentation of strmisc (#16665)konsumlamm2021-01-111-30/+30
* fixed nim-lang/nimsuggest#82 pure enum field sug (#16676)Saem Ghani2021-01-112-10/+29
* fix #16555, fixes #16405: len, high honors '\0' for cstring in vm (#16610)Timothee Cour2021-01-116-15/+74
* fix #16651 (#16658)cooldome2021-01-112-0/+31
* add error messages (#16679)flywind2021-01-101-1/+1
* fix #16650 (#16660)flywind2021-01-102-8/+18
* fix broken CI (#16663)flywind2021-01-101-1/+1
* Httpclient improvements (#15919)Antonis Geralis2021-01-104-112/+149
* Add support for Transfer-Encoding: chunked (#16636)vabresto2021-01-101-0/+44
* close #4834 add testcase (#16649)flywind2021-01-091-0/+17
* Use func in lenientops (#16641)konsumlamm2021-01-091-15/+15
* skip docs for `lib/fusion` (docs already run in fusion repo) (#16645)Timothee Cour2021-01-082-5/+4
* kochdocs: fusion needs the js backend too (#16644)alaviss2021-01-081-1/+3
* DELETE requests should always have a content-length header (#16618)Joey2021-01-081-2/+5
* close #1550 add testcase (#16640)flywind2021-01-081-0/+20
* compiler: minor refactoring (#16633)Andreas Rumpf2021-01-081-12/+11
* happy new year 2021 again (#16638)Andrew2021-01-081-1/+1
* Improve documentation for the md5 module (#16631)konsumlamm2021-01-071-14/+15
* IC: next steps (#16550)Andreas Rumpf2021-01-0736-401/+654
* minor fix (#16624)rockcavera2021-01-071-1/+1
* [FIX] Update fusion master commit hash (#16630)haxscramper2021-01-071-1/+1
* Implements streams for sockets (#15729)PMunch2021-01-073-0/+247
* oids: switch from PRNG to random module (#16203)flywind2021-01-072-20/+25
* add math.signbit (#16592)flywind2021-01-074-1/+45
* Fixes the asynchttpserver example some more (#16599)Dominik Picheta2021-01-071-8/+7
* Jsonutils: pass opt for object in object (#16615)inv20042021-01-072-1/+7
* Minor docs/format changes (cpuinfo, volatile) (#16602)konsumlamm2021-01-062-12/+11
* [backport 1.0] add backend support for js bigint (#16606)Timothee Cour2021-01-063-1/+63
* fixes nim-lang/nimsuggest#119 outline includes (#16608)Saem Ghani2021-01-062-5/+21
* Improve documentation for deques (#16589)konsumlamm2021-01-061-156/+106
* macros.quote: document hard to use `op`; add more useful examples (#16489)Timothee Cour2021-01-061-23/+71
* jsonutils: fromJson forward opt param fix (#16612)inv20042021-01-062-4/+18
* fix #16516 method dispatch for sink args (#16594)cooldome2021-01-062-1/+34
* fix syntax in macros documentation (#16604)n5m2021-01-061-1/+1
* Link the <fenv.h> header (#16597)konsumlamm2021-01-052-5/+6
* make cstrutils work in VM (#16590)flywind2021-01-054-104/+132