aboutsummaryrefslogtreecommitdiff
path: root/crates/ide/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Complete semicolon when neededKirill Bulatov2020-09-096-26/+30
| * | | Properly reacto to keywordsKirill Bulatov2020-09-096-4/+28
| * | | Less false positive completion candidatesKirill Bulatov2020-09-091-44/+59
| * | | Properly handle nested submodules in the same fileKirill Bulatov2020-09-091-70/+79
| * | | Move most of the logic into the completion moduleKirill Bulatov2020-09-092-23/+98
| * | | Finally cretae the mod completion moduleKirill Bulatov2020-09-093-17/+42
| * | | Properly handle special cases (binaries, mod.rs)Kirill Bulatov2020-09-091-3/+1
| * | | Exclude special filesKirill Bulatov2020-09-091-3/+0
| * | | Happy path implementedKirill Bulatov2020-09-091-1/+1
| * | | Better APIKirill Bulatov2020-09-091-5/+4
| * | | First steps for mod<|> completionKirill Bulatov2020-09-091-2/+23
| |/ /
* | | Fix handling of consuming self, refactor shared logic into a single functionPaul Daniel Faria2020-09-062-30/+34
* | | Add consuming modifier to lvalues that are passed by value and not CopyPaul Daniel Faria2020-09-063-14/+53
|/ /
* / Document VS Code setting needed for on-typing assistsAramis Razzaghipour2020-09-011-0/+8
|/
* :arrow_up: expect-testAleksey Kladov2020-08-288-7/+611
* MinorAleksey Kladov2020-08-271-1/+2
* Tease apart orthogonal concerns in markdown link rewritingAleksey Kladov2020-08-262-15/+230
* Cleanup hover links testsAleksey Kladov2020-08-261-88/+74
* Improve support for code block attributesLeón Orell Valerian Liehr2020-08-261-9/+99
* Complete `pub` in fieldsAleksey Kladov2020-08-254-7/+36
* Use the same abstraction for attrs and docsAleksey Kladov2020-08-253-3/+3
* Merge remote-tracking branch 'upstream/master' into 503-hover-doc-linksZac Pullar-Strecker2020-08-252-4/+24
|\
| * Omit lenses for not runnable doctestsKirill Bulatov2020-08-222-4/+24
* | Renames, comments, and dead code removalZac Pullar-Strecker2020-08-241-1/+3
* | Merge remote-tracking branch 'upstream/master' into 503-hover-doc-linksZac Pullar-Strecker2020-08-244-56/+623
|/
* Merge #5823bors[bot]2020-08-221-6/+0
|\
| * Don't underline function definition if self is &mutAleksey Kladov2020-08-191-6/+0
* | :arrow_up: ungrammarAleksey Kladov2020-08-212-2/+3
* | Switch to expect_test from crates.ioAleksey Kladov2020-08-2123-23/+23
|/
* Remove dead codeAleksey Kladov2020-08-191-25/+15
* Future proof find-usages APIAleksey Kladov2020-08-191-1/+3
* Apply couple of rule of thumbs to simplify highlighting codeAleksey Kladov2020-08-191-19/+16
* Inline trivial functionAleksey Kladov2020-08-191-8/+6
* SimplifyAleksey Kladov2020-08-191-9/+4
* MinorAleksey Kladov2020-08-191-2/+1
* Minor cleanupsAleksey Kladov2020-08-191-1/+1
* Better nameAleksey Kladov2020-08-191-4/+4
* Better API factoring around self access modesAleksey Kladov2020-08-191-10/+16
* Add SelfParam to code_modelAleksey Kladov2020-08-194-17/+11
* Merge #5811bors[bot]2020-08-191-3/+3
|\
| * MinorAleksey Kladov2020-08-191-3/+3
* | Merge #5643bors[bot]2020-08-193-43/+116
|\ \ | |/ |/|
| * Add new method to Semantics, method_receiver_kind, which returns the kind of ...Paul Daniel Faria2020-08-162-65/+104
| * Mark mutating functions with `mutable` modifier, and owning functions with `c...Paul Daniel Faria2020-08-162-10/+41
| * Add new HighlightModifier variant, ConsumingPaul Daniel Faria2020-08-161-0/+3
* | Cleanup feature generationAleksey Kladov2020-08-184-16/+11
* | Merge #5695bors[bot]2020-08-183-7/+26
|\ \
| * \ Merge remote-tracking branch 'rust-analyzer/master'Dmitry2020-08-183-11/+83
| |\ \
| * | | synchronizing changesDmitry2020-08-143-7/+26
* | | | Merge #5804bors[bot]2020-08-181-59/+17
|\ \ \ \