Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | Avoids idetools crash on nil parameters. | Grzegorz Adam Hankiewicz | 2014-04-15 | 1 | -0/+1 | |
| * | | | | | | Merge pull request #1107 from ReneSac/devel | Andreas Rumpf | 2014-04-20 | 1 | -20/+54 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Referential data types may need to be declared. | ReneSac | 2014-04-19 | 1 | -6/+7 | |
| | * | | | | | | Additions and clarifications to tutorial 1. | ReneSac | 2014-04-17 | 1 | -21/+54 | |
| * | | | | | | | Merge pull request #1123 from flaviut/bug1110 | Andreas Rumpf | 2014-04-20 | 1 | -0/+10 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Document vmgen.nim a bit | flaviut | 2014-04-20 | 1 | -0/+10 | |
| * | | | | | | | | Merge pull request #1124 from EXetoC/spawn-arg-check | Andreas Rumpf | 2014-04-20 | 2 | -1/+8 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Add test for bad spawn argument. | EXetoC | 2014-04-20 | 1 | -0/+7 | |
| | * | | | | | | | | Fix spawn ICE on invalid argument. | EXetoC | 2014-04-20 | 1 | -1/+1 | |
| | | |_|_|_|_|_|/ | | |/| | | | | | | ||||||
| * | | | | | | | | Revert 4b09baa0a and 33fcd1123. | Dominik Picheta | 2014-04-20 | 1 | -4/+2 | |
| * | | | | | | | | Fixed docs in future module. | Dominik Picheta | 2014-04-20 | 1 | -2/+2 | |
| * | | | | | | | | Param name and type combos now work in type sig. sugar. | Dominik Picheta | 2014-04-20 | 2 | -6/+13 | |
| * | | | | | | | | Fixes #1093. | Dominik Picheta | 2014-04-20 | 3 | -10/+26 | |
* | | | | | | | | | attempt to make some tests green | Araq | 2014-04-21 | 4 | -16/+12 | |
* | | | | | | | | | fixes #1085 | Araq | 2014-04-21 | 2 | -2/+2 | |
|/ / / / / / / / | ||||||
* | | | | | | | | spawn has a chance of working on posix | Araq | 2014-04-20 | 1 | -4/+14 | |
* | | | | | | | | reintroduce thread analysis but disable it for backwards compatibility | Araq | 2014-04-20 | 7 | -17/+26 | |
* | | | | | | | | fixes bootstrapping | Araq | 2014-04-20 | 2 | -2/+3 | |
* | | | | | | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-04-20 | 6 | -171/+458 | |
|\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge pull request #1076 from runvnc/redis_pipeline | Dominik Picheta | 2014-04-20 | 1 | -169/+299 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Use enum | Jason Livesay | 2014-04-20 | 1 | -11/+14 | |
| | * | | | | | | | | delete extra statement from debugging | Jason Livesay | 2014-04-17 | 1 | -1/+0 | |
| | * | | | | | | | | Allow QUEUED reply only if pipelined; don't return status replies from flushP... | Jason Livesay | 2014-04-17 | 1 | -91/+95 | |
| | * | | | | | | | | delete echo statements used for debugging | Jason Livesay | 2014-04-10 | 1 | -2/+0 | |
| | * | | | | | | | | factor per comments | Jason Livesay | 2014-04-10 | 1 | -143/+155 | |
| | * | | | | | | | | Don't need ref string; use PPipeline instead of ref TPipeline | Jason Livesay | 2014-04-10 | 1 | -77/+77 | |
| | * | | | | | | | | Redis: optional pipelining and better tested transactions | Jason Livesay | 2014-04-09 | 1 | -119/+233 | |
| | | |_|_|_|_|/ / | | |/| | | | | | | ||||||
| * | | | | | | | | Remove echo from => macro and fix tclosuremacro test. | Dominik Picheta | 2014-04-20 | 2 | -22/+22 | |
| * | | | | | | | | Added new future module with a closure macro. | Dominik Picheta | 2014-04-20 | 4 | -1/+158 | |
| * | | | | | | | | Removes tthreadanalysis3 from threadTests spec. | Dominik Picheta | 2014-04-20 | 1 | -1/+1 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* / | | | | | | | made large parts of the stdlib gcsafe | Araq | 2014-04-20 | 21 | -114/+139 | |
|/ / / / / / / | ||||||
* | | | | | | | removed flawed thread analysis pass | Araq | 2014-04-20 | 17 | -476/+23 | |
* | | | | | | | fixes OR for int8|int16 etc | Araq | 2014-04-20 | 1 | -2/+2 | |
* | | | | | | | actors compile again | Araq | 2014-04-20 | 9 | -30/+68 | |
| |_|_|_|_|/ |/| | | | | | ||||||
* | | | | | | attempt to fix bootstrapping | Araq | 2014-04-20 | 1 | -1/+1 | |
* | | | | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-04-20 | 43 | -61/+123 | |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | ||||||
| * | | | | | Merge pull request #1111 from gradha/pr_mentions_jsondoc_command | Simon Hafner | 2014-04-19 | 1 | -0/+1 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Mentions jsondoc in compiler advanced help. | Grzegorz Adam Hankiewicz | 2014-04-19 | 1 | -0/+1 | |
| |/ / / / / | ||||||
| * | | | | | added `continue` to errStmtInvalidAfterReturn | Simon Hafner | 2014-04-18 | 1 | -1/+1 | |
| * | | | | | Disabled tgtk test. | Dominik Picheta | 2014-04-19 | 1 | -1/+3 | |
| * | | | | | Improves tobjasgn test. | Dominik Picheta | 2014-04-18 | 1 | -6/+6 | |
| * | | | | | Fixes collections/ttables. | Dominik Picheta | 2014-04-18 | 1 | -1/+1 | |
| | |/ / / | |/| | | | ||||||
| * | | | | Merge pull request #1100 from gradha/pr_excludes_nimcache_from_backups | Varriount | 2014-04-17 | 2 | -1/+27 | |
| |\ \ \ \ | ||||||
| | * | | | | Adds option to exclude nimcache dirs from time machine backups. | Grzegorz Adam Hankiewicz | 2014-04-16 | 2 | -1/+27 | |
| * | | | | | added an sqlite constant | Simon Hafner | 2014-04-16 | 1 | -0/+1 | |
| * | | | | | Merge pull request #1102 from gradha/pr_improves_startProcess_docstring | Simon Hafner | 2014-04-16 | 1 | -1/+9 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Improves startProcess docstring for poEvalCommand usage. | Grzegorz Adam Hankiewicz | 2014-04-16 | 1 | -1/+9 | |
| * | | | | | | Merge pull request #1101 from gradha/pr_adds_missing_import | Simon Hafner | 2014-04-16 | 0 | -0/+0 | |
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||||
| | * | | | | | Adds missing import. | Grzegorz Adam Hankiewicz | 2014-04-16 | 1 | -1/+1 | |
| | |/ / / / | ||||||
| * | | | | | Tester now appreciates the test target. Modified 'cmd' in specs. | Dominik Picheta | 2014-04-16 | 24 | -31/+31 |