summary refs log tree commit diff stats
path: root/lib/pure/future.nim
Commit message (Collapse)AuthorAgeFilesLines
* more replacements for the deprecated '<'Andreas Rumpf2017-10-291-3/+3
|
* Added a dump macro for debuggingAndrea Ferretti2016-09-221-0/+21
|
* stdlib and compiler don't use .immediate anymoreAndreas Rumpf2016-07-291-3/+3
|
* fixes #4238Andreas Rumpf2016-05-301-6/+2
|
* nimrod -> nimErik Johansson Andersson2016-02-051-1/+1
|
* fixing TypelessParam warning in x=>x+1, added testPeter Mora2015-09-221-2/+2
|
* Rename PNimrodNode to NimNodedef2015-03-171-5/+5
|
* Remove unnecessary check in list comprehensionsdef2015-01-101-1/+0
|
* Happy new year!Guillaume Gelin2015-01-061-1/+1
|
* 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