Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | unify tuple expressions (#13793) | Arne Döring | 2021-03-30 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * unify tuple expressions * fix test * fix test * apply feedback * Handle empty tuples * Fix rendering named unary tuple * Protect static NimNode against stripping * Slightly less hacky * Revert "Slightly less hacky" This reverts commit 170c5aec0addc029f637afbc948700ca006b7942. * Slightly less hacky * Cleanup * Fix test * Fix another test * Add condsym * Rebase fallout * changelog: Move from compiler changes to language changes * Add stricter tests * Add empty tuple example to doc/astspec * Fix test Co-authored-by: Clyybber <darkmine956@gmail.com> | ||||
* | add finally as post expr block [backport:1.4] (#16896) | hlaaftana | 2021-02-01 | 1 | -0/+115 |
| | |||||
* | Get symbol kind (#7491) | Arne Döring | 2018-04-11 | 1 | -89/+89 |
| | |||||
* | Fixes #7473 (#7475) | Arne Döring | 2018-04-04 | 1 | -5/+4 |
| | | | | | * removed code duplication * changelog entry, adopt tests for changes | ||||
* | make tests green again | Andreas Rumpf | 2017-11-19 | 1 | -89/+89 |
| | |||||
* | Restore the old behavior of parsing "quote do:" | Zahary Karadjov | 2017-08-19 | 1 | -182/+212 |
| | | | | close #5845 | ||||
* | fix a parsing regression (do is still mandatory in some situations) | Zahary Karadjov | 2017-04-14 | 1 | -0/+16 |
| | |||||
* | fix a parsing regression (calls with do inside param lists) | Zahary Karadjov | 2017-04-10 | 1 | -0/+19 |
| | | | | | This treatment is applied only when "do" is used, because the code foo(x: bar) is recognized as object construction. | ||||
* | fully consisent parsing between the new and the old 'do blocks' | Zahary Karadjov | 2017-04-10 | 1 | -0/+478 |