Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Add more docs in ty.rs | Florian Diebold | 2018-12-29 | 3 | -36/+61 | |
|/ / | ||||||
* | | Merge #356 | bors[bot] | 2018-12-29 | 4 | -2/+533 | |
|\ \ | ||||||
| * | | Add fuzz failure to the fuzz-failures directory | DJMcNab | 2018-12-29 | 1 | -0/+1 | |
| * | | Fix a fuzzing bug and add Cargo.lock to the fuzzing directory | DJMcNab | 2018-12-29 | 3 | -2/+532 | |
* | | | Missing return type means unit, not unknown | Florian Diebold | 2018-12-29 | 2 | -3/+7 | |
* | | | Implement type variables | Florian Diebold | 2018-12-29 | 7 | -118/+385 | |
|/ / | ||||||
* | | nameify structs&enums | Aleksey Kladov | 2018-12-28 | 5 | -57/+43 | |
* | | 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 | |
* | | Merge #350 | bors[bot] | 2018-12-28 | 11 | -38/+273 | |
|\ \ | ||||||
| * | | 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 | 2 | -4/+33 | |
| * | | 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 | |
* | | | :arrow_up: salsa | Aleksey Kladov | 2018-12-28 | 3 | -3/+3 | |
* | | | Bump serde from 1.0.82 to 1.0.83 | dependabot[bot] | 2018-12-28 | 2 | -2/+2 | |
|/ / | ||||||
* | | 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 | 6 | -40/+21 | |
* | | 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 | |
* | | add function to completion ctx | Aleksey Kladov | 2018-12-27 | 6 | -21/+19 | |
* | | Merge #341 | bors[bot] | 2018-12-27 | 2 | -2/+2 | |
|\ \ | ||||||
| * | | Bump languageserver-types from 0.53.0 to 0.53.1 | dependabot[bot] | 2018-12-27 | 2 | -2/+2 | |
* | | | Bump parking_lot from 0.6.4 to 0.7.0 | dependabot[bot] | 2018-12-27 | 4 | -4/+4 | |
|/ / | ||||||
| | | ||||||
| \ | ||||||
*-. \ | Merge #343 #344 | bors[bot] | 2018-12-27 | 5 | -6/+6 | |
|\ \ \ | |_|/ |/| | | ||||||
| | * | Bump itertools from 0.7.11 to 0.8.0 | dependabot[bot] | 2018-12-27 | 4 | -4/+4 | |
| |/ |/| | ||||||
| * | Bump arrayvec from 0.4.9 to 0.4.10 | dependabot[bot] | 2018-12-27 | 2 | -2/+2 | |
|/ | ||||||
* | Merge #325 | bors[bot] | 2018-12-27 | 9 | -150/+650 | |
|\ | ||||||
| * | 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 | 6 | -203/+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 | 5 | -201/+126 | |
| * | final iteration, faster a bit simpler | Bernardo | 2018-12-25 | 1 | -171/+209 | |
| * | simplified version | Bernardo | 2018-12-25 | 1 | -0/+139 | |
| * | move translate_offset_with_edit to ra_editor | Bernardo | 2018-12-25 | 6 | -310/+267 | |
| * | initial newline translation working | Bernardo | 2018-12-25 | 2 | -14/+262 |