| Commit message (Expand) | Author | Age | Files | Lines |
* | improve the 'has to be discarded' error message | Araq | 2020-05-02 | 5 | -6/+6 |
* | fixes #14159 [backport:1.2] | Araq | 2020-05-02 | 2 | -1/+36 |
* | fixes #14177 | Araq | 2020-05-02 | 1 | -2/+3 |
* | don't close #14142 | Araq | 2020-05-02 | 1 | -1/+1 |
* | closes #14142 | Araq | 2020-05-02 | 1 | -2/+9 |
* | fixes a bug encountered when running 'nim check posix_haiku.nim' | Araq | 2020-05-02 | 1 | -1/+1 |
* | exp. features now in correct manual, closes #11932 (#14195) | hlaaftana | 2020-05-02 | 3 | -171/+198 |
* | Document that proc named fooTask is created for every foo task [backport] (#1... | Kaushal Modi | 2020-05-02 | 1 | -0/+15 |
* | Make unreachable else in case statements a warning instead of an error (#14190) | Clyybber | 2020-05-02 | 3 | -4/+5 |
* | Make ./koch temp --gc:arc work (#14186) | Clyybber | 2020-05-01 | 8 | -11/+26 |
* | change 'iff' to 'if' to stop "corrections" once and for all (#14182) | Miran | 2020-05-01 | 12 | -37/+37 |
* | discardable async procs are now an error (#14176) | hlaaftana | 2020-05-01 | 4 | -10/+26 |
* | arc: do not unload globals when building a library [backport:1.2] (#14180) | Andreas Rumpf | 2020-05-01 | 1 | -2/+3 |
* | fix sendTo and recvFrom in asyncnet (#14154) | rockcavera | 2020-04-30 | 2 | -93/+48 |
* | hotfix: make tcompilerapi green again | Araq | 2020-04-30 | 1 | -2/+3 |
* | fixes #13698 [backport:1.2] (#14175) | Andreas Rumpf | 2020-04-30 | 2 | -2/+7 |
* | fixes the regression #12860 caused; hotfix | Araq | 2020-04-30 | 2 | -1/+4 |
* | fixes #13986 [backport:1.2] (#14173) | Andreas Rumpf | 2020-04-30 | 1 | -1/+7 |
* | JS unittest stacktrace fix, cleanup js repr and inclrtl includes (#14168) | hlaaftana | 2020-04-30 | 5 | -46/+43 |
* | test even more packages | narimiran | 2020-04-30 | 2 | -2/+20 |
* | [ci skip] clean-up CI badges | narimiran | 2020-04-30 | 1 | -7/+1 |
* | [ci skip] prevent fail-fast on packages CI | narimiran | 2020-04-30 | 1 | -0/+1 |
* | fixes #14054 [backport:1.2] (#14061) | Andreas Rumpf | 2020-04-30 | 5 | -8/+40 |
* | Fix #14160 (#14161) | Clyybber | 2020-04-30 | 2 | -1/+22 |
* | fixes another silly arc/orc bug [backport:1.2] | Araq | 2020-04-29 | 1 | -0/+1 |
* | fixes #14079 [backport:1.2] (#14163) | Andreas Rumpf | 2020-04-29 | 6 | -7/+36 |
* | many bugfixes for js (#14158) | hlaaftana | 2020-04-29 | 10 | -65/+240 |
* | Remove travis ci badge (#14062) | Tristram Oaten | 2020-04-29 | 1 | -2/+0 |
* | Fix negative indexed arrays for JS, refs #13966 (#14152) | hlaaftana | 2020-04-29 | 2 | -4/+10 |
* | parseEnum_regression (#14150) | cooldome | 2020-04-28 | 3 | -3/+5 |
* | Error -> Defect for defects (#13908) | Jacek Sieka | 2020-04-28 | 92 | -300/+323 |
* | StringStream & more stdlib modules support for JS/NimScript (#14095) | hlaaftana | 2020-04-28 | 22 | -359/+855 |
* | test packages with Github workflows | narimiran | 2020-04-28 | 2 | -8/+82 |
* | bug fix (#14149) [backport:1.2] | cooldome | 2020-04-28 | 1 | -1/+4 |
* | fix tdistros test which was failing on Nightlies | narimiran | 2020-04-28 | 1 | -3/+3 |
* | Update grammar.txt with `func` and `as` (#14147) [backport] | hlaaftana | 2020-04-28 | 1 | -1/+2 |
* | add 14 more packages to 'important_packages' (#14141) | Miran | 2020-04-28 | 1 | -2/+14 |
* | fixes a critical =trace generation bug (see test case) (#14140) | Andreas Rumpf | 2020-04-27 | 3 | -2/+22 |
* | Add RSA key reading and encrypt/decrypt to openssl (#14137) | PMunch | 2020-04-27 | 1 | -0/+23 |
* | Undefine `paramCount` & `paramStr` in nimscript.nim for *.nims (#12860) | Neelesh Chandola | 2020-04-27 | 5 | -14/+25 |
* | `$` now works for unsigned intergers with `nim js` (#14122) | Timothee Cour | 2020-04-27 | 4 | -4/+96 |
* | Fix #14066 issue with stringifying incomplete types (#14135) | PMunch | 2020-04-27 | 1 | -13/+27 |
* | `$(a: float)` now works consistently in nim js, avoiding printing floats as i... | Timothee Cour | 2020-04-27 | 4 | -11/+90 |
* | Remove some deprecated procs from std/times (#14129) | Oscar NihlgÄrd | 2020-04-27 | 2 | -144/+32 |
* | fix #14132 dsymutil should not be called on static libraries (#14133) [backpo... | Timothee Cour | 2020-04-27 | 1 | -6/+6 |
* | new implementations for --gc:orc (#14121) | Andreas Rumpf | 2020-04-27 | 13 | -21/+428 |
* | add FileReader Web API to js dom (#14105) | cooldome | 2020-04-27 | 1 | -9/+59 |
* | since now takes an optional patch, eg: `since: (1, 3, 1)` (#14124) | Timothee Cour | 2020-04-26 | 3 | -3/+51 |
* | added high level sendTo and recvFrom to std/asyncnet (UDP functionality) (#14... | rockcavera | 2020-04-26 | 3 | -0/+228 |
* | fixes #14112, tests for #12892, #12671, #11697 (#14125) | hlaaftana | 2020-04-26 | 6 | -1/+27 |