aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* Generate features docs from sourceAleksey Kladov2020-05-318-2/+74
* Merge #4651bors[bot]2020-05-292-4/+2
|\
| * Use first match branch in case of type mismatch, not lastFlorian Diebold2020-05-292-4/+2
* | Merge #4652bors[bot]2020-05-292-7/+51
|\ \
| * | Upgrade ChalkFlorian Diebold2020-05-292-7/+51
| |/
* / Support raw_ref_op's raw reference operatorrobojumper2020-05-2811-71/+256
|/
* Merge #4641bors[bot]2020-05-284-55/+54
|\
| * Upgrade ChalkFlorian Diebold2020-05-274-55/+54
* | Fixed missing newline on each field on "Missing structure fields".Cadu2020-05-272-3/+3
|/
* Merge #4592bors[bot]2020-05-273-1/+49
|\
| * fix textedit range returned for completion when left token is a keywordBenjamin Coenen2020-05-272-0/+3
| * fix textedit range returned for completion when left token is a keyword #4545Benjamin Coenen2020-05-243-1/+46
* | Merge #4596bors[bot]2020-05-271-1/+59
|\ \
| * | Trim at presentation layerYuki Kodama2020-05-252-4/+2
| * | Fix test to consider multiple underscoresYuki Kodama2020-05-251-7/+7
| * | Use built-in methodYuki Kodama2020-05-251-11/+5
| * | Separate assertionsYuki Kodama2020-05-251-7/+65
| * | Reflect test caseYuki Kodama2020-05-251-7/+7
| * | Strip leading underscoreYuki Kodama2020-05-251-2/+10
| | |
| \ \
*-. \ \ Merge #4625 #4629bors[bot]2020-05-271-3/+3
|\ \ \ \
| | * | | Fix the `should_panic` snippetAndrew Chin2020-05-261-3/+3
* | | | | Merge #4622bors[bot]2020-05-274-43/+40
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Pass trivially copy types as copykjeremy2020-05-264-43/+40
| |/ / /
* / / / Update lexerkjeremy2020-05-261-1/+1
|/ / /
* | | Merge #4534bors[bot]2020-05-261-0/+59
|\ \ \
| * | | Add call postfix completionvain0x2020-05-201-0/+59
* | | | Hover tooltip module name is monospace once againAaron Loucks2020-05-263-9/+12
* | | | Fix some clippy perf warningsJeremy Kolb2020-05-254-9/+8
| |/ / |/| |
| | |
| \ \
*-. \ \ Merge #4602 #4603bors[bot]2020-05-255-4/+9
|\ \ \ \
| | * | | Add self keyword semantic token typeLaurențiu Nicola2020-05-255-4/+9
| |/ / /
* | | | Document `parentModule` experimental LSP requestAleksey Kladov2020-05-254-29/+25
* | | | Cleanup lsp extensions on the client sideAleksey Kladov2020-05-252-9/+4
* | | | Less rust-analyzer specific onEnterAleksey Kladov2020-05-257-48/+43
|/ / /
* | | Merge #4593bors[bot]2020-05-243-20/+18
|\ \ \
| * | | Fix formattingAleksey Kladov2020-05-242-4/+1
| * | | Document some rust-analyzer specific protocol extensionsAleksey Kladov2020-05-241-7/+8
| * | | Document matchingBrace LSP requestAleksey Kladov2020-05-243-12/+12
* | | | Handle more cases in `highlight_name_by_syntax`Matthew Jasper2020-05-241-11/+19
* | | | Highlight `true` and `false` as literalsMatthew Jasper2020-05-249-1/+11
|/ / /
* | | Fix testsAleksey Kladov2020-05-241-25/+25
* | | Merge pull request #4548 from bnjjj/fix_4464Aleksey Kladov2020-05-248-19/+231
|\ \ \
| * | | add support of feature flag for runnables #4464Benjamin Coenen2020-05-242-15/+1
| * | | add support of feature flag for runnables #4464Benjamin Coenen2020-05-235-99/+142
| * | | add support of feature flag for runnables #4464Benjamin Coenen2020-05-222-21/+9
| * | | add support of feature flag for runnables #4464Benjamin Coenen2020-05-21116-1915/+2702
| |\ \ \
| * | | | add support of feature flag for runnables #4464Benjamin Coenen2020-05-217-19/+212
* | | | | Merge pull request #4495 from vsrs/fixture_metaAleksey Kladov2020-05-247-77/+326
|\ \ \ \ \
| * | | | | JFF, ra_fixture arg name for a code highlightingvsrs2020-05-161-9/+11
| * | | | | smoke testvsrs2020-05-161-0/+6
| * | | | | Propogate fixture meta to AnalysisHostvsrs2020-05-165-16/+113