Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |