summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Tester now ignores deprecation warnings.Dominik Picheta2014-04-211-2/+2
|
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-04-2113-63/+373
|\
| * Fixes #1119.Dominik Picheta2014-04-201-0/+1
| |
| * Merge pull request #1099 from Varriount/os/getFileInfoAndreas Rumpf2014-04-203-20/+256
| |\ | | | | | | Added os.getFileInfo procedure.
| | * Added tests for getFileInfo proc.Clay Sweetser2014-04-161-0/+93
| | |
| | * Fixed _get_osfhandle declaration.Clay Sweetser2014-04-161-1/+1
| | |
| | * Allowed getFileInfo to accept TFile objects.Clay Sweetser2014-04-161-1/+4
| | |
| | * Completed Linux/Posix implementation of getFileInfoClay Sweetser2014-04-162-23/+44
| | | | | | | | | | | | Moved parts of getFileInfo into a helper template.
| | * Added Posix implementation of getFileInfo, organized code.Clay Sweetser2014-04-161-31/+66
| | |
| | * Added Windows implementation of getFileInfo proceduresClay Sweetser2014-04-162-20/+104
| | |
| * | Merge pull request #1097 from gradha/pr_avoid_idetools_crashAndreas Rumpf2014-04-201-0/+1
| |\ \ | | | | | | | | Avoid idetools crash on nil parameters.
| | * | Avoids idetools crash on nil parameters.Grzegorz Adam Hankiewicz2014-04-151-0/+1
| | | |
| * | | Merge pull request #1107 from ReneSac/develAndreas Rumpf2014-04-201-20/+54
| |\ \ \ | | | | | | | | | | Additions and clarifications to tutorial 1.
| | * | | Referential data types may need to be declared.ReneSac2014-04-191-6/+7
| | | | | | | | | | | | | | | | | | | | And other small fixes.
| | * | | Additions and clarifications to tutorial 1.ReneSac2014-04-171-21/+54
| | | | |
| * | | | Merge pull request #1123 from flaviut/bug1110Andreas Rumpf2014-04-201-0/+10
| |\ \ \ \ | | | | | | | | | | | | Document vmgen.nim a bit
| | * | | | Document vmgen.nim a bitflaviut2014-04-201-0/+10
| | | | | |
| * | | | | Merge pull request #1124 from EXetoC/spawn-arg-checkAndreas Rumpf2014-04-202-1/+8
| |\ \ \ \ \ | | | | | | | | | | | | | | Spawn argument checking.
| | * | | | | Add test for bad spawn argument.EXetoC2014-04-201-0/+7
| | | | | | |
| | * | | | | Fix spawn ICE on invalid argument.EXetoC2014-04-201-1/+1
| | | | | | |
| * | | | | | Revert 4b09baa0a and 33fcd1123.Dominik Picheta2014-04-201-4/+2
| | | | | | |
| * | | | | | Fixed docs in future module.Dominik Picheta2014-04-201-2/+2
| | | | | | |
| * | | | | | Param name and type combos now work in type sig. sugar.Dominik Picheta2014-04-202-6/+13
| | | | | | |
| * | | | | | Fixes #1093.Dominik Picheta2014-04-203-10/+26
| | | | | | |
* | | | | | | attempt to make some tests greenAraq2014-04-214-16/+12
| | | | | | |
* | | | | | | fixes #1085Araq2014-04-212-2/+2
|/ / / / / /
* | | | | | spawn has a chance of working on posixAraq2014-04-201-4/+14
| | | | | |
* | | | | | reintroduce thread analysis but disable it for backwards compatibilityAraq2014-04-207-17/+26
| | | | | |
* | | | | | fixes bootstrappingAraq2014-04-202-2/+3
| | | | | |
* | | | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-04-206-171/+458
|\ \ \ \ \ \
| * \ \ \ \ \ Merge pull request #1076 from runvnc/redis_pipelineDominik Picheta2014-04-201-169/+299
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Redis: optional pipelining and better tested transactions
| | * | | | | | Use enumJason Livesay2014-04-201-11/+14
| | | | | | | |
| | * | | | | | delete extra statement from debuggingJason Livesay2014-04-171-1/+0
| | | | | | | |
| | * | | | | | Allow QUEUED reply only if pipelined; don't return status replies from ↵Jason Livesay2014-04-171-91/+95
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | flushPipeline; Rewrite someTests
| | * | | | | | delete echo statements used for debuggingJason Livesay2014-04-101-2/+0
| | | | | | | |
| | * | | | | | factor per commentsJason Livesay2014-04-101-143/+155
| | | | | | | |
| | * | | | | | Don't need ref string; use PPipeline instead of ref TPipelineJason Livesay2014-04-101-77/+77
| | | | | | | |
| | * | | | | | Redis: optional pipelining and better tested transactionsJason Livesay2014-04-091-119/+233
| | | | | | | |
| * | | | | | | Remove echo from => macro and fix tclosuremacro test.Dominik Picheta2014-04-202-22/+22
| | | | | | | |
| * | | | | | | Added new future module with a closure macro.Dominik Picheta2014-04-204-1/+158
| | | | | | | |
| * | | | | | | Removes tthreadanalysis3 from threadTests spec.Dominik Picheta2014-04-201-1/+1
| | |/ / / / / | |/| | | | |
* / | | | | | made large parts of the stdlib gcsafeAraq2014-04-2021-114/+139
|/ / / / / /
* | | | | | removed flawed thread analysis passAraq2014-04-2017-476/+23
| | | | | |
* | | | | | fixes OR for int8|int16 etcAraq2014-04-201-2/+2
| | | | | |
* | | | | | actors compile againAraq2014-04-209-30/+68
| | | | | |
* | | | | | attempt to fix bootstrappingAraq2014-04-201-1/+1
| | | | | |
* | | | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-04-2043-61/+123
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge pull request #1111 from gradha/pr_mentions_jsondoc_commandSimon Hafner2014-04-191-0/+1
| |\ \ \ \ \ | | | | | | | | | | | | | | Mentions jsondoc in compiler advanced help.
| | * | | | | Mentions jsondoc in compiler advanced help.Grzegorz Adam Hankiewicz2014-04-191-0/+1
| |/ / / / /
| * | | | | added `continue` to errStmtInvalidAfterReturnSimon Hafner2014-04-181-1/+1
| | | | | |