summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* RST: implement internal targets (#16614)Andrey Makarov2021-01-113-99/+218
* Improve documentation of strmisc (#16665)konsumlamm2021-01-111-30/+30
* fix #16555, fixes #16405: len, high honors '\0' for cstring in vm (#16610)Timothee Cour2021-01-111-7/+13
* fix broken CI (#16663)flywind2021-01-101-1/+1
* Httpclient improvements (#15919)Antonis Geralis2021-01-102-108/+142
* Add support for Transfer-Encoding: chunked (#16636)vabresto2021-01-101-0/+44
* Use func in lenientops (#16641)konsumlamm2021-01-091-15/+15
* DELETE requests should always have a content-length header (#16618)Joey2021-01-081-2/+5
* Improve documentation for the md5 module (#16631)konsumlamm2021-01-071-14/+15
* Implements streams for sockets (#15729)PMunch2021-01-071-0/+181
* oids: switch from PRNG to random module (#16203)flywind2021-01-071-20/+19
* add math.signbit (#16592)flywind2021-01-071-1/+26
* Fixes the asynchttpserver example some more (#16599)Dominik Picheta2021-01-071-8/+7
* Jsonutils: pass opt for object in object (#16615)inv20042021-01-071-1/+1
* Minor docs/format changes (cpuinfo, volatile) (#16602)konsumlamm2021-01-062-12/+11
* 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-061-4/+4
* Link the <fenv.h> header (#16597)konsumlamm2021-01-051-2/+4
* make cstrutils work in VM (#16590)flywind2021-01-053-102/+122
* Improve documentation for complex (#16588)konsumlamm2021-01-051-101/+159
* fix #9125 (#16582)flywind2021-01-051-1/+11
* remove duplication in asynchttpserver examples (#16586)Timothee Cour2021-01-051-48/+28
* fix #16506 by changing the example (#16580)Miran2021-01-041-2/+2
* clean up the docs of some modules under lib/js (#16579)flywind2021-01-047-55/+55
* make --gc:arc --exceptions:quirky work again [backport:1.4] (#16583)Andreas Rumpf2021-01-042-10/+20
* fix #16499 (#16514)flywind2021-01-041-10/+14
* Add backwards index overload for `[]` for JsonNode (#16501)Neelesh Chandola2021-01-041-0/+13
* Add posix_utils.osReleaseFile (#16452)Juan Carlos2021-01-041-1/+21
* Improve sequtils documentation (#16559)konsumlamm2021-01-041-78/+79
* fix #12311 (#16578)flywind2021-01-041-4/+7
* Improve documentation for critbits (#16568)konsumlamm2021-01-031-135/+107
* fix #12958 (#16565)Roman Inflianskas2021-01-031-18/+29
* fix #8412 (#16563)flywind2021-01-031-6/+12
* Fix #16554 (#16564)hlaaftana2021-01-031-2/+3
* Algorithm improvements (#16529)konsumlamm2021-01-021-134/+142
* fix #16061 (#16551)flywind2021-01-021-4/+10
* fix #16542 (#16549)flywind2021-01-021-2/+21
* Add mimetypes.mimesLongest (#16480)Juan Carlos2021-01-021-1/+28
* big steps torwards an efficient, simple IC implementation (#16543)Andreas Rumpf2021-01-021-2/+2
* Documentation only Testament unittest (#16532)Juan Carlos2021-01-011-9/+13
* reuse const (#16422)n5m2021-01-011-1/+1
* follow up #16399 clean up docs (#16539)flywind2021-01-011-30/+41
* link to POSIX sendSignal from osproc.kill docs (#16475)n5m2021-01-011-0/+2
* fix #16494 (#16513)flywind2021-01-011-4/+20
* refactor cmpIgnoreStyle and cmpIgnoreCase (#16399)flywind2020-12-315-109/+109
* RST: improve line blocks (#16518)Andrey Makarov2020-12-313-12/+33
* adding missing commas in std/bitops (#16520)rockcavera2020-12-301-5/+5
* make the docs of arithmetics better (#16510)flywind2020-12-301-126/+107
* use runnableExamples in options (#16503)flywind2020-12-301-26/+17