Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix -d:logGC compile cerror: 'stdout not defined' (#12237) | treeform | 2019-09-24 | 1 | -5/+5 |
| | |||||
* | remove nimnomagic64 (#12243) | Jasper Jenkins | 2019-09-24 | 2 | -39/+12 |
| | |||||
* | fixes the --verbosity:2 regression [backport] | Andreas Rumpf | 2019-09-24 | 1 | -1/+1 |
| | |||||
* | Revert "improvements for httpcore (#12228)" | narimiran | 2019-09-23 | 4 | -46/+44 |
| | | | | This reverts commit b865c2a54b7d706b31b5eba29dfdbb16809aa400. | ||||
* | version 1.0 | narimiran | 2019-09-23 | 4 | -127/+142 |
| | |||||
* | update the Nimble version we ship with Nim (#12236) | Andreas Rumpf | 2019-09-23 | 1 | -1/+1 |
| | |||||
* | improvements for httpcore (#12228) | Andreas Rumpf | 2019-09-23 | 4 | -44/+46 |
| | | | | | * improvements for httpcore * further improvements, now stable API but needs extensions later on | ||||
* | fixes #9026 adds a readLineImpl to streams so that FileStreams can be fast ↵ | Ray Imber | 2019-09-23 | 1 | -13/+24 |
| | | | | (#12234) | ||||
* | Fix issue with long wait for passed timer [bugfix] (#12221) | PMunch | 2019-09-22 | 2 | -3/+61 |
| | | | | | | | | | | | | | | | | | | | | | * Fix issue with long wait for passed timer [bugfix] This fixes a small issue where a timer that had been completed while code executed would still wait for more events before being considered completed. This would in some scenarios incur a 500ms delay to the completion of a timer. * Refactor logic into * Add test case based on original issue * Use longer timeouts to be more lenient in checking * Revert to short timeouts, but widen the accepted range * Widen accepted range further, it is meant to check for a 500ms delay after all * Increase poll timeout to make it easier to detect mistakes | ||||
* | living in unix-land, eye to eye, where nothing ever works; fixes #12226 | Andreas Rumpf | 2019-09-21 | 1 | -2/+6 |
| | |||||
* | documentation updates | Andreas Rumpf | 2019-09-21 | 2 | -76/+30 |
| | |||||
* | cleanup importjs implementation | Andreas Rumpf | 2019-09-21 | 2 | -13/+9 |
| | |||||
* | fixes #12224 (#12225) | cooldome | 2019-09-21 | 3 | -5/+31 |
| | | | | | | * fixes #12224 * improve test | ||||
* | makes tests green again | Andreas Rumpf | 2019-09-21 | 1 | -9/+9 |
| | |||||
* | last stdlib cleanups | Araq | 2019-09-21 | 31 | -42/+136 |
| | |||||
* | htmlgen update; don't use deprecated callsite feature | Araq | 2019-09-21 | 1 | -130/+12 |
| | |||||
* | asyndispatch: removed deprecated setEvent proc | Araq | 2019-09-21 | 3 | -12/+8 |
| | |||||
* | json: removed deprecatedGet pragma | Araq | 2019-09-21 | 1 | -10/+1 |
| | |||||
* | updated lib.rst and added some useful missing modules | Araq | 2019-09-21 | 1 | -2/+14 |
| | |||||
* | removed the deprecatedGet pragma | Araq | 2019-09-21 | 1 | -3/+2 |
| | |||||
* | updated comment in ast.nim | Araq | 2019-09-21 | 1 | -1/+0 |
| | |||||
* | smtp: renamed starttls to startTls | Araq | 2019-09-21 | 1 | -4/+4 |
| | |||||
* | lib\pure\htmlgen.nim | Araq | 2019-09-21 | 5 | -116/+0 |
| | | | | avoid callsite for htmlgen | ||||
* | mark events.nim as unstable | Araq | 2019-09-21 | 1 | -0/+2 |
| | |||||
* | lib.rst cleanups and reorderings | Araq | 2019-09-21 | 1 | -203/+212 |
| | |||||
* | importjs symbol (#12218) | Arne Döring | 2019-09-20 | 7 | -24/+388 |
| | | | | | * importjs symbol * importjs warning message, minor warning fixes | ||||
* | consistent floating point output (#12219) | Andreas Rumpf | 2019-09-20 | 4 | -34/+81 |
| | | | | | * unify float printing * makes tests green | ||||
* | expose more fields of TNimType | Araq | 2019-09-19 | 1 | -4/+4 |
| | |||||
* | fixes #10981; fixes #7261 (#12217) | Andreas Rumpf | 2019-09-19 | 2 | -1/+103 |
| | |||||
* | Update Android and iOS cross compile docs. (#12215) | treeform | 2019-09-19 | 1 | -10/+51 |
| | | | | | | * Update Cross compilation, add noMain section. * Small world update, note about XCode clean. | ||||
* | Add --os:ios switch and docs. (#12204) | treeform | 2019-09-18 | 3 | -4/+17 |
| | |||||
* | add nodeId proc to macros (#11456) | Arne Döring | 2019-09-18 | 6 | -2/+18 |
| | | | | | | | | * add nodeId proc to macros * add doc comment. * fix typo | ||||
* | fixes #12186 | Araq | 2019-09-18 | 2 | -2/+9 |
| | |||||
* | fixes #12209 | Araq | 2019-09-18 | 1 | -2/+2 |
| | |||||
* | rename cast opcodes, fix for 32bit cast, fix python pretty printer (#12207) | Arne Döring | 2019-09-18 | 5 | -17/+34 |
| | |||||
* | Fix typo (#12210) [ci skip] | Vitor Oliveira | 2019-09-18 | 1 | -6/+6 |
| | |||||
* | Add -d:androidNDK to fix echo on Android NDK builds. (#12203) | treeform | 2019-09-17 | 2 | -19/+46 |
| | | | | | | | | * Add -d:echoToAndroidLog to fix echo. * Change to androidNDK and add docs. * Some word changes to docs. | ||||
* | fix #12200, cannot 'inc' CountTable by a negative value (#12208) | Miran | 2019-09-17 | 1 | -2/+5 |
| | | | | | | * fix #12200, cannot 'inc' CountTable by a negative value * use Positive | ||||
* | fixes the testcase | Araq | 2019-09-17 | 1 | -2/+1 |
| | |||||
* | added a testcase for #12195; testament now supports a 'timeout' spec field | Araq | 2019-09-17 | 5 | -1/+52 |
| | |||||
* | fixes #12195 | Araq | 2019-09-17 | 3 | -25/+32 |
| | |||||
* | gc:destructors progress | Andreas Rumpf | 2019-09-16 | 6 | -8/+72 |
| | |||||
* | gc_common: typo | Andreas Rumpf | 2019-09-16 | 1 | -1/+1 |
| | |||||
* | make --useVersion's documentation reflect reality | Andreas Rumpf | 2019-09-16 | 1 | -1/+1 |
| | |||||
* | fixes #12193 (#12199) | Andreas Rumpf | 2019-09-16 | 2 | -2/+19 |
| | |||||
* | some gc:destructors progress | Andreas Rumpf | 2019-09-16 | 2 | -15/+1 |
| | |||||
* | fixes #12196 | Araq | 2019-09-16 | 2 | -6/+13 |
| | |||||
* | better implementation | Araq | 2019-09-16 | 1 | -2/+8 |
| | |||||
* | fixes a weird quote do regression | Andreas Rumpf | 2019-09-16 | 2 | -2/+3 |
| | |||||
* | make tests green again | Andreas Rumpf | 2019-09-13 | 1 | -1/+1 |
| |