aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Drop support for old extendSelection APIAleksey Kladov2019-08-124-73/+4
* Merge #1667bors[bot]2019-08-121-52/+43
|\
| * Always set the runnable nameKirill Bulatov2019-08-091-11/+11
| * Extract common logicKirill Bulatov2019-08-091-55/+42
| * Show backtraces in lens runnablesKirill Bulatov2019-08-091-1/+5
* | Merge #1675bors[bot]2019-08-121-17/+24
|\ \ | |/ |/|
| * Improvements to emacs inlay hintsFlorian Diebold2019-08-101-17/+24
|/
* Merge #1673bors[bot]2019-08-0910-37/+52
|\
| * Move numeric names inside of `NameRef`Aleksey Kladov2019-08-0910-37/+52
|/
* Merge #1669bors[bot]2019-08-097-16/+39
|\
| * Make name_ref to accept numeric names optionallyEvgenii P2019-08-095-9/+9
| * Parse tuple struct field initializationEvgenii P2019-08-094-8/+31
|/
* Merge #1668bors[bot]2019-08-091-20/+15
|\
| * Change macro to functionEvgenii P2019-08-091-15/+13
| * rustfmtEvgenii P2019-08-091-10/+10
| * Reduce code duplication in lexer by introducing small macroEvgenii P2019-08-091-20/+17
|/
* Merge #1661bors[bot]2019-08-089-1/+571
|\
| * Fix parser tests according to reviewEvgenii P2019-08-0819-498/+580
| * Deduplicate while loop break conditionEvgenii P2019-08-081-2/+2
| * Fix parser to correctly consume outer attrs before ellipsis paramEvgenii P2019-08-071-0/+4
| * Fix variadic arg inline testEvgenii P2019-08-073-25/+25
| * Add function parameters attributesEvgenii P2019-08-0715-21/+505
* | Merge #1664bors[bot]2019-08-073-0/+63
|\ \
| * | assoc types boundsAleksey Kladov2019-08-073-0/+63
|/ /
* | Merge #1663bors[bot]2019-08-071-2/+2
|\ \
| * | architecture.md: update path to parser testseupn2019-08-071-2/+2
* | | Merge #1662bors[bot]2019-08-071-1/+1
|\ \ \ | |/ / |/| |
| * | architecture.md: "finish not Y" -> "finish node Y"eupn2019-08-071-1/+1
|/ /
* | Merge #1660bors[bot]2019-08-074-51/+109
|\ \ | |/ |/|
| * implement while let desugaringAleksey Kladov2019-08-074-21/+76
| * refactor if-let loweringAleksey Kladov2019-08-071-19/+25
| * refactor if loweringAleksey Kladov2019-08-071-17/+14
* | Merge #1659bors[bot]2019-08-071-3/+3
|\|
| * install server firstAleksey Kladov2019-08-071-3/+3
|/
* Merge #1652bors[bot]2019-08-065-112/+98
|\
| * Avoid shared mutable stateKirill Bulatov2019-08-052-71/+55
| * Cache decorations before the first change onlyKirill Bulatov2019-08-051-20/+21
| * Use WeakMap to avoid memory leaksKirill Bulatov2019-08-051-10/+12
| * Style and test fixesKirill Bulatov2019-08-042-34/+45
| * Use proper inlay kindsKirill Bulatov2019-08-043-43/+15
| * Query less hints on file openKirill Bulatov2019-08-041-18/+34
* | Merge #1657bors[bot]2019-08-0620-163/+217
|\ \
| * | fix testsAleksey Kladov2019-08-061-2/+2
| * | allow to exclude certain files and directoriesAleksey Kladov2019-08-067-15/+43
| * | push glob errors outwardsAleksey Kladov2019-08-061-6/+7
| * | rename configAleksey Kladov2019-08-064-19/+14
| * | introduce ra_vfs_glob crateAleksey Kladov2019-08-0612-143/+173
|/ /
* | Merge #1656bors[bot]2019-08-061-16/+16
|\ \
| * | cargo updateJeremy Kolb2019-08-061-16/+16
|/ /
* | Merge #1655bors[bot]2019-08-069-45/+43
|\ \