summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Fixed seq.insert and seq.delete for js.Yuriy Glukhov2015-09-072-13/+34
* Merge pull request #3293 from Matt14916/usebase-msg-fixAndreas Rumpf2015-09-071-1/+1
|\
| * Replace incorrect warning string.Matt Sullivan2015-09-051-1/+1
* | Merge pull request #3295 from nanoant/patch/fix-type-to-string-flagsAndreas Rumpf2015-09-071-6/+11
|\ \
| * | typeToString: Fix shared/not nil on complex typesAdam Strzelecki2015-09-061-6/+11
| |/
* | Merge pull request #3291 from yglukhov/nimvm-generic-fixAndreas Rumpf2015-09-073-8/+14
|\ \
| * | Fixed nimvm in generics.Yuriy Glukhov2015-09-073-8/+14
|/ /
* | Nimscript: documented; 'exec' now produces output immediatelyAraq2015-09-072-31/+103
* | documented NimScriptAraq2015-09-076-8/+132
* | Fixes dom96/jester#45.Dominik Picheta2015-09-061-0/+1
* | Merge pull request #3294 from jlp765/db_sqliteDocoDominik Picheta2015-09-061-4/+38
|\ \ | |/ |/|
| * Clean up a line endingJamesP2015-09-061-1/+1
| * instantRows doco added "the" to improve readabilityJamesP2015-09-061-1/+1
| * fastRows() iterator doco updated (similar to db_mysql) with sqlite specificJamesP2015-09-061-3/+7
| * Add example (similar to db_mysql) with changes to table definitionJamesP2015-09-061-0/+30
|/
* attempt to support recursions for spawnAraq2015-09-061-2/+20
* added missing testAraq2015-09-061-0/+30
* fixes #2590; methods now require a .base annotationAraq2015-09-0617-32/+69
* Merge branch 'jlp765-db_mysqlExamples' into develDominik Picheta2015-09-051-4/+39
|\
| * Bold emphasis and fix typo.Dominik Picheta2015-09-051-2/+2
| * Merge branch 'db_mysqlExamples' of https://github.com/jlp765/Nim into jlp765-...Dominik Picheta2015-09-051-4/+39
|/|
| * Cleanup of line endingsJamesP2015-09-051-34/+34
| * instantRows doco updated with "the" to improve readabilityJamesP2015-09-051-1/+1
| * fastRows iterator doco updated to clarify what happensJamesP2015-09-051-3/+7
| * 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