summary refs log tree commit diff stats
path: root/lib/pure/future.nim
Commit message (Collapse)AuthorAgeFilesLines
* renamed future.nim to sugar.nimAraq2018-04-061-198/+2
|
* Move asArray macro back to sequtilsFredrik Høisæther Rasch2017-11-181-30/+0
| | | | This reverts commit 72f653c2daa5c629ed8a57a4f53dcef56432aa26.
* Revert "Move asArray and ListComprehension to new sugar module"Fredrik Høisæther Rasch2017-11-181-0/+87
| | | | This reverts commit 9bdee897747d3345d1c7722b3440d7cf38460f40.
* Move asArray and ListComprehension to new sugar moduleFredrik Høisæther Rasch2017-11-181-87/+0
|
* asarray targetType parameter does not need to be a typedesc.Fredrik Høisæther Rasch2017-11-181-3/+5
|
* asArray poduces a cal expression instead of a dot expressionFredrik Høisæther Rasch2017-11-181-4/+4
|
* Moving asArray to future moduleFredrik Høisæther Rasch2017-11-181-1/+29
| | | | As per [suggestion](https://github.com/nim-lang/Nim/pull/6640#issuecomment-341565453) made by @Araq
* 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