Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | simplify | Aleksey Kladov | 2019-02-20 | 1 | -271/+0 |
| | |||||
* | remove TokenPos | Aleksey Kladov | 2019-02-20 | 1 | -15/+15 |
| | |||||
* | flattern module structure | Aleksey Kladov | 2019-02-20 | 1 | -1/+1 |
| | |||||
* | merge parse_impl and parser_api | Aleksey Kladov | 2019-02-20 | 1 | -16/+92 |
| | |||||
* | switch to dynamic dispatch for TokenSource | Aleksey Kladov | 2019-02-20 | 1 | -4/+2 |
| | | | | | | | | | | | Benchmarks show no difference. This is probably because we are bottlenecked on memory allocations, and we should fix that, but we are not optimizing for performance just yet. changes. Lines starting # with '#' will be ignored, and an empty message aborts the commit. # # On branch token-source # Changes to be committed: # modified: crates/ra_syntax/src/parsing/parser_api.rs # modified: crates/ra_syntax/src/parsing/parser_impl.rs # | ||||
* | route parsing via TokenSource trait | Aleksey Kladov | 2019-02-20 | 1 | -1/+3 |
| | |||||
* | move all parsing related bits to a separate module | Aleksey Kladov | 2019-02-20 | 1 | -0/+195 |