Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Make Analysis api cancellable | Kirill Bulatov | 2019-07-25 | 4 | -49/+58 | |
|/ | ||||||
* | show local variable types in completion | Ekaterina Babshukova | 2019-07-23 | 5 | -9/+22 | |
* | Code review fixes | Kirill Bulatov | 2019-07-22 | 1 | -29/+20 | |
* | Use SmolStr for the type text | Kirill Bulatov | 2019-07-21 | 1 | -3/+6 | |
* | Fix the string conversions | Kirill Bulatov | 2019-07-21 | 1 | -2/+2 | |
* | Merge branch 'master' into add-type-lenses | Kirill Bulatov | 2019-07-21 | 13 | -48/+155 | |
|\ | ||||||
| * | Merge #1570 | bors[bot] | 2019-07-21 | 10 | -37/+44 | |
| |\ | ||||||
| | * | streamline API | Aleksey Kladov | 2019-07-21 | 5 | -14/+21 | |
| | * | switch to upstream rowan's API | Aleksey Kladov | 2019-07-20 | 6 | -23/+23 | |
| * | | provide completion in struct patterns | Ekaterina Babshukova | 2019-07-21 | 4 | -11/+111 | |
| |/ | ||||||
* | | Resolve types on the server | Kirill Bulatov | 2019-07-21 | 2 | -54/+74 | |
* | | Code review fixes | Kirill Bulatov | 2019-07-21 | 3 | -69/+62 | |
* | | Refactor server api | Kirill Bulatov | 2019-07-20 | 4 | -27/+180 | |
* | | Fix tuple type lens resolution | Kirill Bulatov | 2019-07-20 | 1 | -3/+4 | |
* | | Do not show a lens when the type is declared explicitly | Kirill Bulatov | 2019-07-20 | 1 | -0/+4 | |
* | | Fix rebase issue | Kirill Bulatov | 2019-07-20 | 1 | -1/+1 | |
* | | If possible, show type lenses for the let bindings | Kirill Bulatov | 2019-07-20 | 1 | -0/+22 | |
|/ | ||||||
* | align SyntaxText API with upstream | Aleksey Kladov | 2019-07-20 | 4 | -6/+7 | |
* | rename range -> text_range | Aleksey Kladov | 2019-07-20 | 22 | -92/+107 | |
* | move debug_dump to fmt::Debug | Aleksey Kladov | 2019-07-20 | 2 | -4/+4 | |
* | flip syntax text to use internal iteration | Aleksey Kladov | 2019-07-19 | 1 | -3/+3 | |
* | drop memory size of subtree | Aleksey Kladov | 2019-07-19 | 1 | -11/+4 | |
* | convenience api | Aleksey Kladov | 2019-07-19 | 3 | -5/+4 | |
* | several highlighting cleanups | Aleksey Kladov | 2019-07-19 | 4 | -66/+68 | |
* | migrate ra_ide_api to the new rowan | Aleksey Kladov | 2019-07-19 | 29 | -290/+342 | |
* | use Parse in mbe | Aleksey Kladov | 2019-07-18 | 1 | -4/+4 | |
* | make Parse generic | Aleksey Kladov | 2019-07-18 | 3 | -6/+8 | |
* | Merge #1547 | bors[bot] | 2019-07-18 | 1 | -5/+4 | |
|\ | ||||||
| * | cleanup imports | Aleksey Kladov | 2019-07-18 | 1 | -5/+4 | |
* | | prettier colors | Aleksey Kladov | 2019-07-18 | 3 | -18/+21 | |
|/ | ||||||
* | Merge #1537 | bors[bot] | 2019-07-18 | 1 | -26/+103 | |
|\ | ||||||
| * | Restrict some postfix completions to bool and unknown expr. | Marco Groppo | 2019-07-17 | 1 | -26/+103 | |
* | | highlight mutable variables differently | Ekaterina Babshukova | 2019-07-18 | 3 | -54/+102 | |
|/ | ||||||
* | Some renamings for clarity | Florian Diebold | 2019-07-14 | 1 | -1/+1 | |
* | complete fields in enum variants | Ekaterina Babshukova | 2019-07-12 | 1 | -15/+88 | |
* | make Parse fields private | Aleksey Kladov | 2019-07-12 | 21 | -82/+82 | |
* | account for dependencies when showing memory usage | Aleksey Kladov | 2019-07-12 | 1 | -0/+7 | |
* | Unify `normalize` and `implements` to simplify code | Florian Diebold | 2019-07-08 | 1 | -2/+1 | |
* | inline snapshot in complete_postfix | funkill2 | 2019-07-07 | 2 | -75/+71 | |
* | Merge #1495 | bors[bot] | 2019-07-05 | 1 | -8/+5 | |
|\ | ||||||
| * | use correct file for diagnostics | Aleksey Kladov | 2019-07-05 | 1 | -8/+5 | |
* | | Clippy trivially_copy_pass_by_ref | Jeremy Kolb | 2019-07-05 | 2 | -3/+3 | |
|/ | ||||||
* | Fix clippy::redundant_clone | Shotaro Yamada | 2019-07-05 | 2 | -3/+3 | |
* | Some clippy fixes for 1.36 | Jeremy Kolb | 2019-07-04 | 4 | -7/+6 | |
* | Merge #1485 | bors[bot] | 2019-07-04 | 1 | -1/+1 | |
|\ | ||||||
| * | rand 0.7.0 | Jeremy Kolb | 2019-07-04 | 1 | -1/+1 | |
* | | allow rustfmt to reorder imports | Aleksey Kladov | 2019-07-04 | 44 | -235/+215 | |
|/ | ||||||
* | Add completion for type aliases | Shotaro Yamada | 2019-07-02 | 1 | -1/+41 | |
* | remove snapshot files | funkill2 | 2019-07-01 | 13 | -273/+0 | |
* | inline snapshots | funkill2 | 2019-07-01 | 1 | -157/+366 |