summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Improve documentation for complex (#16588)konsumlamm2021-01-052-107/+165
* fix #9125 (#16582)flywind2021-01-053-7/+40
* Remove old untested undocumented examples (#16595)Juan Carlos2021-01-0515-311/+0
* remove duplication in asynchttpserver examples (#16586)Timothee Cour2021-01-051-48/+28
* Make tmath test more strict (#16593)Clyybber2021-01-051-13/+13
* merge tmath_misc.nim into tmath.nim (#16591)Timothee Cour2021-01-052-24/+13
* 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-048-56/+55
* fix #16576: honor matrix in testament by making such tests non joinable (#16577)Timothee Cour2021-01-046-12/+37
* make --gc:arc --exceptions:quirky work again [backport:1.4] (#16583)Andreas Rumpf2021-01-048-17/+49
* Add test for static proc/lambda params (#16584)Clyybber2021-01-041-0/+16
* fix #16499 (#16514)flywind2021-01-042-11/+15
* Add backwards index overload for `[]` for JsonNode (#16501)Neelesh Chandola2021-01-042-0/+15
* Add posix_utils.osReleaseFile (#16452)Juan Carlos2021-01-042-1/+26
* enable tmath tests for JS backend (#16562)flywind2021-01-041-6/+5
* continue #15456 add #pragma directives compiler support (#16472)flywind2021-01-041-6/+13
* Improve sequtils documentation (#16559)konsumlamm2021-01-042-82/+81
* fix #12311 (#16578)flywind2021-01-042-4/+14
* Improve documentation for critbits (#16568)konsumlamm2021-01-031-135/+107
* Make test independent of repo location (#16571)Clyybber2021-01-031-3/+1
* 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
* Revert "Make config processing order test more robust" (#16561)flywind2021-01-031-1/+1
* Make config processing order test more robustClyybber2021-01-021-1/+1
* fix #16526 run config.nims before foo.nim.cfg (#16557)Timothee Cour2021-01-027-2/+21
* Algorithm improvements (#16529)konsumlamm2021-01-022-136/+144
* fix #16061 (#16551)flywind2021-01-022-5/+16
* fix `is "closure"` (#16552)flywind2021-01-022-2/+10
* fix #16542 (#16549)flywind2021-01-022-3/+51
* fix #16206, `nim r / nim -r` recompiles if cwd changes (#16349)Timothee Cour2021-01-021-2/+13
* Add mimetypes.mimesLongest (#16480)Juan Carlos2021-01-022-1/+31
* big steps torwards an efficient, simple IC implementation (#16543)Andreas Rumpf2021-01-0257-1720/+1432
* fix #14340 (#16386)Timothee Cour2021-01-012-1/+20
* Documentation only Testament unittest (#16532)Juan Carlos2021-01-011-9/+13