Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | fixes #1528 | Araq | 2015-09-10 | 3 | -25/+14 | |
* | | | | | | minor testsuite cleanup | Araq | 2015-09-10 | 2 | -2/+2 | |
* | | | | | | documented void context | Araq | 2015-09-10 | 1 | -0/+18 | |
|/ / / / / | ||||||
* | | | | | fixes Nim's bigbang regression | Araq | 2015-09-10 | 1 | -2/+2 | |
* | | | | | fixes #3195 | Araq | 2015-09-10 | 1 | -2/+24 | |
* | | | | | fixes #2559 | Araq | 2015-09-10 | 6 | -18/+26 | |
* | | | | | fixes a critical codegen bug triggered by .async | Araq | 2015-09-10 | 4 | -52/+72 | |
|/ / / / | ||||||
* | | | | Merge pull request #3274 from yglukhov/seq-insert-js-fix | Andreas Rumpf | 2015-09-09 | 2 | -13/+34 | |
|\ \ \ \ | ||||||
| * | | | | Fixed seq.insert and seq.delete for js. | Yuriy Glukhov | 2015-09-07 | 2 | -13/+34 | |
* | | | | | fixes typo | Araq | 2015-09-09 | 1 | -1/+1 | |
* | | | | | fixes #3230 | Araq | 2015-09-09 | 2 | -1/+17 | |
| |/ / / |/| | | | ||||||
* | | | | Merge pull request #3303 from Amrykid/amrykid-name-change | Andreas Rumpf | 2015-09-08 | 3 | -6/+6 | |
|\ \ \ \ | ||||||
| * | | | | Fixed my name. | Alexander Mitchell-Robinson | 2015-09-07 | 3 | -6/+6 | |
| | |/ / | |/| | | ||||||
* | | | | fixes #3300 | Araq | 2015-09-08 | 1 | -1/+1 | |
* | | | | minor documentation cleanups | Araq | 2015-09-08 | 3 | -5/+8 | |
* | | | | gangbang support for NimScript | Araq | 2015-09-08 | 1 | -2/+9 | |
* | | | | NimScript: make the compiler shut up about effects it doesn't know about | Araq | 2015-09-08 | 1 | -0/+5 | |
* | | | | even better docs | Araq | 2015-09-08 | 2 | -7/+20 | |
* | | | | Merge pull request #3306 from SSPkrolik/oids-add-comparator | Dominik Picheta | 2015-09-08 | 1 | -0/+4 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Added == operator for comparing two Object IDs | Rostyslav Dzinko | 2015-09-08 | 1 | -0/+4 | |
|/ / / | ||||||
* | | | Merge pull request #3298 from haiodo/improve-xmltree | Dominik Picheta | 2015-09-07 | 1 | -0/+11 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Merge remote-tracking branch 'upstream/devel' into improve-xmltree | Andrey Sobolev | 2015-09-07 | 13 | -54/+261 | |
| |\ \ | |/ / |/| | | ||||||
* | | | Merge pull request #3293 from Matt14916/usebase-msg-fix | Andreas Rumpf | 2015-09-07 | 1 | -1/+1 | |
|\ \ \ | ||||||
| * | | | Replace incorrect warning string. | Matt Sullivan | 2015-09-05 | 1 | -1/+1 | |
* | | | | Merge pull request #3295 from nanoant/patch/fix-type-to-string-flags | Andreas Rumpf | 2015-09-07 | 1 | -6/+11 | |
|\ \ \ \ | ||||||
| * | | | | typeToString: Fix shared/not nil on complex types | Adam Strzelecki | 2015-09-06 | 1 | -6/+11 | |
| |/ / / | ||||||
* | | | | Merge pull request #3291 from yglukhov/nimvm-generic-fix | Andreas Rumpf | 2015-09-07 | 3 | -8/+14 | |
|\ \ \ \ | ||||||
| * | | | | Fixed nimvm in generics. | Yuriy Glukhov | 2015-09-07 | 3 | -8/+14 | |
|/ / / / | ||||||
* | | | | Nimscript: documented; 'exec' now produces output immediately | Araq | 2015-09-07 | 2 | -31/+103 | |
* | | | | documented NimScript | Araq | 2015-09-07 | 6 | -8/+132 | |
| | * | | allow to delete xmlnode childs | Andrey Sobolev | 2015-09-07 | 1 | -0/+5 | |
| | * | | add text modification proc | Andrey Sobolev | 2015-09-07 | 1 | -0/+6 | |
| |/ / |/| | | ||||||
* | | | Fixes dom96/jester#45. | Dominik Picheta | 2015-09-06 | 1 | -0/+1 | |
* | | | Merge pull request #3294 from jlp765/db_sqliteDoco | Dominik Picheta | 2015-09-06 | 1 | -4/+38 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Clean up a line ending | JamesP | 2015-09-06 | 1 | -1/+1 | |
| * | | instantRows doco added "the" to improve readability | JamesP | 2015-09-06 | 1 | -1/+1 | |
| * | | fastRows() iterator doco updated (similar to db_mysql) with sqlite specific | JamesP | 2015-09-06 | 1 | -3/+7 | |
| * | | Add example (similar to db_mysql) with changes to table definition | JamesP | 2015-09-06 | 1 | -0/+30 | |
|/ / | ||||||
* | | attempt to support recursions for spawn | Araq | 2015-09-06 | 1 | -2/+20 | |
* | | added missing test | Araq | 2015-09-06 | 1 | -0/+30 | |
* | | fixes #2590; methods now require a .base annotation | Araq | 2015-09-06 | 17 | -32/+69 | |
* | | Merge branch 'jlp765-db_mysqlExamples' into devel | Dominik Picheta | 2015-09-05 | 1 | -4/+39 | |
|\ \ | ||||||
| * | | Bold emphasis and fix typo. | Dominik Picheta | 2015-09-05 | 1 | -2/+2 | |
| * | | Merge branch 'db_mysqlExamples' of https://github.com/jlp765/Nim into jlp765-... | Dominik Picheta | 2015-09-05 | 1 | -4/+39 | |
|/| | | ||||||
| * | | Cleanup of line endings | JamesP | 2015-09-05 | 1 | -34/+34 | |
| * | | instantRows doco updated with "the" to improve readability | JamesP | 2015-09-05 | 1 | -1/+1 | |
| * | | fastRows iterator doco updated to clarify what happens | JamesP | 2015-09-05 | 1 | -3/+7 | |
| * | | lib/impure/db_mysql add example code-block | JamesP | 2015-08-29 | 1 | -0/+31 | |
* | | | Merge pull request #3283 from yglukhov/vm-fix | Andreas Rumpf | 2015-09-05 | 6 | -23/+43 | |
|\ \ \ | ||||||
| * | | | VM produces objects. | Yuriy Glukhov | 2015-09-05 | 6 | -23/+43 | |
|/ / / |