aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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 #1634bors[bot]2019-08-043-10/+104
|\
| * rustfmtEvgenii P2019-08-041-3/+1
| * Idiomatic returnEvgenii P2019-08-041-1/+1
| * Employ early return pattern moreEvgenii P2019-08-042-25/+27
| * source_binder.rs: fix order of importsEvgenii P2019-08-041-9/+10
| * Use std::future::Future trait from stdlibEvgenii P2019-08-032-32/+44
| * do fixup: remove unused imports in complete_dot.rsEvgenii P2019-08-021-4/+1
| * do fixup: remove unused importEvgenii P2019-08-021-1/+1
| * Change postfix completion to keyword completionEvgenii P2019-08-021-22/+8
| * Relax trait solving more for completionEvgenii P2019-08-021-7/+1
| * Use future lang item instead of hardcoded std::future::FutureEvgenii P2019-08-022-37/+21
| * rustfmtEvgenii P2019-08-023-19/+28
| * Implement completion for the .await syntaxEvgenii P2019-08-023-11/+122
* | Merge #1640bors[bot]2019-08-044-45/+27
|\ \
| * | Bump depsLaurențiu Nicola2019-08-044-45/+27
* | | Merge #1638bors[bot]2019-08-031-30/+32
|\ \ \
| * | | Return a Ref from SubtreeTokenSource::getLaurențiu Nicola2019-08-031-33/+29
| * | | Avoid cloning a TtToken in SubtreeTokenSource::mk_tokenLaurențiu Nicola2019-08-031-9/+15
| |/ /
* | | Merge #1630bors[bot]2019-08-032-3/+55
|\ \ \
| * | | Unconditionally trim the end of commentskjeremy2019-07-312-13/+5
| * | | Removes `*/` in block doc commentskjeremy2019-07-312-2/+62
* | | | Merge #1637bors[bot]2019-08-033-28/+70
|\ \ \ \ | |_|/ / |/| | |
| * | | Resolve out of line modules inside inline module with attribute pathAlexander Andreev2019-08-033-28/+70
|/ / /
* | | Merge #1633bors[bot]2019-08-021-1/+1
|\ \ \ | |_|/ |/| |
| * | Fix rls URL.Tom Hennigan2019-08-021-1/+1
|/ /
* | Merge #1631bors[bot]2019-07-311-1/+0
|\ \ | |/ |/|
| * remove-commentkjeremy2019-07-311-1/+0
|/
* Merge #1629bors[bot]2019-07-312-0/+23
|\
| * Add explicit newline preserving testskjeremy2019-07-312-0/+23
|/
* Merge #1628bors[bot]2019-07-313-62/+53
|\
| * Update insta to 0.9.0 and cargo updatekjeremy2019-07-313-62/+53
|/
* Merge #1627bors[bot]2019-07-313-5/+27
|\
| * Fixed review commentsRoman Stoliar2019-07-301-3/+9
| * Hide comments in rust section of doc commentsRoman Stoliar2019-07-303-5/+21
* | Merge #1625bors[bot]2019-07-301-0/+30
|\ \
| * | rustfmtEvgenii P2019-07-301-10/+15
| * | Fix flip comma assistEvgenii P2019-07-301-0/+25
|/ /
* | Merge #1602bors[bot]2019-07-294-4/+194
|\ \
| * | Add merge_match_arm assist, bump rowan to 0.6.1Phil Ellison2019-07-294-4/+194
|/ /
* | Merge #1604bors[bot]2019-07-292-14/+34
|\ \ | |/ |/|
| * Move assist test, add literal type inference testPhil Ellison2019-07-292-26/+15
| * cargo formatPhil Ellison2019-07-281-3/+1
| * Add special case for f32 and f43 suffices on Literal.kindPhil Ellison2019-07-283-17/+26
| * Add issue link and trailing newlinePhil Ellison2019-07-281-1/+2