Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | allow omitting stmts using `finally` as post expr blocks; make it consistent ... | ringabout | 2023-02-14 | 1 | -0/+11 |
* | unify tuple expressions (#13793) | Arne Döring | 2021-03-30 | 1 | -3/+3 |
* | 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 |
* | 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 |
* | 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 |
* | fully consisent parsing between the new and the old 'do blocks' | Zahary Karadjov | 2017-04-10 | 1 | -0/+478 |