Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove lower module | Aleksey Kladov | 2019-03-17 | 1 | -1/+1 |
| | |||||
* | Implement syntax tree support for syntax inside string | Ville Penttinen | 2019-03-04 | 1 | -0/+118 |
| | | | | | | This allows us to select a string or portions of it and try parsing it as rust syntax. This is mostly helpful when developing tests where the test itself contains some rust syntax as a string. | ||||
* | Add optional range parameter to SyntaxTreeParams | Ville Penttinen | 2019-03-03 | 1 | -1/+135 |
| | | | | | When range is provided, instead of showing the syntax for the whole file, we'll show the syntax tree for the given range. | ||||
* | remove ignored macro tests | Aleksey Kladov | 2019-02-19 | 1 | -18/+1 |
| | | | | | we need to significantly reengineer macros, so the tests as they exist are useless | ||||
* | Refactor find_all_refs to return ReferenceSearchResult | Ville Penttinen | 2019-02-17 | 1 | -3/+4 |
| | |||||
* | Keep track of crate edition | Florian Diebold | 2019-02-13 | 1 | -2/+2 |
| | |||||
* | Remove unnecessary braces | Ville Penttinen | 2019-02-13 | 1 | -31/+25 |
| | |||||
* | Add support for container_name in workspace/symbol query | Ville Penttinen | 2019-02-12 | 1 | -2/+56 |
| | |||||
* | remove hard-coded query-group macro | Aleksey Kladov | 2019-02-11 | 1 | -0/+1 |
| | |||||
* | Update test to use correct paths | Erlend Tobiassen | 2019-01-27 | 1 | -6/+6 |
| | |||||
* | Update snaps | Jeremy A. Kolb | 2019-01-22 | 1 | -4/+6 |
| | |||||
* | prefer inline tests | gfreezy | 2019-01-19 | 3 | -199/+0 |
| | |||||
* | move rename to a new mod | gfreezy | 2019-01-19 | 3 | -5/+87 |
| | |||||
* | rename mod | gfreezy | 2019-01-19 | 1 | -9/+32 |
| | |||||
* | switch to insta for testing | Aleksey Kladov | 2019-01-15 | 3 | -125/+30 |
| | |||||
* | fix tests | Aleksey Kladov | 2019-01-11 | 1 | -38/+2 |
| | |||||
* | fix usages after rename | Aleksey Kladov | 2019-01-08 | 2 | -0/+358 |