Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | renamed future.nim to sugar.nim | Araq | 2018-04-06 | 1 | -198/+2 |
| | |||||
* | Move asArray macro back to sequtils | Fredrik Høisæther Rasch | 2017-11-18 | 1 | -30/+0 |
| | | | | This reverts commit 72f653c2daa5c629ed8a57a4f53dcef56432aa26. | ||||
* | Revert "Move asArray and ListComprehension to new sugar module" | Fredrik Høisæther Rasch | 2017-11-18 | 1 | -0/+87 |
| | | | | This reverts commit 9bdee897747d3345d1c7722b3440d7cf38460f40. | ||||
* | Move asArray and ListComprehension to new sugar module | Fredrik Høisæther Rasch | 2017-11-18 | 1 | -87/+0 |
| | |||||
* | asarray targetType parameter does not need to be a typedesc. | Fredrik Høisæther Rasch | 2017-11-18 | 1 | -3/+5 |
| | |||||
* | asArray poduces a cal expression instead of a dot expression | Fredrik Høisæther Rasch | 2017-11-18 | 1 | -4/+4 |
| | |||||
* | Moving asArray to future module | Fredrik Høisæther Rasch | 2017-11-18 | 1 | -1/+29 |
| | | | | As per [suggestion](https://github.com/nim-lang/Nim/pull/6640#issuecomment-341565453) made by @Araq | ||||
* | more replacements for the deprecated '<' | Andreas Rumpf | 2017-10-29 | 1 | -3/+3 |
| | |||||
* | Added a dump macro for debugging | Andrea Ferretti | 2016-09-22 | 1 | -0/+21 |
| | |||||
* | stdlib and compiler don't use .immediate anymore | Andreas Rumpf | 2016-07-29 | 1 | -3/+3 |
| | |||||
* | fixes #4238 | Andreas Rumpf | 2016-05-30 | 1 | -6/+2 |
| | |||||
* | nimrod -> nim | Erik Johansson Andersson | 2016-02-05 | 1 | -1/+1 |
| | |||||
* | fixing TypelessParam warning in x=>x+1, added test | Peter Mora | 2015-09-22 | 1 | -2/+2 |
| | |||||
* | Rename PNimrodNode to NimNode | def | 2015-03-17 | 1 | -5/+5 |
| | |||||
* | Remove unnecessary check in list comprehensions | def | 2015-01-10 | 1 | -1/+0 |
| | |||||
* | Happy new year! | Guillaume Gelin | 2015-01-06 | 1 | -1/+1 |
| | |||||
* | allow () in more contexts | Araq | 2014-12-19 | 1 | -0/+10 |
| | |||||
* | Merge branch 'devel' into bigbreak | Araq | 2014-11-03 | 1 | -0/+57 |
|\ | | | | | | | | | | | | | | | Conflicts: lib/impure/db_postgres.nim lib/pure/json.nim lib/pure/math.nim lib/system/atomics.nim | ||||
| * | Extend list comprehension documentation | def | 2014-08-03 | 1 | -16/+20 |
| | | |||||
| * | Add list comprehensions to future module | def | 2014-08-03 | 1 | -0/+53 |
| | | |||||
* | | Nimrod renamed to Nim | Araq | 2014-08-28 | 1 | -2/+2 |
| | | |||||
* | | big rename | Araq | 2014-08-27 | 1 | -1/+1 |
|/ | |||||
* | `=>` macro tripped on generic return types | Billingsly Wetherfordshire | 2014-05-19 | 1 | -1/+0 |
| | | | example fail `(a:int,b:int) -> Foo[int] => Foo[int](x: a + b)` | ||||
* | doc2 likes future.nim now | Araq | 2014-04-21 | 1 | -1/+1 |
| | |||||
* | Fixed docs in future module. | Dominik Picheta | 2014-04-20 | 1 | -2/+2 |
| | |||||
* | Param name and type combos now work in type sig. sugar. | Dominik Picheta | 2014-04-20 | 1 | -2/+9 |
| | |||||
* | Remove echo from => macro and fix tclosuremacro test. | Dominik Picheta | 2014-04-20 | 1 | -2/+2 |
| | |||||
* | Added new future module with a closure macro. | Dominik Picheta | 2014-04-20 | 1 | -0/+111 |