Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | completion for enum variants | Aleksey Kladov | 2018-12-28 | 4 | -9/+36 |
* | simplify | Aleksey Kladov | 2018-12-28 | 1 | -9/+4 |
* | extend selection works with macros | Aleksey Kladov | 2018-12-28 | 3 | -4/+68 |
* | fix lockfile | Aleksey Kladov | 2018-12-28 | 1 | -7/+7 |
* | Merge #350 | bors[bot] | 2018-12-28 | 12 | -39/+275 |
|\ | |||||
| * | move macro to a separate module | Aleksey Kladov | 2018-12-28 | 3 | -60/+67 |
| * | switch to FileRange | Aleksey Kladov | 2018-12-28 | 4 | -15/+37 |
| * | introduce FileRange | Aleksey Kladov | 2018-12-28 | 3 | -19/+29 |
| * | highlight macro idents | Aleksey Kladov | 2018-12-28 | 3 | -5/+35 |
| * | super simplistic macro expansion | Aleksey Kladov | 2018-12-28 | 3 | -2/+113 |
| * | add macro-call node | Aleksey Kladov | 2018-12-28 | 3 | -2/+46 |
| * | move highlightning to a separate file | Aleksey Kladov | 2018-12-28 | 2 | -2/+14 |
* | | Merge #351 | bors[bot] | 2018-12-28 | 4 | -10/+3 |
|\ \ | |||||
| * | | :arrow_up: salsa | Aleksey Kladov | 2018-12-28 | 4 | -10/+3 |
|/ / | |||||
* | | Merge #349 | bors[bot] | 2018-12-28 | 3 | -15/+15 |
|\ \ | |/ |/| | |||||
| * | Bump serde from 1.0.82 to 1.0.83 | dependabot[bot] | 2018-12-28 | 3 | -15/+15 |
|/ | |||||
* | Merge #348 | bors[bot] | 2018-12-27 | 8 | -72/+28 |
|\ | |||||
| * | simplify | Aleksey Kladov | 2018-12-27 | 1 | -6/+1 |
| * | dead code | Aleksey Kladov | 2018-12-27 | 2 | -21/+1 |
| * | remove FnId | Aleksey Kladov | 2018-12-27 | 7 | -45/+26 |
|/ | |||||
* | Merge #330 | bors[bot] | 2018-12-27 | 15 | -110/+286 |
|\ | |||||
| * | use names everywhere | Aleksey Kladov | 2018-12-27 | 3 | -30/+51 |
| * | dont leak Name details in testing | Aleksey Kladov | 2018-12-27 | 2 | -19/+62 |
| * | introduce known names | Aleksey Kladov | 2018-12-27 | 4 | -29/+71 |
| * | introduce hir::Name | Aleksey Kladov | 2018-12-27 | 11 | -51/+121 |
* | | Merge #347 | bors[bot] | 2018-12-27 | 1 | -1/+1 |
|\ \ | |||||
| * | | fix cancelation? | Aleksey Kladov | 2018-12-27 | 1 | -1/+1 |
|/ / | |||||
* / | Clarify installation prodecude | Aleksey Kladov | 2018-12-27 | 1 | -0/+2 |
|/ | |||||
* | Merge #346 | bors[bot] | 2018-12-27 | 6 | -21/+19 |
|\ | |||||
| * | add function to completion ctx | Aleksey Kladov | 2018-12-27 | 6 | -21/+19 |
|/ | |||||
* | Merge #341 | bors[bot] | 2018-12-27 | 3 | -6/+6 |
|\ | |||||
| * | Bump languageserver-types from 0.53.0 to 0.53.1 | dependabot[bot] | 2018-12-27 | 3 | -6/+6 |
* | | Merge #342 | bors[bot] | 2018-12-27 | 5 | -8/+8 |
|\ \ | |/ |/| | |||||
| * | Bump parking_lot from 0.6.4 to 0.7.0 | dependabot[bot] | 2018-12-27 | 5 | -8/+8 |
|/ | |||||
*-. | Merge #343 #344 | bors[bot] | 2018-12-27 | 6 | -18/+18 |
|\ \ | |||||
| | * | Bump itertools from 0.7.11 to 0.8.0 | dependabot[bot] | 2018-12-27 | 5 | -10/+10 |
| |/ |/| | |||||
| * | Bump arrayvec from 0.4.9 to 0.4.10 | dependabot[bot] | 2018-12-27 | 3 | -8/+8 |
|/ | |||||
* | Merge #325 | bors[bot] | 2018-12-27 | 10 | -150/+718 |
|\ | |||||
| * | test code and dependency cleanup | Bernardo | 2018-12-25 | 2 | -4/+2 |
| * | change to `TextEdit` to avoid allocation and sort | Bernardo | 2018-12-25 | 3 | -57/+51 |
| * | remove benchmark and simplify tests | Bernardo | 2018-12-25 | 7 | -381/+69 |
| * | use new translate_offset_with_edit for TryConvWith | Bernardo | 2018-12-25 | 4 | -37/+5 |
| * | add line_index proptest | Bernardo | 2018-12-25 | 2 | -106/+132 |
| * | make criterion args work, small simplification | Bernardo | 2018-12-25 | 3 | -18/+18 |
| * | fix arbitrary offset generation, col translation working | Bernardo | 2018-12-25 | 2 | -39/+92 |
| * | column translation implemented but not quite working yet | Bernardo | 2018-12-25 | 3 | -50/+70 |
| * | iterate over `Step`s which are either, newlines or multibyte chars | Bernardo | 2018-12-25 | 2 | -26/+121 |
| * | simplify newline check with macro | Bernardo | 2018-12-25 | 1 | -20/+14 |
| * | remove slower impl, add benchmarks | Bernardo | 2018-12-25 | 6 | -201/+304 |
| * | final iteration, faster a bit simpler | Bernardo | 2018-12-25 | 1 | -171/+209 |