| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Fix #14201 (#14202) | slangmgh | 2020-05-03 | 1 | -1/+1 |
* | move since from inclrtl to std/private/since (#14188) | hlaaftana | 2020-05-02 | 26 | -53/+54 |
* | Document that proc named fooTask is created for every foo task [backport] (#1... | Kaushal Modi | 2020-05-02 | 1 | -0/+15 |
* | 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 | 1 | -8/+14 |
* | fix sendTo and recvFrom in asyncnet (#14154) | rockcavera | 2020-04-30 | 1 | -76/+40 |
* | fixes #13698 [backport:1.2] (#14175) | Andreas Rumpf | 2020-04-30 | 1 | -2/+2 |
* | fixes the regression #12860 caused; hotfix | Araq | 2020-04-30 | 2 | -1/+4 |
* | JS unittest stacktrace fix, cleanup js repr and inclrtl includes (#14168) | hlaaftana | 2020-04-30 | 4 | -46/+21 |
* | fixes #14054 [backport:1.2] (#14061) | Andreas Rumpf | 2020-04-30 | 2 | -7/+4 |
* | fixes #14079 [backport:1.2] (#14163) | Andreas Rumpf | 2020-04-29 | 1 | -1/+1 |
* | many bugfixes for js (#14158) | hlaaftana | 2020-04-29 | 2 | -23/+16 |
* | parseEnum_regression (#14150) | cooldome | 2020-04-28 | 1 | -1/+1 |
* | Error -> Defect for defects (#13908) | Jacek Sieka | 2020-04-28 | 33 | -155/+178 |
* | StringStream & more stdlib modules support for JS/NimScript (#14095) | hlaaftana | 2020-04-28 | 10 | -291/+429 |
* | bug fix (#14149) [backport:1.2] | cooldome | 2020-04-28 | 1 | -1/+4 |
* | 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 | 2 | -9/+17 |
* | `$` now works for unsigned intergers with `nim js` (#14122) | Timothee Cour | 2020-04-27 | 2 | -4/+22 |
* | `$(a: float)` now works consistently in nim js, avoiding printing floats as i... | Timothee Cour | 2020-04-27 | 1 | -0/+15 |
* | Remove some deprecated procs from std/times (#14129) | Oscar Nihlgård | 2020-04-27 | 1 | -143/+31 |
* | new implementations for --gc:orc (#14121) | Andreas Rumpf | 2020-04-27 | 6 | -19/+418 |
* | 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 | 2 | -3/+19 |
* | added high level sendTo and recvFrom to std/asyncnet (UDP functionality) (#14... | rockcavera | 2020-04-26 | 1 | -0/+127 |
* | small docs fix in typetraits (#14108) | hlaaftana | 2020-04-25 | 1 | -1/+1 |
* | Make await a template (#12085) | Alexander Ivanov | 2020-04-25 | 1 | -132/+30 |