aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* remove backtraces from CancelledAleksey Kladov2018-12-303-47/+5
* Merge #375bors[bot]2018-12-304-16/+131
|\
| * Test renamesDJMcNab2018-12-301-1/+92
| * Move renames into ra_analysisDJMcNab2018-12-303-15/+39
* | Merge #378bors[bot]2018-12-302-3/+3
|\ \
| * | :arrow_up: tempdirAleksey Kladov2018-12-302-3/+3
* | | Merge #377bors[bot]2018-12-3012-44/+61
|\ \ \ | |/ / |/| |
| * | :arrow_up: crossbeamAleksey Kladov2018-12-309-35/+48
| * | migrate gen-lsp-server to new crossbeamAleksey Kladov2018-12-303-9/+13
* | | refine semi completionAleksey Kladov2018-12-302-16/+34
|/ /
* | Merge #366bors[bot]2018-12-303-33/+51
|\ \
| * | parse minus before number literalcsmoe2018-12-303-33/+51
* | | Merge #374bors[bot]2018-12-301-4/+33
|\ \ \ | |_|/ |/| |
| * | semies after break&continueAleksey Kladov2018-12-301-4/+33
* | | Merge #365bors[bot]2018-12-302-112/+278
|\ \ \ | |/ / |/| |
| * | avoid allocating an unnecessary intermediate vector & not traverse multiple t...gfreezy2018-12-301-62/+72
| * | implement struct shorthand initialization diagnosticgfreezy2018-12-302-112/+268
* | | add `;` to last return in blockAleksey Kladov2018-12-302-15/+46
* | | don't add () in use itemsAleksey Kladov2018-12-303-10/+32
* | | use completion context when creating completionAleksey Kladov2018-12-303-8/+8
* | | remove runtime dependency on toolsAleksey Kladov2018-12-301-1/+1
* | | Merge #358bors[bot]2018-12-308-4/+103
|\ \ \
| * | | Simplify failure bail codeAleksander Vognild Burkow2018-12-291-3/+4
| * | | Install rustfmt in rustfmt testAleksander Vognild Burkow2018-12-293-1/+4
| * | | Add better error message for Command failureAleksander Vognild Burkow2018-12-291-1/+4
| * | | Add support for formatting entire document with rustfmtAleksander Vognild Burkow2018-12-296-3/+95
| |/ /
* | | add paramthesis when completing functionsAleksey Kladov2018-12-302-10/+39
* | | Reuse has_rs_extension in io.rsDJMcNab2018-12-291-2/+2
* | | Remove some unnecessary unwraps by using the `Result::ok`DJMcNab2018-12-291-6/+2
* | | Fix instance of uneeded brackets in use_statement (thanks to #333)DJMcNab2018-12-291-1/+1
* | | Improve comment contentsDJMcNab2018-12-291-1/+3
* | | Fix a switched line in a commentDJMcNab2018-12-291-1/+1
* | | Add more docs in ty.rsFlorian Diebold2018-12-293-36/+61
|/ /
* | Merge #356bors[bot]2018-12-294-2/+533
|\ \
| * | Add fuzz failure to the fuzz-failures directoryDJMcNab2018-12-291-0/+1
| * | Fix a fuzzing bug and add Cargo.lock to the fuzzing directoryDJMcNab2018-12-293-2/+532
* | | Missing return type means unit, not unknownFlorian Diebold2018-12-292-3/+7
* | | Implement type variablesFlorian Diebold2018-12-297-118/+385
|/ /
* | nameify structs&enumsAleksey Kladov2018-12-285-57/+43
* | completion for enum variantsAleksey Kladov2018-12-284-9/+36
* | simplifyAleksey Kladov2018-12-281-9/+4
* | extend selection works with macrosAleksey Kladov2018-12-283-4/+68
* | Merge #350bors[bot]2018-12-2811-38/+273
|\ \
| * | move macro to a separate moduleAleksey Kladov2018-12-283-60/+67
| * | switch to FileRangeAleksey Kladov2018-12-284-15/+37
| * | introduce FileRangeAleksey Kladov2018-12-283-19/+29
| * | highlight macro identsAleksey Kladov2018-12-282-4/+33
| * | super simplistic macro expansionAleksey Kladov2018-12-283-2/+113
| * | add macro-call nodeAleksey Kladov2018-12-283-2/+46
| * | move highlightning to a separate fileAleksey Kladov2018-12-282-2/+14