Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes a bug for 'dup' and 'with'; they can now handle nested statement lists ↵ | Araq | 2020-03-17 | 1 | -8/+1 |
| | | | | that can result from macros | ||||
* | added operateOn to sugar.nim to give Nim the chaining mechanism it de… ↵ | Andreas Rumpf | 2020-02-26 | 1 | -28/+38 |
| | | | | | | | | (#13092) * implemented the with stdlib module as specified in https://github.com/nim-lang/RFCs/issues/193 * change sugar.outplace to sugar.dup according to https://github.com/nim-lang/RFCs/issues/193 * changelog update | ||||
* | capture macro now accepts variables of different types (#13356) | Clyybber | 2020-02-15 | 1 | -3/+5 |
| | | | | | | | | | | * Capture macro can now accept variables of different types * Add test * Update examples * Use let instead of var | ||||
* | Fix capture for object types (#13315) | Clyybber | 2020-02-02 | 1 | -1/+1 |
| | | | | | | * Fix capture for object|tuple|... types * Add test case | ||||
* | Tiny since cleanup (#13286) | Clyybber | 2020-01-28 | 1 | -116/+116 |
| | |||||
* | distinctBase type trait for distinct types (#13031) | cooldome | 2020-01-08 | 1 | -20/+3 |
| | |||||
* | fixes #12874 (#12890) | Andreas Rumpf | 2019-12-13 | 1 | -8/+42 |
| | | | | | | * fixes #12874 * fixes introduced regressions | ||||
* | introduce capture macro (#12712) | Judd | 2019-12-10 | 1 | -0/+26 |
| | | | | capture works for more cases than `closureScope`. | ||||
* | [backport] Fix style issues in lib/, tools/, and testament/. Fixes #12687. ↵ | 3n-k1 | 2019-11-28 | 1 | -1/+1 |
| | | | | (#12754) | ||||
* | delete list comprehension (#12392) | Arne Döring | 2019-11-22 | 1 | -58/+0 |
| | | | The `lc` macro is now part of `graveyard` repository. | ||||
* | add collect macro (#12708) | b3liever | 2019-11-22 | 1 | -0/+97 |
| | | | | | | * add collect macro * Add to changelog | ||||
* | Implemented outplace differently (#12599) | Clyybber | 2019-11-09 | 1 | -0/+45 |
| | | | | | * implemented sugar.outplace; refs #12550 * Different approach, allows for chaining | ||||
* | Refactor json macro (#12391) | Arne Döring | 2019-10-17 | 1 | -1/+0 |
| | | | | | | | | * closes #12316 * make tjsonmacro work at js target * closes #12289 * closes #11988 * also fixed gdb related stuff | ||||
* | deprecated list comprehension (#10636) | Arne Döring | 2019-02-13 | 1 | -3/+4 |
| | |||||
* | fixes #9540 | Araq | 2018-10-29 | 1 | -2/+3 |
| | |||||
* | fixes #8519; implements T.distinctBase to reverse T = distinct A (#8531) | Timothee Cour | 2018-08-10 | 1 | -0/+38 |
| | |||||
* | make tests green again | Andreas Rumpf | 2018-04-13 | 1 | -2/+2 |
| | |||||
* | renamed future.nim to sugar.nim | Araq | 2018-04-06 | 1 | -0/+200 |