summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* specialize genericReset (#14398)Andreas Rumpf2020-05-191-1/+1
* trunner was not actually being tested in non-CTFFI mode; minor testament clea...Timothee Cour2020-05-191-1/+1
* Fix #14394 (#14395)Clyybber2020-05-181-1/+1
* add OpenBSD MAP_STACK for coroutines (#14353)John2020-05-161-4/+10
* fixes #14370 (#14371)Andreas Rumpf2020-05-162-2/+2
* Emscripten: disable epoll (#14361)Dominik Picheta2020-05-161-2/+2
* add SqlPrepared api fix #13559 (#14365)Bung2020-05-161-0/+101
* fix some issues with --backend (#14363)Timothee Cour2020-05-161-1/+1
* Remove the uses of {.procvar.} pragma (#14359)Kaushal Modi2020-05-157-53/+52
* fix #9771 (#14357)Bung2020-05-152-17/+19
* Improve nimeval, changes some defaults (#14351)PMunch2020-05-151-1/+1
* Fail quickly if re or nre module is attempted to be compiled with js [backpor...Kaushal Modi2020-05-142-1/+6
* fixes #13862Araq2020-05-131-1/+1
* fixes #13935Andreas Rumpf2020-05-131-0/+3
* fixes #14331Araq2020-05-131-0/+28
* `osproc.execCmdEx` now takes an optional `input` for stdin, `env`, workingDir...Timothee Cour2020-05-132-13/+33
* cycle collector: make it threadsafeAraq2020-05-121-5/+5
* fixes #13881Andreas Rumpf2020-05-126-20/+36
* properly fixes #13758 so that `import std/macros` stays legal (#14291)Timothee Cour2020-05-121-2/+1
* Make --backend:cpp|js work for :test: code-blocks as well (#14306)Kaushal Modi2020-05-111-1/+1
* Fix #14289 (#14304) [backport]slangmgh2020-05-111-1/+2
* fixes #13946 (#14302)Andreas Rumpf2020-05-112-11/+5
* do not track 'raise Defect' in the .raises: [] clause anymore (#14298)Andreas Rumpf2020-05-111-1/+6
* Fix for --styleCheck:errorAntonis2020-05-111-4/+4
* `nim doc --backend:js`, `nim doc --doccmd:-d:foo`, `nim r --backend:js`, `--d...Timothee Cour2020-05-111-0/+2
* fix a critical bug in windows.osproc leading to resource leaks and blocking I...Timothee Cour2020-05-112-1/+7
* simple typo in locks.nim (#14297)Andy Davidoff2020-05-111-1/+1
* --hint:processing (+friends) is now supported and means `--hint:processing:on...Timothee Cour2020-05-081-1/+1
* Merge pull request #14265 from alaviss/quickfixAndreas Rumpf2020-05-081-1/+1
|\
| * nativesockets: add missing inheritable pass-throughLeorize2020-05-071-1/+1
* | Fix #14270 and add testcases (#14276)Clyybber2020-05-081-2/+6
|/
* net: remove more erroneous set constructions (#14252) [backport]alaviss2020-05-071-3/+8
* Fix runnable examples for bitops (#14247)awr12020-05-061-3/+3
* Added bitslice operations for bitops (#14016)awr12020-05-061-21/+206
* Make the fields of `times.DateTime` private (#14197)Oscar NihlgÄrd2020-05-061-76/+180
* fix js stacktraces, unify all file,line,col formatting into a single function...Timothee Cour2020-05-054-11/+25
* Clarify JS cstring len (#14184)hlaaftana2020-05-052-8/+9
* fix #14217 (#14218)cooldome2020-05-051-1/+1
* fixes #14209 [backport:1.2] (#14213)Andreas Rumpf2020-05-051-1/+1
* Linux updates (#14170)wltsmrz2020-05-043-9/+17
* Add procedures to read RSA keys from BIO format (#14223)PMunch2020-05-041-0/+4
* Fixes net.recvFrom to work correctly with IPv6 (#14131)rockcavera2020-05-041-10/+22
* sequtils refactoring: prefer typeof over type (#14212)Andreas Rumpf2020-05-041-15/+15
* => supports pragmas & names (+ changed behavior) (#14200)hlaaftana2020-05-034-39/+65
* fix #14203 (#14204)slangmgh2020-05-032-17/+18
* Fix #14151 (#14205) [backport]slangmgh2020-05-031-8/+2
* Fix #14201 (#14202)slangmgh2020-05-031-1/+1
* move since from inclrtl to std/private/since (#14188)hlaaftana2020-05-0226-53/+54
* Document that proc named fooTask is created for every foo task [backport] (#1...Kaushal Modi2020-05-021-0/+15
* change 'iff' to 'if' to stop "corrections" once and for all (#14182)Miran2020-05-0112-37/+37