Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes addr/hiddenAddr in strictdefs (#23477) | ringabout | 2024-04-10 | 1 | -1/+1 |
| | |||||
* | Implement rendering of `[]=`, `{}`, `{}=` braces (#14539) | cooldome | 2020-06-01 | 1 | -1/+14 |
| | | | | | | | * render curly braces * fix typo * fix test Co-authored-by: cooldome <ariabushenko@bk.ru> | ||||
* | Fixes #11662: render ops priority (#11664) | cooldome | 2019-07-05 | 1 | -0/+5 |
| | |||||
* | Allow void macro result (#11286) | Arne Döring | 2019-05-21 | 1 | -11/+11 |
| | | | | | * allow void macro result * add test for void macro result type | ||||
* | fixes #10805 (#10806) | cooldome | 2019-03-13 | 1 | -0/+5 |
| | |||||
* | fixes #10807 (#10814) | cooldome | 2019-03-12 | 1 | -1/+11 |
| | | | | | * fixes #10807 * use nkAddr instead of nkHiddenAddr | ||||
* | Change the order of compilation passes, transformation is made lazy at code ↵ | cooldome | 2018-10-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | gen (#8489) * Ast no transformation * Add getImplNoTransform to the macros module * progress on delaying transf * Fix methods tranformation * Fix lazy lambdalifting * fix create thread wrapper * transform for lambda lifting * improve getImplTransformed * Fix destructor tests * try to fix nimprof for linux | ||||
* | Renderer bug fixes (#8804) | cooldome | 2018-09-07 | 1 | -1/+46 |
| | | | | | | Fixes #8763: render bug: pure enums not handled correctly Fixes #8762: render bug: binary operators called with quotes rendered incorrectly FIxes #8761: render bug: inversion of operator priorities | ||||
* | Render bug: if expression with statement list expression as condition (#8375) | cooldome | 2018-07-21 | 1 | -0/+16 |
| | | | | * Fixes #8348 | ||||
* | Fixes #8343, Fixes #8344 (#8347) | cooldome | 2018-07-18 | 1 | -1/+16 |
| | |||||
* | Fixes #8287 (#8288) | cooldome | 2018-07-12 | 1 | -0/+20 |
| | |||||
* | fix #5930 | Arne Döring | 2018-06-13 | 1 | -2/+2 |
| | |||||
* | Remove expr/stmt (#5857) | Arne Döring | 2017-07-25 | 1 | -2/+2 |
| | |||||
* | tests: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 1 | -1/+1 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | better tester | Araq | 2014-01-17 | 1 | -0/+26 |