summary refs log tree commit diff stats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Param name and type combos now work in type sig. sugar.Dominik Picheta2014-04-201-2/+9
|
* spawn has a chance of working on posixAraq2014-04-201-4/+14
|
* reintroduce thread analysis but disable it for backwards compatibilityAraq2014-04-201-4/+6
|
* fixes bootstrappingAraq2014-04-202-2/+3
|
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-04-202-169/+410
|\
| * 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-201-2/+2
| | |
| * | Added new future module with a closure macro.Dominik Picheta2014-04-201-0/+111
| | |
* | | made large parts of the stdlib gcsafeAraq2014-04-2018-107/+128
|/ /
* | actors compile againAraq2014-04-205-25/+56
| |
* | attempt to fix bootstrappingAraq2014-04-201-1/+1
| |
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-04-209-4/+20
|\ \
| * | Fixes collections/ttables.Dominik Picheta2014-04-181-1/+1
| | |
| * | added an sqlite constantSimon Hafner2014-04-161-0/+1
| | |
| * | Improves startProcess docstring for poEvalCommand usage.Grzegorz Adam Hankiewicz2014-04-161-1/+9
| | |
| * | Fixes docgen.Dominik Picheta2014-04-152-2/+2
| | |
| * | Fixes typo to be able to use debugger.Grzegorz Adam Hankiewicz2014-04-151-1/+1
| | |
| * | Add checks for invalid socket when creating sockets.Dominik Picheta2014-04-155-0/+7
| | |
* | | marked markAndSweep GC thread safeAraq2014-04-201-8/+8
| | |
* | | New concurrency model: next stepsAraq2014-04-1914-82/+276
| | |
* | | first version of 'spawn'Araq2014-04-161-2/+5
| | |
* | | new concurrency model: first steps; shared is not a keyword anymoreAraq2014-04-142-4/+12
|/ /
* | Merge pull request #1084 from gradha/pr_adds_sequtils_splitSimon Hafner2014-04-131-0/+91
|\ \ | | | | | | Adds generic split proc to sequtils.
| * | Renames split to distribute. Refs #1084.Grzegorz Adam Hankiewicz2014-04-131-28/+29
| | |
| * | Adds generic split proc to sequtils.Grzegorz Adam Hankiewicz2014-04-111-0/+90
| |/
* | Implemented buffering for asynchronous sockets.Dominik Picheta2014-04-133-4/+38
| |
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAndreas Rumpf2014-04-135-81/+188
|\ \
| * | Adds split proc for strings with a string separator.Dominik Picheta2014-04-111-0/+20
| | |
| * | JS: Fixes math and streams module and implements json.Dominik Picheta2014-04-113-61/+134
| | |
| * | Fixes problems with JS code gen.Dominik Picheta2014-04-111-20/+34
| |/ | | | | | | | | | | | | --out for JS backend now works. setLen now works, this also fixes the base64 module. getCurrentExceptionMsg now also works with exceptions thrown by JS. log() supports a variable number of args now. Fixed some case sensitivity issues with arrayConstr and other functions.
* | fixes for asynchttpserverAndreas Rumpf2014-04-133-8/+15
| |
* | added mget for TSetAndreas Rumpf2014-04-131-0/+9
| |
* | added 'hash' for set[T]'Andreas Rumpf2014-04-131-0/+4
| |
* | fixes '==' for TTTableAndreas Rumpf2014-04-131-1/+1
| |
* | fixes '==' for TTTableAndreas Rumpf2014-04-131-1/+7
|/
* Merge pull request #1075 from flaviut/inlinedocsAndreas Rumpf2014-04-091-15/+105
|\ | | | | Add some documentations and code examples in system
| * Fix typos in system.nimflaviut2014-04-081-12/+12
| |
| * `Concatenates` was misspelledflaviut2014-04-081-6/+6
| |
| * Code example for `clamp`flaviut2014-04-081-1/+5
| |
| * Document inplace string appendingflaviut2014-04-081-0/+14
| |
| * Code examples for string concatinationflaviut2014-04-081-1/+16
| |
| * Code docs for `contains`, `in`, `is`, and `of`flaviut2014-04-081-1/+35
| |
| * Inline docs for sequence appendingflaviut2014-04-081-0/+23
| |