Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |