summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| * lib/impure/db_mysql add example code-blockJamesP2015-08-291-0/+31
* | Merge pull request #3283 from yglukhov/vm-fixAndreas Rumpf2015-09-056-23/+43
|\ \
| * | VM produces objects.Yuriy Glukhov2015-09-056-23/+43
|/ /
* | fixes DLL hell on WindowsAraq2015-09-055-7/+41
* | Nimble is officially a part of Nim nowAraq2015-09-054-5/+41
* | fixes #3282Araq2015-09-051-1/+1
* | Merge pull request #3286 from yglukhov/when-nimvmAndreas Rumpf2015-09-0510-14/+80
|\ \
| * | Added documentation for when nimvm statement.Yuriy Glukhov2015-09-051-2/+31
| * | nimvm is magicYuriy Glukhov2015-09-043-1/+8
| * | when nimvm stmt proof of conceptYuriy Glukhov2015-09-046-13/+43
* | | Merge pull request #3289 from nanoant/patch/fix-whitespaceAndreas Rumpf2015-09-04541-8543/+8542
|\ \ \
| * | | Trim remaining .txt files trailing whitespaceAdam Strzelecki2015-09-044-10/+10
| * | | examples: Trim .txt files trailing whitespaceAdam Strzelecki2015-09-045-42/+42
| * | | tests: Trim .txt files trailing whitespaceAdam Strzelecki2015-09-043-35/+35
| * | | doc: Trim .txt files trailing whitespaceAdam Strzelecki2015-09-0433-567/+567
| * | | empty.txt files: Trim trailing whitespaceAdam Strzelecki2015-09-042-2/+2
| * | | Convert contributors to UTF-8Adam Strzelecki2015-09-041-2/+1
| * | | examples: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-0415-141/+141
| * | | tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-04372-4485/+4485
| * | | tools: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-047-253/+253
| * | | lib: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-0467-2436/+2436
| * | | compiler: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-0432-570/+570
|/ / /
* | | Merge pull request #3288 from Snowie/develDominik Picheta2015-09-041-2/+10
|\ \ \
| * | | Include port in host header as expectedDoran2015-09-041-2/+10
* | | | Merge pull request #3285 from nanoant/patch/lib-pure-osproc-spawn-vs-fork-sim...Dominik Picheta2015-09-041-38/+39
|\ \ \ \ | |_|/ / |/| | |
| * | | osproc: Define and select spawn/fork same wayAdam Strzelecki2015-09-031-38/+39
* | | | split os into os and ospaths parts; ospaths is available for NimScript; bette...Araq2015-09-046-527/+605
| |/ / |/| |
* | | Merge pull request #3281 from nanoant/patch/lib-pure-times-hotfixDominik Picheta2015-09-031-14/+18
|\ \ \
| * | | times: Export & document countLeapYears/Years/DaysAdam Strzelecki2015-09-031-14/+18
* | | | improvements for NimScript supportAraq2015-09-033-59/+62
* | | | fixes 'line too long' warningsAraq2015-09-031-11/+18
* | | | optimized writetrackingAraq2015-09-031-139/+149
| |/ / |/| |
* | | Merge pull request #3273 from yglukhov/js-copy-fixAndreas Rumpf2015-09-031-9/+5
|\ \ \
| * | | Fixed JS copying.Yuriy Glukhov2015-08-311-9/+5
* | | | Merge pull request #3264 from jlp765/db_mysqlAndreas Rumpf2015-09-031-4/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | fixes #3220 lib/impure/db_mysql.nim getValue()JamesP2015-08-281-4/+1
* | | | Merge pull request #3280 from jlp765/endbAndreas Rumpf2015-09-031-2/+20
|\ \ \ \
| * | | | bug fix: Switch state to dbgSkipCurrent for Eval, Local & Global commands.JamesP2015-09-031-2/+20
| |/ / /
* | | | Merge pull request #3266 from rbehrends/fix-readlineAndreas Rumpf2015-09-031-1/+10
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix readLine handling of long lines.Reimer Behrends2015-08-281-1/+10
| |/ /
* | | 'var T' doesn't imply escapingAraq2015-09-021-1/+1
* | | formatFloat takes an optional decimalSep parameterAraq2015-09-012-10/+19
* | | write tracking: leaner code; minor bug fixes (still unusable)Araq2015-08-311-85/+61
* | | first implementation of write tracking and escape analysis; still disabledAraq2015-08-315-21/+319
* | | Merge branch 'reactormonk-coro-remove-prefix' into develDominik Picheta2015-08-301-19/+17
|\ \ \
| * | | Add :idx: for `suspend` in coro module.Dominik Picheta2015-08-301-0/+2
| * | | Merge branch 'coro-remove-prefix' of https://github.com/reactormonk/nim into ...Dominik Picheta2015-08-301-19/+15
|/| | |
| * | | coro.sleep -> suspendSimon Hafner2015-08-301-5/+5
| * | | removed coro deprecationsSimon Hafner2015-08-251-6/+0
| * | | removed coro prefixes from coro.nimSimon Hafner2015-08-251-17/+19