aboutsummaryrefslogtreecommitdiff
path: root/crates/ide
Commit message (Expand)AuthorAgeFilesLines
* Update testsJonas Schievink2020-09-161-5/+57
* Avoid checking all ancestors and fix mis-completionoxalica2020-09-151-33/+215
* inline parameters for a function description #6002Benjamin Coenen2020-09-151-5/+6
* inline parameters for a function description #6002Benjamin Coenen2020-09-152-1/+29
* Merge #5976bors[bot]2020-09-141-56/+119
|\
| * Complete trait impl immediately after type/const/fnoxalica2020-09-111-56/+119
* | Merge #5985bors[bot]2020-09-141-1/+3
|\ \
| * | Make MergeBehaviour configurableLukas Wirth2020-09-121-1/+3
| |/
* | Merge #5971bors[bot]2020-09-132-0/+86
|\ \ | |/ |/|
| * Fix type walking about type of async blockoxalica2020-09-111-0/+64
| * Implement async blocksoxalica2020-09-101-0/+22
* | Merge #5969bors[bot]2020-09-117-2/+339
|\ \
| * | Adjust the test commentKirill Bulatov2020-09-111-9/+16
| * | One more testKirill Bulatov2020-09-091-0/+15
| * | Rename the method to avoid false promisesKirill Bulatov2020-09-091-5/+5
| * | Fix the testsKirill Bulatov2020-09-095-7/+9
| * | Add testsKirill Bulatov2020-09-091-0/+153
| * | Properly handle mod.rs importsKirill Bulatov2020-09-091-47/+40
| * | 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-289-8/+8
* MinorAleksey Kladov2020-08-271-1/+2
* Tease apart orthogonal concerns in markdown link rewritingAleksey Kladov2020-08-263-15/+231
* 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-253-15/+36
|\
| * Merge #4776bors[bot]2020-08-241-11/+12
| |\
| | * Add description for crates that will be publishedPavan Kumar Sunkara2020-08-241-0/+1
| | * Add version to deps in cargo.tomlPavan Kumar Sunkara2020-08-241-11/+11
| * | 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-245-56/+625
|/
* Merge #5823bors[bot]2020-08-222-8/+2
|\
| * Don't underline function definition if self is &mutAleksey Kladov2020-08-192-8/+2
* | :arrow_up: ungrammarAleksey Kladov2020-08-212-2/+3
* | Switch to expect_test from crates.ioAleksey Kladov2020-08-2124-24/+24
|/