| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | small docs fix in typetraits (#14108) | hlaaftana | 2020-04-25 | 1 | -1/+1 |
* | Make await a template (#12085) | Alexander Ivanov | 2020-04-25 | 5 | -134/+69 |
* | Faster readStr() (#14099) | Christopher Dunn | 2020-04-25 | 2 | -6/+25 |
* | HCR: properly handling complex const objects in the codegen - fixes #13915 (#... | Viktor Kirilov | 2020-04-25 | 4 | -6/+32 |
* | Fixes #14110 (#14111) | Jae Yang | 2020-04-25 | 1 | -1/+1 |
* | implement (#14114) | cooldome | 2020-04-25 | 2 | -8/+9 |
* | Fix #14088 and #14089 on NetBSD (#14104) | Euan | 2020-04-24 | 2 | -1/+2 |
* | add CI badges for CI github actions ssl+docs | Timothee Cour | 2020-04-24 | 1 | -1/+8 |
* | fix nim CI; fix local testament (#14102) | Timothee Cour | 2020-04-24 | 3 | -7/+12 |
* | Add critbits.commonPrefixLen (#14072) | Phil Krylov | 2020-04-24 | 2 | -0/+17 |
* | changed type() to typeof() in docs and error messages (#14084) | hlaaftana | 2020-04-24 | 9 | -13/+13 |
* | testament: don't try to test nimgrep if it's not there [backport:1.2] (#14085) | alaviss | 2020-04-24 | 1 | -3/+4 |
* | Make JS not mangle to snake_case (#14086) | hlaaftana | 2020-04-24 | 1 | -5/+1 |
* | Fix #14091 and #14093 - test failures on NetBSD (#14096) | Euan | 2020-04-24 | 3 | -1/+4 |
* | [ci skip] changelog conflicts are a thing of the past (#14098) | Timothee Cour | 2020-04-24 | 1 | -0/+6 |
* | add CI badges for azure-pipelines for devel, 1.0, 1.2 branches (#14101) | Timothee Cour | 2020-04-24 | 1 | -1/+3 |
* | Add tests for #8481, #6490 and #4061 (#14083) | Clyybber | 2020-04-23 | 3 | -0/+45 |
* | CT sizeof(+friends) for {.importc, completeStruct.} types, enable ABI static ... | Timothee Cour | 2020-04-23 | 14 | -39/+221 |
* | new cmd: `nim r main [args...]` to compile & run, saving binary under $nimcac... | Timothee Cour | 2020-04-23 | 5 | -16/+39 |
* | testament: don't rely on Nim source structure [backport:1.2] (#14077) | alaviss | 2020-04-23 | 1 | -1/+1 |
* | Ref #14075 - enable two tests which seem to now be passing locally on FreeBSD... | Euan | 2020-04-22 | 2 | -2/+0 |
* | Add LTO support for most compilers and do some VCC fixes (#14013) | Keithcat1 | 2020-04-22 | 2 | -6/+37 |