Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 'lock levels' are deprecated, now a noop (#20539) | ringabout | 2022-10-11 | 1 | -1/+1 |
| | | | | | * 'lock levels' are deprecated, now a noop * fixes tests | ||||
* | fixed nim-lang/nimsuggest#48 type aware sug (#16814) | Saem Ghani | 2021-01-25 | 1 | -3/+3 |
| | | | | * suggesting identifiers accounts context over scope (distance) * key takeaway: context fit is prioritized over a heuristics like scope | ||||
* | Allow void macro result (#11286) | Arne Döring | 2019-05-21 | 1 | -1/+1 |
| | | | | | * allow void macro result * add test for void macro result type | ||||
* | compiler/types: correctly generates signature for non-proc types (#10658) | alaviss | 2019-02-13 | 1 | -0/+12 |
This makes signatures generated for nimsuggest correctly distinguish template/macro/converter from proc. |