summary refs log tree commit diff stats
path: root/lib/pure/future.nim
Commit message (Collapse)AuthorAgeFilesLines
* allow () in more contextsAraq2014-12-191-0/+10
|
* Merge branch 'devel' into bigbreakAraq2014-11-031-0/+57
|\ | | | | | | | | | | | | | | Conflicts: lib/impure/db_postgres.nim lib/pure/json.nim lib/pure/math.nim lib/system/atomics.nim
| * Extend list comprehension documentationdef2014-08-031-16/+20
| |
| * Add list comprehensions to future moduledef2014-08-031-0/+53
| |
* | Nimrod renamed to NimAraq2014-08-281-2/+2
| |
* | big renameAraq2014-08-271-1/+1
|/
* `=>` macro tripped on generic return typesBillingsly Wetherfordshire2014-05-191-1/+0
| | | example fail `(a:int,b:int) -> Foo[int] => Foo[int](x: a + b)`
* doc2 likes future.nim nowAraq2014-04-211-1/+1
|
* 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-201-2/+9
|
* 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