summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* preparations for better handling of 'a[i]' in generics; stmt lists can be lva...Araq2015-09-122-2/+13
* config cleanupAraq2015-09-101-12/+2
* implicit return types for iterators are now deprecatedAraq2015-09-103-1/+3
* fixes #1528Araq2015-09-103-25/+14
* minor testsuite cleanupAraq2015-09-102-2/+2
* documented void contextAraq2015-09-101-0/+18
* fixes Nim's bigbang regressionAraq2015-09-101-2/+2
* fixes #3195Araq2015-09-101-2/+24
* fixes #2559Araq2015-09-106-18/+26
* fixes a critical codegen bug triggered by .asyncAraq2015-09-104-52/+72
* Merge pull request #3274 from yglukhov/seq-insert-js-fixAndreas Rumpf2015-09-092-13/+34
|\
| * Fixed seq.insert and seq.delete for js.Yuriy Glukhov2015-09-072-13/+34
* | fixes typoAraq2015-09-091-1/+1
* | fixes #3230Araq2015-09-092-1/+17
* | Merge pull request #3303 from Amrykid/amrykid-name-changeAndreas Rumpf2015-09-083-6/+6
|\ \
| * | Fixed my name.Alexander Mitchell-Robinson2015-09-073-6/+6
* | | fixes #3300Araq2015-09-081-1/+1
* | | minor documentation cleanupsAraq2015-09-083-5/+8
* | | gangbang support for NimScriptAraq2015-09-081-2/+9
* | | NimScript: make the compiler shut up about effects it doesn't know aboutAraq2015-09-081-0/+5
* | | even better docsAraq2015-09-082-7/+20
* | | Merge pull request #3306 from SSPkrolik/oids-add-comparatorDominik Picheta2015-09-081-0/+4
|\ \ \ | |/ / |/| |
| * | Added == operator for comparing two Object IDsRostyslav Dzinko2015-09-081-0/+4
|/ /
* | Merge pull request #3298 from haiodo/improve-xmltreeDominik Picheta2015-09-071-0/+11
|\ \ | |/ |/|
| * Merge remote-tracking branch 'upstream/devel' into improve-xmltreeAndrey Sobolev2015-09-0713-54/+261
| |\ | |/ |/|
* | 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
| | * allow to delete xmlnode childsAndrey Sobolev2015-09-071-0/+5
| | * add text modification procAndrey Sobolev2015-09-071-0/+6
| |/ |/|
* | 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