| Commit message (Expand) | Author | Age | Files | Lines |
* | fix #14404 foldr had the classic multiple evaluation bug (#14413) | Timothee Cour | 2020-05-21 | 1 | -7/+7 |
* | Small improvements for string and char repr with gc:arc (#14400) | Clyybber | 2020-05-20 | 1 | -6/+8 |
* | fix #10731 ; `runnableExamples "-b:cpp --run:off": code` works (#14384) | Timothee Cour | 2020-05-20 | 1 | -3/+8 |
* | asyncdispatch, asyncnet: add inheritance control (#14362) | alaviss | 2020-05-20 | 2 | -25/+90 |
* | specialize genericReset (#14398) | Andreas Rumpf | 2020-05-19 | 1 | -1/+1 |
* | trunner was not actually being tested in non-CTFFI mode; minor testament clea... | Timothee Cour | 2020-05-19 | 1 | -1/+1 |
* | Fix #14394 (#14395) | Clyybber | 2020-05-18 | 1 | -1/+1 |
* | add OpenBSD MAP_STACK for coroutines (#14353) | John | 2020-05-16 | 1 | -4/+10 |
* | fixes #14370 (#14371) | Andreas Rumpf | 2020-05-16 | 2 | -2/+2 |
* | Emscripten: disable epoll (#14361) | Dominik Picheta | 2020-05-16 | 1 | -2/+2 |
* | add SqlPrepared api fix #13559 (#14365) | Bung | 2020-05-16 | 1 | -0/+101 |
* | fix some issues with --backend (#14363) | Timothee Cour | 2020-05-16 | 1 | -1/+1 |
* | Remove the uses of {.procvar.} pragma (#14359) | Kaushal Modi | 2020-05-15 | 7 | -53/+52 |
* | fix #9771 (#14357) | Bung | 2020-05-15 | 2 | -17/+19 |
* | Improve nimeval, changes some defaults (#14351) | PMunch | 2020-05-15 | 1 | -1/+1 |
* | Fail quickly if re or nre module is attempted to be compiled with js [backpor... | Kaushal Modi | 2020-05-14 | 2 | -1/+6 |
* | fixes #13862 | Araq | 2020-05-13 | 1 | -1/+1 |
* | fixes #13935 | Andreas Rumpf | 2020-05-13 | 1 | -0/+3 |
* | fixes #14331 | Araq | 2020-05-13 | 1 | -0/+28 |
* | `osproc.execCmdEx` now takes an optional `input` for stdin, `env`, workingDir... | Timothee Cour | 2020-05-13 | 2 | -13/+33 |
* | cycle collector: make it threadsafe | Araq | 2020-05-12 | 1 | -5/+5 |
* | fixes #13881 | Andreas Rumpf | 2020-05-12 | 6 | -20/+36 |
* | properly fixes #13758 so that `import std/macros` stays legal (#14291) | Timothee Cour | 2020-05-12 | 1 | -2/+1 |
* | Make --backend:cpp|js work for :test: code-blocks as well (#14306) | Kaushal Modi | 2020-05-11 | 1 | -1/+1 |
* | Fix #14289 (#14304) [backport] | slangmgh | 2020-05-11 | 1 | -1/+2 |
* | fixes #13946 (#14302) | Andreas Rumpf | 2020-05-11 | 2 | -11/+5 |
* | do not track 'raise Defect' in the .raises: [] clause anymore (#14298) | Andreas Rumpf | 2020-05-11 | 1 | -1/+6 |
* | Fix for --styleCheck:error | Antonis | 2020-05-11 | 1 | -4/+4 |
* | `nim doc --backend:js`, `nim doc --doccmd:-d:foo`, `nim r --backend:js`, `--d... | Timothee Cour | 2020-05-11 | 1 | -0/+2 |
* | fix a critical bug in windows.osproc leading to resource leaks and blocking I... | Timothee Cour | 2020-05-11 | 2 | -1/+7 |
* | simple typo in locks.nim (#14297) | Andy Davidoff | 2020-05-11 | 1 | -1/+1 |
* | --hint:processing (+friends) is now supported and means `--hint:processing:on... | Timothee Cour | 2020-05-08 | 1 | -1/+1 |
* | Merge pull request #14265 from alaviss/quickfix | Andreas Rumpf | 2020-05-08 | 1 | -1/+1 |
|\ |
|
| * | nativesockets: add missing inheritable pass-through | Leorize | 2020-05-07 | 1 | -1/+1 |
* | | Fix #14270 and add testcases (#14276) | Clyybber | 2020-05-08 | 1 | -2/+6 |
|/ |
|
* | net: remove more erroneous set constructions (#14252) [backport] | alaviss | 2020-05-07 | 1 | -3/+8 |
* | Fix runnable examples for bitops (#14247) | awr1 | 2020-05-06 | 1 | -3/+3 |
* | Added bitslice operations for bitops (#14016) | awr1 | 2020-05-06 | 1 | -21/+206 |
* | Make the fields of `times.DateTime` private (#14197) | Oscar NihlgÄrd | 2020-05-06 | 1 | -76/+180 |
* | fix js stacktraces, unify all file,line,col formatting into a single function... | Timothee Cour | 2020-05-05 | 4 | -11/+25 |
* | Clarify JS cstring len (#14184) | hlaaftana | 2020-05-05 | 2 | -8/+9 |
* | fix #14217 (#14218) | cooldome | 2020-05-05 | 1 | -1/+1 |
* | fixes #14209 [backport:1.2] (#14213) | Andreas Rumpf | 2020-05-05 | 1 | -1/+1 |
* | Linux updates (#14170) | wltsmrz | 2020-05-04 | 3 | -9/+17 |
* | Add procedures to read RSA keys from BIO format (#14223) | PMunch | 2020-05-04 | 1 | -0/+4 |
* | Fixes net.recvFrom to work correctly with IPv6 (#14131) | rockcavera | 2020-05-04 | 1 | -10/+22 |
* | sequtils refactoring: prefer typeof over type (#14212) | Andreas Rumpf | 2020-05-04 | 1 | -15/+15 |
* | => supports pragmas & names (+ changed behavior) (#14200) | hlaaftana | 2020-05-03 | 4 | -39/+65 |
* | fix #14203 (#14204) | slangmgh | 2020-05-03 | 2 | -17/+18 |
* | Fix #14151 (#14205) [backport] | slangmgh | 2020-05-03 | 1 | -8/+2 |