aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| * | introduce FileRangeAleksey Kladov2018-12-283-19/+29
| * | highlight macro identsAleksey Kladov2018-12-282-4/+33
| * | super simplistic macro expansionAleksey Kladov2018-12-283-2/+113
| * | add macro-call nodeAleksey Kladov2018-12-283-2/+46
| * | move highlightning to a separate fileAleksey Kladov2018-12-282-2/+14
* | | :arrow_up: salsaAleksey Kladov2018-12-283-3/+3
* | | Bump serde from 1.0.82 to 1.0.83dependabot[bot]2018-12-282-2/+2
|/ /
* | simplifyAleksey Kladov2018-12-271-6/+1
* | dead codeAleksey Kladov2018-12-272-21/+1
* | remove FnIdAleksey Kladov2018-12-276-40/+21
* | use names everywhereAleksey Kladov2018-12-273-30/+51
* | dont leak Name details in testingAleksey Kladov2018-12-272-19/+62
* | introduce known namesAleksey Kladov2018-12-274-29/+71
* | introduce hir::NameAleksey Kladov2018-12-2711-51/+121
* | add function to completion ctxAleksey Kladov2018-12-276-21/+19
* | Merge #341bors[bot]2018-12-272-2/+2
|\ \
| * | Bump languageserver-types from 0.53.0 to 0.53.1dependabot[bot]2018-12-272-2/+2
* | | Bump parking_lot from 0.6.4 to 0.7.0dependabot[bot]2018-12-274-4/+4
|/ /
| |
| \
*-. \ Merge #343 #344bors[bot]2018-12-275-6/+6
|\ \ \ | |_|/ |/| |
| | * Bump itertools from 0.7.11 to 0.8.0dependabot[bot]2018-12-274-4/+4
| |/ |/|
| * Bump arrayvec from 0.4.9 to 0.4.10dependabot[bot]2018-12-272-2/+2
|/
* Merge #325bors[bot]2018-12-279-150/+650
|\
| * test code and dependency cleanupBernardo2018-12-252-4/+2
| * change to `TextEdit` to avoid allocation and sortBernardo2018-12-253-57/+51
| * remove benchmark and simplify testsBernardo2018-12-256-203/+69
| * use new translate_offset_with_edit for TryConvWithBernardo2018-12-254-37/+5
| * add line_index proptestBernardo2018-12-252-106/+132
| * make criterion args work, small simplificationBernardo2018-12-253-18/+18
| * fix arbitrary offset generation, col translation workingBernardo2018-12-252-39/+92
| * column translation implemented but not quite working yetBernardo2018-12-253-50/+70
| * iterate over `Step`s which are either, newlines or multibyte charsBernardo2018-12-252-26/+121
| * simplify newline check with macroBernardo2018-12-251-20/+14
| * remove slower impl, add benchmarksBernardo2018-12-255-201/+126
| * final iteration, faster a bit simplerBernardo2018-12-251-171/+209
| * simplified versionBernardo2018-12-251-0/+139
| * move translate_offset_with_edit to ra_editorBernardo2018-12-256-310/+267
| * initial newline translation workingBernardo2018-12-252-14/+262
| * test translate_offset_with_edit against simple impl for single editsBernardo2018-12-255-35/+103
| * simplify and reduce number of values exploredBernardo2018-12-251-29/+23
| * proptest strategies for TextUnit and AtomTextEditBernardo2018-12-253-0/+117
* | fix suffix rangesAleksey Kladov2018-12-276-4/+95
* | dump validation errorsAleksey Kladov2018-12-271-2/+5
* | support literal suffixesAleksey Kladov2018-12-277-2/+40
* | dedupe literal parsersAleksey Kladov2018-12-2710-374/+220
* | check edits in diagnosticsAleksey Kladov2018-12-272-34/+30
* | Merge #332bors[bot]2018-12-2730-318/+1518
|\ \
| * | Resolve field types lazilyFlorian Diebold2018-12-257-59/+76
| * | Add a hir::TypeRef as an intermediate between ast::TypeRef and ty::TyFlorian Diebold2018-12-2510-95/+219
| * | Implement reference / pointer typesFlorian Diebold2018-12-257-23/+173
| * | Handle structs/enums with missing names a bit betterFlorian Diebold2018-12-252-20/+22