summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* minor website improvementsAraq2016-11-282-13/+13
|
* Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2016-11-2813-56/+342
|\
| * Merge pull request #4878 from yglukhov/gc-frameinfoAndreas Rumpf2016-11-281-14/+11
| |\ | | | | | | Cosmetics
| | * DRY frame info setting out to a template.Yuriy Glukhov2016-11-031-14/+11
| | |
| * | Merge pull request #5044 from endragor/dequesAndreas Rumpf2016-11-2810-25/+297
| |\ \ | | | | | | | | Added deques module, deprecating queues
| | * | Added deques module, deprecating queuesRuslan Mustakov2016-11-2410-25/+297
| | | |
| * | | Merge pull request #5061 from yglukhov/test-case-fixupAndreas Rumpf2016-11-281-3/+3
| |\ \ \ | | | | | | | | | | Corrected test case for #5057.
| | * | | Corrected test case for #5057.Yuriy Glukhov2016-11-271-3/+3
| | | | |
| * | | | Merge pull request #5063 from deech/nimeval-fixAndreas Rumpf2016-11-281-5/+6
| |\ \ \ \ | | |/ / / | |/| | | Fix compilation error in nimeval.
| | * | | Fix compilation error in nimeval.Aditya Siram2016-11-271-5/+6
| |/ / /
| * | | Merge pull request #5059 from yglukhov/ordered-table-delAndreas Rumpf2016-11-271-12/+28
| |\ \ \ | | |/ / | |/| | Fixes #5057
| | * | Fixes #5057Yuriy Glukhov2016-11-261-12/+28
| |/ /
* | | system.deepCopy should show old behaviourAndreas Rumpf2016-11-281-1/+6
| | |
* | | use -d:nimTypeNames to create RTTI with type namesAndreas Rumpf2016-11-282-0/+4
| | |
* | | deepcopy fixAndreas Rumpf2016-11-261-31/+75
|/ /
* | recursive modules are only detected to improve error messagesAndreas Rumpf2016-11-2412-23/+57
| |
* | make tests green againAndreas Rumpf2016-11-245-12/+23
| |
* | reverted deepcopy fix for nowAndreas Rumpf2016-11-242-75/+32
| |
* | another attempt to make travis green againAndreas Rumpf2016-11-241-1/+1
| |
* | attempt to make travis green againAndreas Rumpf2016-11-241-2/+1
| |
* | make tests green againAndreas Rumpf2016-11-242-3/+3
| |
* | further memtracking improvementsAndreas Rumpf2016-11-245-8/+29
| |
* | disallow recursive module dependenciesAraq2016-11-2314-45/+47
| |
* | make tests green againAndreas Rumpf2016-11-221-17/+19
| |
* | sqlite: removes weird spacingAndreas Rumpf2016-11-221-1/+1
| |
* | better memory trackingAndreas Rumpf2016-11-222-55/+64
| |
* | documents --excessiveStackTrace switchAndreas Rumpf2016-11-221-0/+2
| |
* | Fixes asyncdispatch.all completing its res future more than once.Dominik Picheta2016-11-211-15/+16
| |
* | Fix inaccuracy surrounding Nimble in doc/nims.rst.Dominik Picheta2016-11-211-16/+2
| |
* | Merge pull request #5041 from cheatfate/upcoming_async_update1Dominik Picheta2016-11-211-36/+60
|\ \ | | | | | | upcoming_asyncdispatch, make it compatible again
| * | make semantic equal to current versioncheatfate2016-11-201-36/+60
| | |
* | | json.toUgly also uses optimized string routinesAndreas Rumpf2016-11-211-2/+4
| | |
* | | speed up json core moduleAndreas Rumpf2016-11-211-11/+27
| | |
* | | string.add for floats and ints for more performance (JS not yet supported)Andreas Rumpf2016-11-211-28/+23
| | |
* | | first version of the new memory tracking featureAndreas Rumpf2016-11-2111-4/+167
| | |
* | | updated sqlite3 wrapper slightlyAndreas Rumpf2016-11-211-5/+6
| | |
* | | Put Nim in Action news in the slider on the front page.Dominik Picheta2016-11-201-4/+4
| | |
* | | Add new article about Nim in Action.Dominik Picheta2016-11-204-10/+66
|/ /
* | Merge pull request #5037 from FedericoCeratto/patch-18Dominik Picheta2016-11-191-0/+7
|\ \ | | | | | | Add [un]marshalling examples
| * | Add marshal format warningFederico Ceratto2016-11-191-0/+1
| | |
| * | Add [un]marshalling examplesFederico Ceratto2016-11-191-0/+6
| | |
* | | Async: Refactors asyncdispatch.poll.Dominik Picheta2016-11-191-31/+22
| | |
* | | Async: Fixes problem when callbacks add other callbacks.Dominik Picheta2016-11-191-6/+12
| | | | | | | | | | | | For context, see http://irclogs.nim-lang.org/19-11-2016.html#19:08:51
* | | Async: Further callbacks will no longer be called after an EAGAIN.Dominik Picheta2016-11-191-4/+14
|/ / | | | | | | For context, see discussion here https://gitter.im/nim-lang/Nim?at=583090a2df9f0f6e7f576e43 or here http://irclogs.nim-lang.org/19-11-2016.html#17:30:59.
* | Merge pull request #5036 from flyx/tablesdelfixAndreas Rumpf2016-11-193-15/+37
|\ \ | | | | | | Fixes #5035
| * | Fixes #5035Felix Krause2016-11-183-15/+37
| | |
* | | added test case for deepcopyAndreas Rumpf2016-11-191-0/+94
|/ /
* | fixes deepcopy regressionAndreas Rumpf2016-11-181-2/+4
| |
* | deepCopy: proper sharing of refsAndreas Rumpf2016-11-171-31/+73
| |
* | Merge pull request #5032 from enthus1ast/patch-1Dominik Picheta2016-11-171-1/+1
|\ \ | | | | | | fixed typo